1

Topic: Don´t want to show NEWS in the menu

I´m wondering how to do not show NEWS link in the menu when I´m on the main page (index.php). Can anybode help me? Thanks

2

Re: Don´t want to show NEWS in the menu

look for this in header.tpl

Either comment it out or delete it for good - back up though

<!-- IF system_enable_news == "1" -->
<li>{anchor:url1="news/",url2="index.php?m=news",name="core|menu_news"}</li>
<!-- ENDIF -->

3

Re: Don´t want to show NEWS in the menu

Zhis action will delete News on all pages. But I want it show on the other pages. Just don´t show on index.php....

4

Re: Don´t want to show NEWS in the menu

Wow, that goes beyond my knowledge, sorry

5

Re: Don´t want to show NEWS in the menu

<!-- IF active_module != "homepage" AND system_enable_news == "1" -->
<li>{anchor:url1="news/",url2="index.php?m=news",name="core|menu_news"}</li>
<!-- ENDIF -->

www.vldMagic.com - first choice customizations help desk
www.vldCrowd.com/radioact - my profile at vldCrowd

6

Re: Don´t want to show NEWS in the menu

Does this work though? Wow radioact, you're clever - wanna be my friend? he he