[Solved]: How can I remove items from the main menu? [Solved]: How can I remove items from the main menu?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Solved]: How can I remove items from the main menu?

Started by Morgy, March 23, 2004, 09:47:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Morgy

Hello

I want to remove the following menu items from a 1.2.1 installation's main page:

- Last comments
- Top rated
- My Favorites


In which file must I edit what code to do so?

Thanks in advance for help!
Morgy

Casper

in themes/your_theme/theme.php, you will find the menu items near the top.

Just comment out the links you dont want.  Do not remove any of the existing comment lines.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here


Morgy