Quote:
Originally Posted by neocorteqz
Are you asking how to rename the link?
if so, replace $vbphrase[calendar] with whatever you want. or make a new phrase in the admin panel and replace the code with $vbphrase[new_phrase_here].
sorry if that's not what you're asking for.
|
I think you're thinking what I'm thinking.
My head hurts now.
Anyway, I had tried this but think there's more than one place I need to change this value, because once it was changed $vbphrase[calendar] to $vbphrase[events_calendar] in the navbar template the entire "calendar" menu option disappeared. This makes sense as numerous items in numerous php files refer to this $vbphrase[calendar] setting.
When you say "or make a new phrase in the admin panel and replace the code with $vbphrase[new_phrase_here]", where in the admin panel is this? I'm been searching through the styles section to find the various bits of code and view the templates, but didn't find anyplace/easy method to alter the existing data. Part of my issue is that I had to eliminate all my help data for the admincp from the language.xml in order to allow the 3.0.0 upgrade to finish (my host wouldn't finish the upgrade/run the remainder of the xml because of some weird filesize limit

).