The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
What's the correct way of creating a new Admincp screen?
Hello guys, I need your opinion on how to to the following:
I want to create a new Admincp screen, and I wanted to ask you, what is the "correct" way of creating an admin screen on vBulletin 5? In general, I need to know how to create new screens on all the website if possible, not only AdminCP. Do you have any hints/ideas , or github examples I can use to get a better idea of what to do? Thank you! |
#2
|
||||
|
||||
What do you mean by "new screen?"
|
#3
|
||||
|
||||
^^ what he said. Do you mean a new page? And, if so, a new page in the Options? Or a new section on the left? New Pages on the site are just created in Site Builder > New Page.
|
#4
|
|||
|
|||
To be more specific,
Let's say I want to create a URL like: /forum/admincp/mystatistics/ And be able to use vBulletin functions and core, as well as my own custom PHP includes. Or in other situations, I want to create something like: /forum/shoppingcart/ and use vBulleting functions, and my own functions. Thank you |
#5
|
||||
|
||||
In AdminCP, you can create a new option link on the left pane and call your own php file and use existing vB functions and includes. You do this by creating an xml file in /core/includes/xml folder. As for the format in the xml, you can take a look at the existing xml files there.
As for new pages on the frontend, you do it using Sitebuilder > New Page as Lynne mentioned. You can drag and drop any module there including PHP module where you can call the vB API and your own custom functions. You can also use Ad modules and still be able to call the vB API and your own API using vB template syntax. |
#6
|
|||
|
|||
Thank you guys, I'm going to try that.
I did checked some examples of existing things, but I wanted to be sure those were correct approaches. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|