PDA

View Full Version : Feeling lost with VB4... please help


Redsatyr
06-12-2010, 04:54 AM
My main draw to vbulletin was the easily customizable templates and using VB3 I was able to make some very original interfaces but I recently purchased VB4 and it's an up hill struggle to make even the slightest change. Where are the tables? I can't work with these walls of ul/li.

Is there some file I'm missing that contains all the parent tables so I can actually adjust their borders/widths/backgrounds/styles? Is there a guide to customizing templates somewhere because the VB4 manual is worthless, I searched under templates and it gives an example of...

<table class="tborder">
<tr>
<td class="tcat" colspan="2">My Table</td>
</tr>
$tablebits
</table>


Well that is great, I can understand that but VB4 templates look nothing like that.

Carnage
06-12-2010, 09:28 AM
you should probably look at the css templates; they define how the content is displayed.

Lynne
06-12-2010, 01:43 PM
The vB4 style is all done in divs and other block elements that are easily manipulated using just the css. You aren't going to find many (any?) tables around.