Quote:
Originally Posted by SilabGarza
is there a way to make people choose whether the snow appears or not?
getting complaints that there lagging because of it >.>
|
Quote:
Originally Posted by Mysterious2207
I also need help with this.
|
Quote:
Originally Posted by interium
I had the same problem. I copied the theme and added snow on one of them. The members can now turn it on or off at the bottom of the page.
Simple solution.
|
Quote:
Originally Posted by blogthea
i really like the effect but
had to unistall due to lag complains
|
@ All of you
Make a new publicly joinable usergroup but set all it's permissions to no and nothing at all can be done by it except showing certain content, go ahead give it a try!
How?
If the new usergroup number is 12
Place whatever you want to show to them within this code and anything you want to show to your normal members not in this group below the <else />
Code:
<if condition="is_member_of($vbulletin->userinfo, 12)">
Your code here i.e. the code that displays the snow
<else />
The code for anyone that has not joined here OR nothing at all
</if>
Add more usergroups this way if you want it to show automatically to any additional usergroup no matter the code

:
Code:
<if condition="is_member_of($vbulletin->userinfo, 12,13,14)">
same as above
<else />
same as above
</if>
And now anyone can click this link:
https://vborg.vbsupport.ru/profile.p...editusergroups
And join that public usergroup to show the snow and or anything else your imagination whips up

. You can also go back to that same page and leave the usergroup if for example you browse on an iphone or Blackberry and some mods make it hard to browse or not display right then when you get home you can leave the usergroup to display the forum with all it's perks for pc or mac use
You can replace the vb.org url part with yours so:
Code:
http://www.yoursite.com/forum/profile.php?do=editusergroups
Double check it then enjoy!
Simple IF you know where to look and this info is all around in these here parts now ya hear'
Mike