Menu

#13 Enchanced forums

open
nobody
None
1
2004-07-12
2003-12-21
Anonymous
No

This is an enchanced version of the forum of Gamers-
FusionV.2.5
To install read the Read before file.
What's new
Delete full topic + childs.
Delete childs only
Lock a post
Flost a post

Threre might be some typo's i dint make attention th
that.

You can edit that script like you want.

Thanks sERIAL

Discussion

  • Nobody/Anonymous

    Enchanced Version Forum (ALL FILES NEEDED)

     
  • Nobody/Anonymous

    Logged In: NO

    Ho and there are bold ([b][/b]), italic ([i][/i]), underline([u]
    [/u]) , strikeout ([s][/s]), and colors [color=color name]
    [/color]
    To make color work you will need to remove or edit .ssl
    file.

    Thanks sERIAL

     
  • Darrel Vince

    Darrel Vince - 2003-12-29

    Logged In: YES
    user_id=912095

    There is a problem with the add reply section. In the insert
    mysql insertion it tries to add $siggy that normally would not
    be available.

    you need to delete the reference to $siggy (not the full line)

    but apart from that, it works perfect.

     
  • Mark Hewitt

    Mark Hewitt - 2004-01-01

    Logged In: YES
    user_id=895320

    God you're fast, faster than I could be. Okay, I'll get these,
    look into them, and modify them, I've been trying to do this
    stuff for a while now, great job!

     
  • Nobody/Anonymous

    Logged In: NO

    *Im still happy =)
    Yea that wasnt so hard , just take a it of my personal time
    ^_^

     
  • Nobody/Anonymous

    Logged In: NO

    how do you change your siggy other than from the database
    itself?

     
  • Nobody/Anonymous

    Logged In: NO

    Just create a section into the account setup ...
    here is my code to add it ...

    if($step==change){

    $sig = str_replace
    ("\n","<br>",$sig);
    $sig = str_replace
    ("mysql","",$sig);
    $sig = str_replace
    ("[b]","<b>",$sig);
    $sig = str_replace
    ("[/b]","</b>",$sig);
    $sig = str_replace
    ("[i]","<i>",$sig);
    $sig = str_replace
    ("[/i]","</i>",$sig);
    $sig = str_replace
    ("[u]","<u>",$sig);
    $sig = str_replace
    ("[/u]","</u>",$sig);
    $sig = str_replace
    ("[code]","<font face=\"courier new\" class=normal>",$sig);
    $sig = str_replace
    ("[/code]","</font>",$sig);
    $sig = str_replace
    ("[s]","<s>",$sig);
    $sig = str_replace
    ("[/s]","</s>",$sig);
    $sig = str_replace
    ("[color=red]","<font color=\"red\">",$sig);
    $sig = str_replace
    ("[color=blue]","<font color=\"blue\">",$sig);
    $sig = str_replace
    ("[color=yellow]","<font color=\"yellow\">",$sig);
    $sig = str_replace
    ("[color=green]","<font color=\"green\">",$sig);
    $sig = str_replace
    ("[color=lime]","<font color=\"lime\">",$sig);
    $sig = str_replace
    ("[color=purple]","<font color=\"purple\">",$sig);
    $sig = str_replace
    ("[/color]","</font>",$sig);

    mysql_query("update players set siggy='$sig' where id=$stat
    [id]");
    print"Signature updated !";
    }
    }

    And to go to that area add this link

    <li><a href=account.php?view=siggy>Change your
    signature</a>

     
  • Matt Evans

    Matt Evans - 2004-07-12
    • priority: 5 --> 1
     
  • Nobody/Anonymous

    Logged In: NO

    DAMN YOU MESSED UP MY FORUM!

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.