vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   adding extra links in ADMINCP -- help?? (https://vborg.vbsupport.ru/showthread.php?t=108175)

DelFDgfd_gT 02-16-2006 11:52 PM

adding extra links in ADMINCP -- help??
 
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...

DelFDgfd_gT 02-18-2006 07:25 AM

any help on this please?

DelFDgfd_gT 02-19-2006 07:42 PM

figured it out... created a /includes/xml/cpnav_edittemps.xml file and put this in:

PHP Code:

?xml version="1.0" encoding="ISO-8859-1"?>
<navgroups product="vbulletin">
    <navgroup phrase="styles_and_templates" permissions="canadminstyles" displayorder="20">
        <navoption displayorder="1">
            <text>Edit Templates</text>
            <link>template.php?s=&amp;group=&amp;do=modify&amp;expandset=1</link>
        </navoption>
    </navgroup>
</navgroups> 

Had it right the whole time except the "&" was suppose to be "&amp;"


All times are GMT. The time now is 01:09 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01007 seconds
  • Memory Usage 1,728KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete