
01-25-2009, 02:34 PM
|
|
|
Join Date: Sep 2006
Posts: 364
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by private_ale
Go into the Styles & templates of the style(s) that you are using, then on the drop-down choose "Edit Templates"
Scroll down to "Vbay Templates"
From there you will see all the vbay templates, All I mainly did was add an extra column to the category templates:
Code:
<td class='alt2' align='center'><img src="/images/vbay/{$thecats['catname']}.png" border="0" /></td>
then I uploaded icons to the vbay directory on my server and named each icon to reflect the name of my category, Simple!
Then I simply replaced the vbay nav with a fieldset.
As for the new listing page, I just added tables to help align all the radio buttons and cleaned up the fieldsets with CSS.
Open up the templates and you'll catch on fast, but make a copy of the style and test your changes on that first. :up:
|
thanks for that info. ill be using it
|