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
You are not logged in.
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
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 -->
Zhis action will delete News on all pages. But I want it show on the other pages. Just don´t show on index.php....
Wow, that goes beyond my knowledge, sorry
<!-- IF active_module != "homepage" AND system_enable_news == "1" -->
<li>{anchor:url1="news/",url2="index.php?m=news",name="core|menu_news"}</li>
<!-- ENDIF -->
Does this work though? Wow radioact, you're clever - wanna be my friend? he he