Page 3 of 5

Re: IntegraMOD 141 Public Beta RC2 is released!

PostPosted: Sun Jul 30, 2006 6:11 am
Author: Michaelo
In kb_article_body_print.tpl add <div> before table tag and </div> before end body tag this will align the entire article left (see code below).

[code]  <DOCTYPE><html><head><meta><meta>{META}{NAV_LINKS}<title>{SITENAME} ]
Mike

PostPosted: Sun Jul 30, 2006 6:20 am
Author: Michaelo
Although it is probably not essential I note Integra2 theme has no approve and unapproved images...

Re: IntegraMOD 141 Public Beta RC2 is released!

PostPosted: Sun Jul 30, 2006 7:46 am
Author: Dr. Bantham
Thanks for the fix on KB print format.

Where can we find instructions for the new KB functions?
Formatting:Pages
Use the '[page]' command to split the article into pages
Table of contents (TOC)
Use the '[toc]' command to add entry in the TOC
Abstract
Use the '[abstract]...[/abstract]' environment to insert an abstract
Title
Use the '[title]...[/title]' environment to insert a main title
Subtitle
Use the '[subtitle]...[/subtitle]' environment to insert a subtitle
Use the '[subsubtitle]...[/subsubtitle]' environment to insert a small header
The KB footer does not indicate the version number, and the provided link proceeds to a dead forum link at http://www.phpBB.com. From what I could find on the http://www.mx-system.com site, Haplo's version of this mod is still beta. While I am eager to have this newer version included within 1.4.1, I hope it proves to be stable. Having said that, I have not noticed any immediate bugs beyond the minor print formatting. I will be testing this mod further and be sure to report any problems.

PostPosted: Sun Jul 30, 2006 4:02 pm
Author: Michaelo
Good idea, this version is taken from an mx mod (the code would suggest). If you find any inconsistencies report them to Beta bugs forum... <img>

Re: IntegraMOD 141 Public Beta RC2 is released!

PostPosted: Sun Jul 30, 2006 11:10 pm
Author: obiku
"Dr. Bantham";p="12707" wrote:Thanks for the fix on KB print format.

Where can we find instructions for the new KB functions?
Formatting:Pages
Use the '[page]' command to split the article into pages
Table of contents (TOC)
Use the '[toc]' command to add entry in the TOC
Abstract
Use the '[abstract]...[/abstract]' environment to insert an abstract
Title
Use the '[title]...[/title]' environment to insert a main title
Subtitle
Use the '[subtitle]...[/subtitle]' environment to insert a subtitle
Use the '[subsubtitle]...[/subsubtitle]' environment to insert a small header
The KB footer does not indicate the version number, and the provided link proceeds to a dead forum link at http://www.phpBB.com. From what I could find on the http://www.mx-system.com site, Haplo's version of this mod is still beta. While I am eager to have this newer version included within 1.4.1, I hope it proves to be stable. Having said that, I have not noticed any immediate bugs beyond the minor print formatting. I will be testing this mod further and be sure to report any problems.


You can try on my site, I installed it a few weeks ago.
http://www.familie-smit.nl/forums/

If tested it, and have to say, the templates needed some work. Also in the original install the
Formatting:Pages
Use the '[page]' command to split the article into pages
Table of contents (TOC)
Use the '[toc]' command to add entry in the TOC
Abstract
Use the '[abstract]...[/abstract]' environment to insert an abstract
Title
Use the '[title]...[/title]' environment to insert a main title
Subtitle
Use the '[subtitle]...[/subtitle]' environment to insert a subtitle
Use the '[subsubtitle]...[/subsubtitle]' environment to insert a small header
the title, subtitle and subsubtitle did not have the effect as I thought.

I already changed the template, the font height for the different bbcodes.

BTW, I created two images for approve and dissaprove, one thumb up in green [flash=,:1gp85hel]http://www.familie-smit.nl/forums/templates/fisubice/images/icon_approve.gif[/flash:1gp85hel], one thumb down in red [flash=,:1gp85hel]http://www.familie-smit.nl/forums/templates/fisubice/images/icon_unapprove.gif[/flash:1gp85hel]

Re: IntegraMOD 141 Public Beta RC2 is released!

