![]() |
Most hacks can be added on very easily to this by only installing them to work on the premium styles. As I am upgrading right now, if I come across any others that I tweak more to work with the premium styles, I will most definitely post them here.
Amy |
thank you :p
|
would it be possible to alow premium members to have custom avatars and non premium members use the gallery avatars ?
|
Yes. In fact, I forgot that I had already done something similar. My regular members must have 200 posts to use custom avatars. Premium members can use them no matter how many posts they have. Back in a few with that addon and thanks for the reminder.
Amy |
nice one ! im tryin to make some additions also ! but i cant figure out the variable to select the premium mebers ? is it somthing like
userinfo[premium] ! because i want to add a small icon next to the premium peoples usernames in the whos online bit on forumhome |
OK. I am back.
I wrote two versions of the hack. The first is tested. The second is not. The first one makes it so that if you set a post limit for custom avatars, premium members are exempt from that limit. On my board, members need 200 posts to use custom avatars but premium members can use them no matter how many posts they have. The second one makes it so that if you disable custom avatars entirely for your normal members, premium members can still use them. I have not tested the second one and will rely on some brave soul to do so. I will happily fix any bugs. Amy |
Quote:
To do what you want to do, try this: In online.php Find: Code:
} else if (($mod["$key"] or $user['usergroupid'] == 5)and $highlightadmin) { Code:
} else if ($user['premium'])and $highlightadmin) { Amy |
u r a star ! and all this without usergroups thanks ever so much !
|
cant get icon to work ! i will not put it in onlin.php but i would like it to go in index so it shows up next to the username in forum home whosonline
|
OK. This one is easy.
In index.php Find: (twice) Code:
eval("\$activeusers = \"".gettemplate('forumhome_loggedinuser')."\";"); Code:
if ($loggedin['premium'] == 1 and $highlightadmin) { |
All times are GMT. The time now is 12:57 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|