Adblock breaks this site

Runescape forums css code?

Discussion in 'Web Programming' started by omgimapple, Oct 26, 2008.

  1. omgimapple

    omgimapple Forum Addict
    Banned

    Joined:
    Jul 7, 2008
    Posts:
    457
    Referrals:
    2
    Sythe Gold:
    0
    Runescape forums css code?

    hello sythe has anyone got the new runescape forums css code is u have can u please send me it thanks :)
     
  2. Furbster4

    Furbster4 Newcomer

    Joined:
    Jun 16, 2008
    Posts:
    24
    Referrals:
    0
    Sythe Gold:
    0
  3. omgimapple

    omgimapple Forum Addict
    Banned

    Joined:
    Jul 7, 2008
    Posts:
    457
    Referrals:
    2
    Sythe Gold:
    0
    Runescape forums css code?

    sorry it din't work nvm,
     
  4. omgimapple

    omgimapple Forum Addict
    Banned

    Joined:
    Jul 7, 2008
    Posts:
    457
    Referrals:
    2
    Sythe Gold:
    0
    Runescape forums css code?

    hmm do u get post counts in the forum?
     
  5. Furbster4

    Furbster4 Newcomer

    Joined:
    Jun 16, 2008
    Posts:
    24
    Referrals:
    0
    Sythe Gold:
    0
    Runescape forums css code?

    use PHP and use a code like

    Code:
    function replies(\$id, \$table) {
    \$count1 = "SELECT * FROM `".\$table."` WHERE id = '".\$id."'";
    \$sql_query11 = mysql_query(\$count1) or die(mysql_error());
    \$count = mysql_num_rows(\$sql_query11);
    }
    
    then in your while loop to echo out the forum items, just use replies("1", "forum_replies"); and it'll get all the stuff from forum_replies where id = 1
     
< [HELP] - Adding to my existing database. | Need Help on Vbulletin >


 
 
Adblock breaks this site