Status: offline

Grymwulf

Forum User
Newbie
Registered: 07/22/03
Posts: 1
I manually added a forum link to the header.thtml file, however I can\'t find where to remove the \"forum\" link that is added upon installing the forum plugin next to the list of static pages. Which file, table, or what-have-you stores this link?

Status: offline

destr0yr

Forum User
Full Member
Registered: 07/06/02
Posts: 324
i believe that if you look for and remove {plg_menu_elements} from your header.thtml it will remove that (and a few other) links which you can just hardcode in...

i could be wrong so back up your header.thtml before doing anything...
-- destr0yr
"I love deadlines. I like the whooshing sound they make as they fly by." -- Douglas Adams

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Yep, plg_menu_elements is where all the plugins can add their own menu entries. If you want to keep the static pages entries but don\'t want the forum to add its entry there, you will have to remove the function plugin_getmenuitems_forum() from the plugin\'s functions.inc file. bye, Dirk