The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Hello
![]() I want to have custom link in admincp as shown in above pic. I have "settings.php" file located under forums/admincp/ folder. I wanna have link to that file in admincp.... when its clicked, it doesn't take you off admincp but it should display that page on right side frame.. I hope i'm explaining it rite... Can somebody tell me the code or edit ![]() Regards Aditya |
|
#2
|
||||
|
||||
|
|
|
#3
|
||||
|
||||
|
Quote:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?> <navgroups product="vbulletin"> <navgroup phrase="forums_and_moderators" displayorder="60"> <navoption displayorder="1"> <text>My Test Settings</text> <link>settings.php?do=foo</link> </navoption> </navgroup> </navgroups> |
|
#4
|
|||
|
|||
|
How do you try to import this?
|
|
#5
|
||||
|
||||
|
from add/import products... am i missing something?
|
|
#6
|
|||
|
|||
|
This is a cpnav file, you don't import these you just place the XML-file (with the correct name, ie: cpnav_<productid>.xml) in the ./includes/xml directory.
PS There is probably an article on AdminCP menu's in our articles section. |
|
#7
|
||||
|
||||
|
Thanks a lot for reply marco... i strongly appreciate that...
I found solution in afternoon only... sorry i forgot to mention that here.. I referred : http://www.vbulletin.com/forum/showthread.php?t=234240 And http://search.code-head.com/F-Admin-...ummies-1199444 Google is really my friend!! haha
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|