Quote:
Originally Posted by john1744
This skins amazing the only problem I have is that when I first installed it my latest threads box was showing threads from a defunct forum of mine I had hidden and forgotten about. I deleted that forum and now nothing appears in the latest thread box.
You can see it at systemwars2.com/forums
I have the header and it worked beautifully right before I deleted the one forum, it's just not wanting to display any threads for me now. I've tried turning on and off the external data providing options...
|
The script won't display posts that are in private forums.
I'm not sure what you did to your header, but whatever it was, it affected all of your skins. Check your vBulletin Options, product and plugins to see if anything might be causing the logo not to appear.
Quote:
Originally Posted by LockeAG
To add again the LAST POST Column .
In FORUMHOME TEMPLATES > forumhome_forumbit_level1_nopost
find
Code:
<td class="thead" width="75">$vbphrase[threads]</td>
Add Above
Code:
<td class="thead" width="175">$vbphrase[last_post]</td>
In FORUMHOME TEMPLATES > forumhome_forumbit_level1_post
find
Code:
<td class="alt1">$forum[threadcount]</td>
Add Above
Code:
<td class="alt2" >$forum[lastpostinfo]</td>
In FORUMHOME TEMPLATES > forumhome_forumbit_level2_post
find
Code:
<td class="alt2">$forum[threadcount]</td>
Add Above
Code:
<td class="alt2" >$forum[lastpostinfo]</td>
See'a
|
Thanks for the help.
Quote:
Originally Posted by leeman
Uhmm little stupid question ....
Where do i alter the font color in the posts???
|
In your Main CSS, edit the color field under
First Alternating Color. It's the .alt1 class.