Who Here Knows How To Modify A Forum?

Discussion in 'Spam Heaven' started by tha god, Mar 14, 2007.

  1. tha god

    tha god Well-Known Member

    Age:
    42
    Posts:
    189
    Likes Received:
    0
    Joined:
    Feb 15, 2007
    Location:
    Toronto, Ontario - Canada
    Does anyone here know how to modify a forum? I am looking to add sub forums to my forum. It's a phpbb forum.
     
  2. Littlej

    Littlej Well-Known Member

    Posts:
    1,971
    Likes Received:
    0
    Joined:
    Aug 13, 2006
    Yeah, I know how to modify PhpBB.

    It is quite simple, just look in the install file it will have things like

    Find:

    (code)

    Before Add:

    (code2)

    So now you should have (code2)(code)

    Then there's also other ones like:

    After Add and Replace with, just do exactly what they say.

    There may also be somthing like:

    Find:

    (code2)(code3)(code4)(code5)

    Inline Find:

    (code3)

    Inline Replace with:

    Test

    Now you should have (code2)Test(code4)(code5)

    Basically you do exactly as they say, it gets easy to follow after a while. Make sure you save backups of every files you're editing though because somthing will most probably go wrong somewhere along the lines. You could also use EasyMod, but things can go wrong with that especially if you already have a few mods installed on your forum, this happened to me a few times which put me off using EasyMod.

    Hope that helped :)
     

Share This Page