PostPosted: Mon Jul 31, 2006 6:13 am
Author: Dioncecht
"Fubie";p="12526" wrote:[*]Removal of the points system in preperation of CashMOD being installed.

[*]Installation of CashMOD.



So does this mean that if we have ADR installed we basically can't upgrade to 4.1?

Is it possible to have both points and cash mod in there? I'm rather concerned about this because I personally have no use for the cash mod since my site is totally free, I do however use the points mod for ADR.

PostPosted: Mon Jul 31, 2006 8:23 am
Author: tekguru
Hopefully these glitches will be fixed for the nextr RC?

Re: IntegraMOD 141 Public Beta RC2 is released!

PostPosted: Mon Jul 31, 2006 2:20 pm
Author: Teelk
"Dioncecht";p="12762" wrote:
"Fubie";p="12526" wrote:[*]Removal of the points system in preperation of CashMOD being installed.

[*]Installation of CashMOD.



So does this mean that if we have ADR installed we basically can't upgrade to 4.1?

Is it possible to have both points and cash mod in there? I'm rather concerned about this because I personally have no use for the cash mod since my site is totally free, I do however use the points mod for ADR.
CashMOD is just a more advanced version of the Points System MOD, it's doesn't deal with real money. CashMOD allows you to have as many different currencies as you'd like, exchange between them and set their worth compared to each other.

Therefore, if you run a MOD that uses user_points and another that uses user_money as the db fields, then you can have them both running on the same board.

PostPosted: Mon Jul 31, 2006 6:39 pm
Author: Dioncecht
So is CashMOD basically the Points MOD with extra stuff added or will those of us with ADR need to go through our ADR files and locate and make changes to everything referencing the points MOD to be compatible with the CashMOD?

Re: IntegraMOD 141 Public Beta RC2 is released!

PostPosted: Mon Jul 31, 2006 9:18 pm
Author: Teelk
The Points System uses the user_points field in the user table, with the CashMOD you can create the user_points field, thus making it work with any MOD that uses the field user_points. This includes the ADR MOD.

As an example of what you can now do with CashMOD...

MOD A uses user_points...
MOD B uses user_money

You can set up 2 currencies so that you can use both MOD A and MOD B. MODs that deal with currencies will tell you in the install file what field you need. Then all you have to do is create the two currencies. You can also name them whatever you like...

For example...

user_points could be called Gold
user_money could be called Silver

And, you can set up an exchange rate, so 10 gold could equal 1 silver.

On a fresh install user_points is already created for convenience.

PostPosted: Mon Jul 31, 2006 9:26 pm
Author: Helter
"Michaelo";p="12704" wrote:Although it is probably not essential I note Integra2 theme has no approve and unapproved images...


yes it does. In lang_english icon_approve and icon_unapprove. is there another that im not aware of?

Re: IntegraMOD 141 Public Beta RC2 is released!

PostPosted: Tue Aug 01, 2006 2:08 am
Author: Dioncecht
"Teelk";p="12847" wrote:The Points System uses the user_points field in the user table, with the CashMOD you can create the user_points field, thus making it work with any MOD that uses the field user_points. This includes the ADR MOD.

As an example of what you can now do with CashMOD...

MOD A uses user_points...
MOD B uses user_money

You can set up 2 currencies so that you can use both MOD A and MOD B. MODs that deal with currencies will tell you in the install file what field you need. Then all you have to do is create the two currencies. You can also name them whatever you like...

For example...

user_points could be called Gold
user_money could be called Silver

And, you can set up an exchange rate, so 10 gold could equal 1 silver.

On a fresh install user_points is already created for convenience.


'k thanks. I was a little worried for a bit. <img>

Re: IntegraMOD 141 Public Beta RC2 is released!

PostPosted: Wed Aug 02, 2006 11:30 am
Author: psyperu
this new version donÂÂÂ ´t have the latest update of album mod.

PostPosted: Wed Aug 02, 2006 12:17 pm
Author: Adrian Rea
I beleive that since RC2 FAP (Full Album Pack ) has been added, and we are testing now.

A

PostPosted: Wed Aug 02, 2006 2:02 pm
Author: Flex
"Adrian Rea";p="12952" wrote:I beleive that since RC2 FAP (Full Album Pack ) has been added, and we are testing now.

A


Should it be an easy transition from the current album?, even if it's a total different mod?