The Arcive of vBulletin Modifications Site. |
|
Make quick style chooser update user settings Details »»
|
|||||||||||||||||||||||||||
|
Make quick style chooser update user settings
Developer Last Online: Mar 2013
The Quick style chooser relies on sessions rather than updating the actual user's settings. This means when you want to see what skin a user is using, it's usually not correct. Since most users tend to change skins using just the Quick Style Chooser, this plug-in updates their settings to match it. It's specifically for use with my skin view plug-in, but also could be handy for other forums. Simply install it using the product manager.
Note: This will not update a user's settings until they re-visit your forums. It is also said to fix issues with psiStats giving inaccurate results. Update: This now lets users easily reset their options back to the default style. You're free to do what you like with this code, although credit is appreciated, it's not required. Brought to you by eXaltic - vBulletin skins. Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
|
|
#3
|
|||
|
|||
|
It doesn't matter what order you install them in
|
|
#4
|
||||
|
||||
|
I have installed the 2 mod and i little problem
![]() In postbit template, i have added this: Code:
Style: $post[stylename] |
|
#5
|
|||
|
|||
|
As mentioned in the other thread, you should wrap <if condition="$post[stylename]"> </if> round it, so you'd have:
<if condition="$post[stylename]">Style: $post[stylename]</if> |
|
#6
|
|||
|
|||
|
Works like a charm!!!!!
|
|
#7
|
||||
|
||||
|
I'm stupid, excuse me, it work now
|
|
#8
|
|||
|
|||
|
I dont understand...I installed them both and added that <if condition="$post[stylename]">Style: $post[stylename]</if> in the postbit template. What did I do wrong?
|
|
#9
|
|||
|
|||
|
Try adding it to posbit_legacy too. I have them added in both templates
|
|
#10
|
|||
|
|||
|
If your site uses the 2 column view like vbulletin.org does, then you need to edit postbit_legacy.
|
![]() |
|
|