The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help with mod making
Ok so as you know I am skinner at vBulletin. I'm not the best nor do I claim to be but I wanted to delve in to coding, so I checked out a tutorial (the video one..I forget which) and followed it and made my mod.
Everything works however it requires template edits how to I make these edit's go into the exported XML OR how do I create a custom template containing the code and add that to the navbar template. (I want it to appear there) I tried creating a custom template called sponsor and placing Code:
$sponsor The only thing that worked was raw html HTML Code:
<td><div> Thanks, Connor PS sorry if I explained it terribly. |
#2
|
||||
|
||||
You need to have a plugin (or add this at the bottom of a plugin) to eval the template to use (this uses a template_hook):
PHP Code:
PHP Code:
|
#3
|
|||
|
|||
Quote:
|
#4
|
||||
|
||||
If you are in debug mode, then when editing the template in the Master Style, you should see Product at the top and you would choose your product there.
|
#5
|
|||
|
|||
That only works when adding new templates.
You can either add the edits needed in the .txt file and include it in your mod folder or you can do an automatic template edit (See article forum). |
#6
|
||||
|
||||
Yes, you are right. I was talking about the template he created.
|
#7
|
|||
|
|||
Well thanks to everyone! I got my mod working and am just about to release it, it's a simple starting mod but I hope to get better at it.
I must say another HUGE thanks to the support of vb.org's members. Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|