[RC3]vb.org.Lookalike.ByHoxxyByDesign

reggordon

New Member
Hello im loving the skin as mentioned on another thread. Im running bv 3.7.1 and used this theme. things are wotrking well barr a red x top left when you enter a thread

2vjtwna.jpg


It's the _ltr.gif gif. Does anyone know where i add this? it looks to have a differant location depending on the thread your in.

Thanks
 

welcome

New Member
Hoxxy said:

I have attached a deskshot...

Can you tell me why that extra forum board is there?

I thought it was just the default before you created any forums or categories. but it still remains there and your forums and cat's go underneath it.

Any idea how to remove it , or why it is there?

otherwise I love the style... just wish there wasn't a dead forum section ..

Thanks
 

Hoxxy

New Member
welcome said:
I have attached a deskshot...

Can you tell me why that extra forum board is there?

I thought it was just the default before you created any forums or categories. but it still remains there and your forums and cat's go underneath it.

Any idea how to remove it , or why it is there?

otherwise I love the style... just wish there wasn't a dead forum section ..

Thanks

Hmmmmm strange...but this was one of my first rips though,

Ok try this...
In forumhome template look for something similar to this:
The reason I say "something similar" is because the width settings will be different.
HTML:
<thread>
<tr align="center">
      <td class="thead">&nbsp;</td>
      <td class="thead" width="50%" align="$stylevar[align=left]">$vbphrase[forum]</td>
      <td class="thead" width="36%">$vbphrase[last_post]</td>
      <td class="thead" width="8%">$vbphrase[threads]</td>
      <td class="thead" width="8%">$vbphrase[posts]</td>
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead">$vbphrase[moderator]</td>
      </if>
</tr>
</thread>
if its there remove it....
 
Top