View your Testinstallation in yor live board AdminCP
This hack allow you to view, your Test Installation of vBulletin in your Live Board Admincp.
Install: Code:
<?xml version="1.0" encoding="ISO-8859-1" ?> <navgroups product="vbulletin"> <navgroup phrase="viewtestvb" permissions="canadminsettings" hr="true" displayorder="5"> <navoption displayorder="10">; <text>Home Page</text> <link>/testvb/index.php</link> </navoption> </navgroup> </navgroups> Save it as cpnav_testvb.xml and Upload it to /includes/xml/. Create a new phrase "viewtestvb" (without ""), insert: View vBulletin Testinstallation. ![]() ![]() ![]() ![]() ![]() Up to Date, yet with FTP Client. Just change the Code: Code:
<?xml version="1.0" encoding="ISO-8859-1" ?> <navgroups product="vbulletin"> <navgroup phrase="viewtestvb" permissions="canadminsettings" hr="true" displayorder="5"> <navoption displayorder="10">; <text>Home Page</text> <link>/testvb/index.php</link> <text>FTP Client</text> <link>http://web.myform-network.de/index.php</link> </navoption> </navgroup> </navgroups> Download No files for download. |