P2P | IT Discussions Forum

Full Version: Mods
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Please can someone please tell me how to install a mod to a phpbb board in details please or step by step please i really need the help thanks in advance
You should look for a ReadMe file that is probably included in the archive you downloaded.

Mod creators always write instructions how to install their mods.
I going to do that if i get into any problems i will let you know ok thank
If you can't do it.

Post the mod here and I'll write you instructions how to do it.

Cheers mate!
most mods are pretty self explainatory,

[code:1]
[FIND]
some sort of code here

[AFTER ADD]
some sort of code here
[/code:1]

in other words, you find the but of code they tell you to. then add the code they provide the line right after. if it says [BEFORE ADD] you put it before

sometimes it looks like this
[code:1]
[FIND]
large amount of code here

[INLINE FIND]
one or two peices of code

[INLINE ADD AFTER]
peice of code
[/code:1]

what this means is that they are telling you to find some code, then inside of that code find a speicfic variable or something along those lines. once you find that they want you to add the code they provide right in line with it.

like this:
[code:1]
[FIND]
if a=1{
echo a=1
}
else
{
echo a=2
}

[INLINE FIND]
echo a=2

[INLINE ADD AFTER]
. b=3
[/code:1]

this would change the code to look like this
[code:1]
if a=1{
echo a=1
}
else
{
echo a=2 . b=3
}
[/code:1]
ooookk i could you give me the instruction how to install a Advance karma mod to a phpbb forum thank you
Phpbb mods?i too always get problems in installing mods.You can ask nikola for help.Smile
Reference URL's