Under "Styles & Templates":
Style Manager
Edit Templates <---- WANT TO ADD THIS
Search in Templates
Replacement Variable Manager
Download / Upload Styles
Find Updated Templates
The closest I've gotten is the file:
cpnav_vbulletin.xml
PHP Code:
<navgroup phrase="styles_and_templates" permissions="canadminstyles" displayorder="20">
<navoption displayorder="10">
<phrase>style_manager</phrase>
<link>template.php?do=modify</link>
</navoption>
<navoption displayorder="20">
<phrase>search_in_templates</phrase>
<link>template.php?do=search</link>
</navoption>
<navoption displayorder="30">
<phrase>replacement_variable_manager</phrase>
<link>replacement.php?do=modify</link>
</navoption>
<navoption displayorder="40">
<phrase>download_upload_styles</phrase>
<link>template.php?do=files</link>
</navoption>
<navoption displayorder="50">
<phrase>find_updated_templates</phrase>
<link>template.php?do=findupdates</link>
</navoption>
</navgroup>
What can I do to successfully add the "edit templates" link -- which I think is
template.php?s=&do=modify&expandset=1&group=all#al l ???
Any help would be appreciated please.
wonderful support we got here...