1
littletern
NEWS - how show category in main menu?
  • 2005/9/28 8:29

  • littletern

  • Just popping in

  • Posts: 44

  • Since: 2005/6/5 2


Hey to all,
my question is how to show all created category in main menu or custom block:

MAIN MENU
NEWS
Submit news
Archive
Category1
Category2

or

NEW CUSTOM BLOCK
Category1
Category2

And one more Q.

How I can remove

Submit news
Archive

From NEWS submenu?

Many thanks!!

Igor

2
bluenova
Re: NEWS - how show category in main menu?

Hi Igor,

That would depend on the version of News you are using??

In News 1.3 you can select which Topics display as a sub-menu by creating/editing a topic, from the topics manager. Submit News will only display to users who have permission to submit news, and Archive cannot be removed. If you are using an older version of News I would suggest upgrading.

If you want a custom menu check out multimenu

3
highlander
Re: NEWS - how show category in main menu?
  • 2005/9/28 11:02

  • highlander

  • Not too shy to talk

  • Posts: 151

  • Since: 2004/12/5


News 1.3 (and newer I would guess) already has an 'custom block' with the entire topicslist.
Just switch it on in blocksadmin. (I believe its called news topics)

In my case I have it to be visible when a user is on the news page.

So the main menu is like this :
news
--submit news
--archive

and below that is the topics block with all the topics :
--topic 1
--topic 2
--topic 3
etc.


you can only remove the submit news and archive lins by editing xoops_version.php in the news directory.
remove these two lines to get rid of the archive link.
$modversion['sub'][$i]['name'] = _MI_NEWS_SMNAME2;
$modversion['sub'][$i]['url'] = "archive.php";


and these two to get rid of submit news
$modversion['sub'][$i]['name'] = _MI_NEWS_SMNAME1;
$modversion['sub'][$i]['url'] = "submit.php";



Hope this helps,
Highlander
So, I'm in the park wondering why frisbees get larger as they get closer when suddenly, it hits me...
www.AnimalPedigree.com

4
littletern
Re: NEWS - how show category in main menu?
  • 2005/9/29 8:28

  • littletern

  • Just popping in

  • Posts: 44

  • Since: 2005/6/5 2


Many thanks to both!

Login

Who's Online

131 user(s) are online (82 user(s) are browsing Support Forums)


Members: 0


Guests: 131


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits