X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Vertical Speed Bar (https://forum.x-cart.com/showthread.php?t=26993)

kazmattsas 11-29-2006 06:20 PM

Vertical Speed Bar
 
1 Attachment(s)
Hi Folks

I would like to get the speed bar to appear in a vertical order

EG:

Link one
Link two
link three

I don't need the tab style sheets at all - just a plain ordered list

any ideas

balinor 11-30-2006 04:27 AM

Re: Vertical Speed Bar
 
Version? Please post it in your signature per the forum guidelines. Thanks! :)

PhilJ 11-30-2006 04:37 AM

Re: Vertical Speed Bar
 
Code:

{section name=sb loop=$speed_bar}
{if $speed_bar[sb].active eq "Y"}
<a href="{$speed_bar[sb].link}" title="{$speed_bar[sb].title}">{$speed_bar[sb].title}></a><br>
{/if}
{/section}


kazmattsas 11-30-2006 10:49 AM

Re: Vertical Speed Bar
 
Thanks PhilJ

I swore I tried this - !!!
Red face

It works - thanks


All times are GMT -8. The time now is 03:55 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.