The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Ok I have the xml currently creating the installation for my product. The product code is all done and works if you use the page however what I don't understand and seems to be incredibly confusing is how in the hell do I actually implement the code?
Is there like a Hello World product example laying around here that everyone has seen except me? How do I add a settings tab? How do I add settings options and actually call those options. I see how they are used via other xml's but that is hardly helpfully in actually explaining how it works. My product is very simple. It creates a new table and users can leave i guess you could say "reputation" points and feedback on a user. So the user will have a positive, neutral, or negative "rep" number. But how in the hell are you supposed to know the XML values to add to the correct templates and options and add tabs in the user profile, etc. Sorry if this is common knowledge. I have been coding in PHP for almost 8 years now and this vbulletin product development has me going insane. |
#2
|
||||
|
||||
![]()
The Hello World product examples are any modification you download from the modifications area. Most people learn by finding a mod similar to what they want and looking to see how it was done.
|
#3
|
||||
|
||||
![]()
These are basically my questions too... I could look at other products but it amazes me there isn't a write-up someplace that goes step by step on things like adding settings and such- is there really no such resource on all of vb.org?
|
#4
|
|||
|
|||
![]()
I'm pretty sure there is, as I remember reading a while ago something about Adding the Product, configuring it, then exporting it - that then creates the XML file.
|
#5
|
|||
|
|||
![]() Quote:
Regards |
#6
|
||||
|
||||
![]()
Wow how far I've come from July 2010.
![]() No what the OP and myself were asking about was how do we MAKE a product, not export one. Really the "secret" for me was I had to put vBulletin into DEBUG mode... Once you do that you can easily add settings, add templates, and add new products to bundle it all together. Just add the line: Code:
$config['Misc']['debug'] = true; But NEVER do this on your live forum, only put your test forum in debug mode, regular users should have no access to a forum in debug mode. Once that's done you should be able to figure things out from there by following existing mods. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|