Need help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Preacher
    Member
    • Nov 2000
    • 92

    Need help

    I have edit my forumbit template and add a row before the first one but whet i open my forum the table is not there here the code maybe i do something wrong

    -------added stuff----------
    <tr>
    <td>
    <OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
    ID=NEWS
    WIDTH=100% HEIGHT=100%>
    <PARAM NAME=movie VALUE="../flash/newsfader.swf">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=scale VALUE=exactfit>
    <PARAM NAME=menu VALUE=false>
    <PARAM NAME=bgcolor VALUE=#000000>
    <EMBED src="../flash/newsfader.swf"
    menu=false
    quality=high
    scale=exactfit
    bgcolor=#000000
    WIDTH=100%
    HEIGHT=100%
    swLiveConnect=true
    TYPE="application/x-shockwave-flash"
    PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
    </EMBED>
    </OBJECT>
    </td>
    </tr>
    ---------begin here normaly--------
    <TR>
    <TD bgcolor="{firstaltcolor}" align=center valign=top><IMG SRC="images/$onoff.gif" BORDER=0></td>
    <TD bgcolor="{firstaltcolor}" valign=top><normalfont><B>
    <A HREF="forumdisplay.php?forumid=$forumid">$forumtitle</A></B></normalfont><BR>
    <smallfont>$forumdescription</smallfont></td>
    <td bgcolor="{secondaltcolor}" align=center valign=top NOWRAP>
    <normalfont>$numberposts</normalfont></td>
    <td bgcolor="{firstaltcolor}" align=center valign=top NOWRAP>
    <normalfont>$numberthreads</normalfont></td>
    <td bgcolor="{secondaltcolor}" NOWRAP valign=top align=center>
    <normalfont><a href="showthread.php?goto=lastpost&forumid=$forumid"><img src="images/lastpost.gif" border=0 alt="Go to last post"></a> $lastpostdate <normalfont COLOR="{timecolor}">$lastposttime</normalfont>
    <br><smallfont>$lastposter</smallfont></td>
    <td bgcolor="{firstaltcolor}" valign=top align=center>
    <normalfont>$moderators</normalfont></td>
    </tr>

  • Mike Sullivan
    Former vBulletin Developer
    • Apr 2000
    • 13327
    • 3.6.x

    #2
    1. you forgot colspan=X
    2. You want the forumhome template, not forumbit.

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...