HOME | DOWNLOAD | SUPPORT | INSTALLATION | FAQ | SUPPORT FORUM | DEMO
 ° Forums ° Statistics ° Registration ° Search ° Manual °
SkaLinks Forum / Technical Support / Admin help me please
Author Message
Slavik


Posted: 12 Aug 2005 06:21:27


hi,
i want to place at the top of each category the title of the category that reffers to the current category in wich we are located for example if we are located in music category then at the top of that category to appear Music.
please tell me that code i have tu use for that??
Thanks in advance.

skalinks
Admin

Posted: 12 Aug 2005 22:53:26


Hello Slavik
I didn't understand you, what you mean, when says then at the top of that category to appear Music. what appera, just label Music or any link? Whould you describe your problem more, please.
Thank you!

Slavik


Posted: 13 Aug 2005 06:01:42


hello admin
sorry for my english

i want to say that i want to replace the code:
<h1>{$_skalinks_lang.cat.title}</h1>
with the code that show the category in wich we are located, for example if we a situated in category music then i want to apear <h1>Music<h1>

Also please tell me can we do that, after a link is submited to redirect automaticaly to a page i want for example to a payment page.

Thanks for your time and work

skalinks
Admin

Posted: 14 Aug 2005 23:49:05


Hello Slavik
No problem, just replace this string of code <h1>{$_skalinks_lang.cat.title}</h1> to <h1>{$_output.cat_info.Title}</h1>. That is all.
Thank you for using SkaLinks!