Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Design and Graphics Discussions
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 09-08-2009, 09:55 PM
MaR? MaR? is offline
 
Join Date: Aug 2008
Location: Argentina
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default How do I put this code?

Hello, This is a simple question... I have this code with his css code working great:

PHP Code:
.tcat_alt {
 background:transparent url(images/styles/Arena/style/tcatBG.gif) repeat-x top left;
 height:44px;
}
.tcat_alt a, .tcat_alt a:visited,.tcat_alt:hover {
 color:#837e6e;
}
.tcat_alt_right {
 background: transparent url(images/styles/Arena/style/tcatRight.gif) no-repeat top right;
 height: 44px;
}
.tcat_alt_title {
 background: transparent url(images/styles/Arena/style/tcatLeft.gif) no-repeat top left;
 float: left;
 height:30px;
 text-align: left;
 padding: 14px 0 0 15px;
 font-size:10pt;
 font-weight:700;
 color:#837e6e; 
} 
(Rounded coners)

Where or HOW do I have to put on forumhome_forumbit_level1_nopost

PHP Code:
<if condition="!$show['collapsable_forums']">
<tbody>
</if>
 <tr>
  <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
   <if condition="$childforumbits">
   <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
   </if>
   <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
   <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
   <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
  </td>
 </tr>
<if condition="!$show['collapsable_forums']">
</tbody>
</if>
<if condition="$childforumbits">
<if condition="!$show['collapsable_forums']">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
</if>
$childforumbits
<if condition="!$show['collapsable_forums']">
</tbody>
</if>
</if> 

Thanks!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:17 AM.


Powered by vBulletin® Version 3.9.0
Copyright ©2000 - 2017, vBulletin Solutions Inc.