Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Smilies/bbcodes In Ravingwap Forum Script!

  1. #1
    lamar-wap
    Guest

    Default

    here ya go alot of people have been asking me how to do it.............


    ok go to core.php and go to this line.........

    /////////////////////////////////////////////Function shoutbox

    and replace

    Code:
    $shbox .= htmlspecialchars($lshout[0]);
    with

    Code:
    $shbox .= parsepm($lshout[0], $sid);

  2. #2
    Member
    Join Date
    Feb 2007
    Location
    south africa
    Posts
    54
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Exclamation

    here ya go alot of people have been asking me how to do it.............
    ok go to core.php and go to this line.........

    /////////////////////////////////////////////Function shoutbox

    and replace

    Code:
    $shbox .= htmlspecialchars($lshout[0]);
    with

    Code:
    $shbox .= parsepm($lshout[0], $sid);
    [/b]
    Ok will do bro !!!

  3. #3
    lamar-wap
    Guest

    Default

    Ok will do bro !!![/b]
    ok then........

  4. #4
    Senior Member
    Join Date
    Feb 2007
    Posts
    266
    Thanks
    0
    Thanked 10 Times in 9 Posts
    Rep Power
    0

    Default

    here ya go alot of people have been asking me how to do it.............
    ok go to core.php and go to this line.........

    /////////////////////////////////////////////Function shoutbox

    and replace

    Code:
    $shbox .= htmlspecialchars($lshout[0]);
    with

    Code:
    $shbox .= parsepm($lshout[0], $sid);
    [/b]
    nice

  5. #5
    Junior Member
    Join Date
    Feb 2007
    Posts
    20
    Thanks
    2
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    thankx but when we click at more just code shows.

  6. #6
    Junior Member YouWhat's Avatar
    Join Date
    Aug 2006
    Location
    In Orbit
    Posts
    24
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    in lists.php find

    //////////////////////////////////shouts

    in there find

    }else{
    $sql = "SELECT id, shout, shouter, shtime FROM fun_shouts WHERE shouter='".$who."'ORDER BY shtime DESC LIMIT $limit_start, $items_per_page";
    }

    echo "

    <small>";
    $items = mysql_query($sql);
    echo mysql_error();
    if(mysql_num_rows($items)>0)
    {
    while ($item = mysql_fetch_array($items))
    {
    $shnick = getnick_uid($item[2]);

    Replace next line with

    $sht = parsepm($item[1], $sid);

  7. #7
    Senior Member
    Join Date
    Feb 2007
    Posts
    266
    Thanks
    0
    Thanked 10 Times in 9 Posts
    Rep Power
    0

    Default

    how can i enable smilies on forum message.. does anyone know?

  8. #8
    Junior Member YouWhat's Avatar
    Join Date
    Aug 2006
    Location
    In Orbit
    Posts
    24
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    Find in index.php

    ////////////////////////////////////////MAIN PAGE
    if($action=="main")
    {
    addvisitor();
    addonline(getuid_sid($sid),"Forum Index","index.php?action=$action");
    //saveuinfo($sid);


    echo "<p align=\"center\">";
    echo "<img src=\"images/logo.gif\" alt=\"$stitle\"/>
    ";
    $fmsg = htmlspecialchars(getfmsg());
    echo "$fmsg";

    replace $fmsg = htmlspecialchars(getfmsg());

    with

    $fmsg = parsepm(getfmsg(), $sid);

  9. #9
    Senior Member
    Join Date
    Feb 2007
    Posts
    266
    Thanks
    0
    Thanked 10 Times in 9 Posts
    Rep Power
    0

    Default

    Find in index.php

    ////////////////////////////////////////MAIN PAGE
    if($action=="main")
    {
    addvisitor();
    addonline(getuid_sid($sid),"Forum Index","index.php?action=$action");
    //saveuinfo($sid);


    echo "<p align=\"center\">";
    echo "<img src=\"images/logo.gif\" alt=\"$stitle\"/>
    ";
    $fmsg = htmlspecialchars(getfmsg());
    echo "$fmsg";

    replace $fmsg = htmlspecialchars(getfmsg());

    with

    $fmsg = parsepm(getfmsg(), $sid);[/b]
    tnx..

  10. #10
    Senior Member
    Join Date
    Feb 2007
    Posts
    266
    Thanks
    0
    Thanked 10 Times in 9 Posts
    Rep Power
    0

    Default

    Find in index.php

    ////////////////////////////////////////MAIN PAGE
    if($action=="main")
    {
    addvisitor();
    addonline(getuid_sid($sid),"Forum Index","index.php?action=$action");
    //saveuinfo($sid);


    echo "<p align=\"center\">";
    echo "<img src=\"images/logo.gif\" alt=\"$stitle\"/>
    ";
    $fmsg = htmlspecialchars(getfmsg());
    echo "$fmsg";

    replace $fmsg = htmlspecialchars(getfmsg());

    with

    $fmsg = parsepm(getfmsg(), $sid);[/b]
    btw it is not working on the main page of the forum only in index.php?action=main..

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. need a forum
    By partho in forum REQUEST FORUM
    Replies: 3
    Last Post: 22-04-09, 16:19
  2. Replies: 4
    Last Post: 12-03-09, 09:47
  3. Irock Forum
    By Krazzyboy in forum Sites / Links
    Replies: 0
    Last Post: 04-03-09, 09:40

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

SEO by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19