uCoz Community » uCoz Modules » File Catalog, Site Catalog, Publisher, Ad Board, Online Games » Categories management (catalog categories and sections)
Categories management
Jan
Posts: 301
Reputation: 19

Message # 46 | 6:24 AM
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
Natashko
Posts: 3366
Reputation: 171

Message # 47 | 9:34 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
and
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.
Loz
Posts: 70
Reputation: 1

Message # 48 | 2:23 PM
THX Natahsko

Can we request scripts on this forum (like we can request Graphics)?

Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 49 | 2:26 PM
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 happy

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
Loz
Posts: 70
Reputation: 1

Message # 50 | 2:33 PM
Zevoxa
Posts: 237
Reputation: 4

Message # 51 | 0:34 AM


Them two are sections

Attachments: 5004693.png (8.9 Kb) · 5063818.png (22.3 Kb)

I would prefer if you called me ErraticFox. ^_^
o_lisovenko
ico.ukit.com
Posts: 132
Reputation: 15

Message # 52 | 4:28 AM
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
Bengaltiger
Posts: 57
Reputation: 1

Message # 53 | 9:51 PM
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!
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 54 | 7:34 AM
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. happy

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
Bengaltiger
Posts: 57
Reputation: 1

Message # 55 | 12:22 PM
Paradox, yes It works thumb ...Thanks
uCoz Community » uCoz Modules » File Catalog, Site Catalog, Publisher, Ad Board, Online Games » Categories management (catalog categories and sections)
Search: