uCoz Community uCoz Modules File Catalog, Site Catalog, Publisher, Ad Board, Online Games Categories management (catalog categories and sections) |
Categories management |
Quote (Loz) i.e. I have 18 sections split into 3 columns - after the first nine sections, i'd like to put a break or a line to seperate them You can do it by customizing module template. Quote (Loz) Additionally if the category id = 'nn' i'd like to put a small image rather than the category name. here is sample code: Quote <a href="http://www.yoursite.com/blog/0-102" TARGET="_self"><img src="http://your_image_url.jpg" border=0 alt="text if image cannot load"></a> marked in blue: Direct url to specific category or section marked in orange - image url marked in green - alt text. If image cannot load marked in red - opening in same window. (_blank= opens in new window) Post edited by Jan - Tuesday, 2011-05-31, 6:25 AM
|
Loz, I have to say that both
Quote (Loz) i.e. I have 18 sections split into 3 columns - after the first nine sections, i'd like to put a break or a line to seperate them Quote (Loz) Additionally if the category id = 'nn' i'd like to put a small image rather than the category name. can be fulfilled by means of using scripts. Unfortunately, we do not provide help with it. |
THX Natahsko
Can we request scripts on this forum (like we can request Graphics)? |
Loz, the uCoz forums aren't technicallly for custom script requests but if you visit this post here you can add your request to the list.
Hope this helps Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
Natashko, Paradox
Thx for all your help |
Them two are sections Attachments:
5004693.png
(8.9 Kb)
·
5063818.png
(22.3 Kb)
I would prefer if you called me ErraticFox. ^_^
|
Poptart, there are no categories in the 'Computer' section.
http://screencast.com/t/QXZ5DW5PhH5 This strip means that the category don't belongs to any section. Press and you'll see it: http://screencast.com/t/92mEwHyf1ZB |
Is there any code that detect category?
For example, <?if($category_ID1$)?>/<?if($category_ID2$)?> what I am trying to do with it, is that to show different messages on different categories. Thank u! |
Bengaltiger, to do this you need to use the $CID$ tag. It works as so
Code <?if($CID$ == "1")?><?endif?> <?if($CID$ == "2")?><?endif?> Hope this helps. Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
Paradox, It works ...Thanks
|
| |||