uCoz Community » uCoz Modules » Site News & Blogs » Categories management
Categories management
Natashko
Posts: 3366
Reputation: 171

Message # 1 | 1:17 PM
Site News: Categories management

Categories management of any uCoz system module is done via Control panel (/admin). Go to Control panel->Site News->Categories management. You will see the following:

Click “New category” to add one.

Fill in all the fields and click “Save”.

1. A book sing means that there is a description present for this category.
2. A screwdriver sign helps to change the settings (Category name, Category description, Name to be displayed in URL ).
3. Red cross sign deletes this category.

The rest of the category and module settings can be found in Control panel->Site News->Module settings.

Do not forget to click “Save” after making the changes.

The design of category pages can be customized in Control panel->Site News->Module design customization ->Page of the entries archive.

FREQUENTLY ASKED QUESTIONS

Is it possible to display the news of a certain category on a page?
Yes, it can be done by means of Informers.

Is it possible to apply several categories to one news?
No, it is not.

Is it possible to add a category NOT via Control panel?
No, it is not.

How many Site News categories can be there on uCoz websites?
1000

How can I customize the design of Site News categories?
Use conditional operators. (Page of the entries archive template).
$PAGE_ID$ , $URI_ID$ - special codes, which may be useful for outputting different text or some other code for different pages, using the same template.
Values of $PAGE_ID$, $URI_ID$ variables can be learned at "Admin bar" after logging in to the site as the Administrator.

Is it possible to have not only categories, but sections in Site News, like in File Catalog?
No.

I have removed some categories, but the news were removed together with them. How can I restore the removed news?
It is possible only if you have made data backup. Otherwise, it is not possible.

Attachments: 4472789.png (4.6 Kb) · 2066919.png (6.4 Kb) · 4053358.png (4.6 Kb) · 0042655.png (4.9 Kb)
Sunny
Posts: 9296
Reputation: 456

Message # 16 | 1:19 PM
Lightning8557, this can only be done manually, by means of changing "Display order" option of the categories.
I'm not active on the forum anymore. Please contact other forum staff.
Lightning8557
Posts: 2
Reputation: 0

Message # 17 | 1:19 PM
Thank you. Unfortunately, I have attempted to do this, and despite giving certain categories the value I would like for them to have in regards to the order in which they appear, they remain listed in order of how recently they were created. Any ideas?
sugarfree
Posts: 10
Reputation: 0

Message # 18 | 1:19 PM
in my own opinion if u want to achieve wat u really want
do it manually w/c i guess is kinda tiring job..
anyway ... make a new block..
and edit ur list.. ( title + hyperlink )
thats the only way i know...
u can get wat u want..

example:

Code
<div id="My_link" >
<a href=" target url here"> TITLE </a><br />
<a href=" target url here"> TITLE </a><br />
</div>

since we assign own id ... u can customize its style as well

Code

#My_link { ur own style here;}
#My_link a  { ur own style here;}
#My_link a:hover { ur own style here;}
Post edited by sugarfree - Tuesday, 2009-12-01, 6:52 AM
Tyr
Posts: 2
Reputation: 0

Message # 19 | 1:19 PM
Okay so what I'm trying to do is set up my site so that each user group gets a different News bit, and what I have setup is separate categories for the groups, and what I want to do is make it so users see the news feed, but only the category appropriate for them I don't want one group to be able to view the News for another group.

Here's the basic Idea
I have 3 versions of my site, my site is for a children's Sunday school basically, I have one version of the site for the Parents, the Volunteers and for the kids.

I want each group to ONLY be able to see one Category of News

What is the easiest method?

I've thought of using informers which grab content from each category and using if statements on the groups so the groups see the News aimed at them, not the other peoples.

But this way is inefficient and not quite as useful.

Any ideas?

NTP
Posts: 296
Reputation: 10

Message # 20 | 1:19 PM
You can set access control on who can see what category, from the control panel.
Web design and film == my 2 passions.

Genesis Inc. ~ New Horizons, New Beginnings
Tyr
Posts: 2
Reputation: 0

Message # 21 | 1:19 PM
Thanks for the tip but, I'm afraid I don't see it anywhere in the control panel, it doesn't appear to be anywhere in the site news settings, nor in the Users settings
Sunny
Posts: 9296
Reputation: 456

Message # 22 | 1:20 PM
Tyr, Site News does not have such option. You can either use another module (e.g. Publisher) or conditional operators - http://forum.ucoz.com/forum/37-471-1
I'm not active on the forum anymore. Please contact other forum staff.
Mark69
Posts: 17
Reputation: 0

Message # 23 | 1:20 PM
Is it possible to set a User as the "Moderator" of a Blog Category?
If it is, how?

When I say User, I'm referring to one person, not the group Users.
Thanks.
-Mark

Sunny
Posts: 9296
Reputation: 456

Message # 24 | 1:20 PM
Mark69, no. You can only move a user to the Moderators (or any other group) and assign the permissions so that he/she will be able to edit the whole blog and not just one category.
I'm not active on the forum anymore. Please contact other forum staff.
Mark69
Posts: 17
Reputation: 0

Message # 25 | 1:20 PM
Okay Sunny. Thanks for clearing that up.
HorseIsleSense
Posts: 93
Reputation: 0

Message # 26 | 1:20 PM
Yeah, Sunny's right. Although you can do that in the forum by selecting the "Moderators can only perform moderating actions in a category where they are moderator" or whatever it says (bad memory) and then proceeding to assign mods to each category you wish.
kumar6005
Posts: 1
Reputation: 0

Message # 27 | 1:56 PM
i am a beginner plz do guide wid the steps for building my blog and upload different feeds in my site.
thanks smile
Natashko
Posts: 3366
Reputation: 171

Message # 28 | 3:16 PM
kumar6005, please refer to the following forum board: http://forum.ucoz.com/forum/14-2236-1#8957
noealejandro
Posts: 6
Reputation: 0

Message # 29 | 10:28 PM
Hello everybody.

I'd like to know if it's possible to add the topics of a blog category in a block side. For example, my blog has Category A and Category B. I want to put the last titles of Category A in a side block.

Thanks in advance.
Post edited by noealejandro - Wednesday, 2011-09-21, 1:29 AM
Natashko
Posts: 3366
Reputation: 171

Message # 30 | 11:06 AM
noealejandro,
Quote (noealejandro)

I'd like to know if it's possible to add the topics of a blog category in a block side. For example, my blog has Category A and Category B. I want to put the last titles of Category A in a side block.

You need to use Informers. See more about them here: http://forum.ucoz.com/forum/37-457-1#2206 When you create it - enable Builder->Add block->put it in one of the containers->click "Block content management" button in the shape of a cogwheel->HTML->add Informer code->Save changes. See more about Builder here: http://forum.ucoz.com/forum/5-5862-1#27866
uCoz Community » uCoz Modules » Site News & Blogs » Categories management
Search: