[vb4] Adding a stylevar
I had no idea that most people had no clue how to do this or that it was even possible so here goes.
Step 1. Put your board into debug mode by adding this PHP Code:
Step 2. Goto the style manager, you will now see an additional style 'MASTER STYLE' Step 3. Enter the stylevar editor for MASTER STYLE Step 4. In addition to the regular stylevar editor, you will have two buttons to add and delete stylevars. Click add stylevar Step 5. Fill in the form to add the style var. If you select a product you are working from from the dropdown, it'll be included in the product xml file when you export. Its always a good idea to prefix your variables so they don't conflict with other peoples. The product id makes a good prefix. Step 6. Setting the value for it in the master style, sets its default value. Step 7. You can use this stylevar in your templates with the following code: Code:
{vb:stylevar <stylevar name>} Step 8. Remove or comment out the line you added in step 1 to take your board out of debug mode. |
Forgive my brain fart but how do I make it work after it's set up? How does vBulletin know what to do with it?
|
There are various types of style var; off the top of my head there are thigns like colour, border and background. Depending on the type you pick depenends on how vb handles it.
You use it just like you would any other style var. |
This is really excellent and I will use this after the final updater. I bet vb will be adding many more stylevers because some are turned off and some are still needed. Excellent job :)
I think what cbiweb is referring to is how does the stylever know what it is assigned to change, like if you wanted a border around the body, how would the created stylever know that is what it is assigned to do? Im kinda wonderin this myself but I have not tried this so it may be self explaniory when you install it. Again, excellent job |
You basically need to put the style var into your own template.
As an example; my [pbpg] chess mod defines two style vars, one for the background of a black square, one for the background of a white square. I then added these two style vars to a style sheet within one of the templates like so: Code:
<style> |
ah-ha OK very cool and thank you. I understand fully now :)
|
Group
StyleVar ID Friendly Name comments whats fill this value |
Group: this is used for where the style var is displayed in the style var editor; the bold titles are the groups. If you enter an unused title, a new group should be automatically created.
Stylevarid: this is the name for your style var and the name you use to refer to it in template. Must be unique Friendly name: no effect at the moment, but it will at some point be used as the name the style var is called in the stylevar editor. Description: not exactly sure where this is displayed but it should describe the style var Other fields should be obvious. |
thanks
|
1 Attachment(s)
Quote:
|
All times are GMT. The time now is 07:37 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|