![]() |
sorry, still can't get it :(
i have 3 ranks: 1=Junior Member, 2=Member, 3=Senior Member and the default group ranks (admin, mod, guest). how can i set to only show a board to e.g. "senior members"? when i promote a user to level 2 and add the title to the secondary usergroup, i should have a usergroup "members", when i add 3rd level, i got "senior members" - is that right?! so i need to set the ranks "member" and "senior member" as usergroup in vb with the special permissions? ----------------------- when i now have a group "specialposter" and got them mentioned in "Override Level Ranks on a primary usergroup id basis", these groups aren't touched by the plugin?! so maybe this is the reason, why the people of this group aren't updated by the plugin? thanks?, thomas |
I'm having a hard time understanding what you are asking. It should be noted that a user is only promoted when they log in after achieving the requirement.
To show a board only to senior members, you would go into the forum permissions, and click "Deny All" for that forum, then select your senior member usergroup under the forum, edit it, and select "use default usergroup permissions". |
it's ok, i got it.
by the way, as admin i can't see the stats in threadview "only for registered users"... |
hi,
first of all: sorry, but my english is not the best, cause i am form germany i have a question reffering to your activity-addon. i want to have a statistic for the activity of my members...something like a top-ten. so i have to know, how the activity is calculated with the parameters out of the database. can you please give me some hints, how i can do this? something like a formula for the activity-calculation would be great. thank you very much! greetings Oli |
please give me a hint. i searched the whole weekend for a solution...
i need a standalone-script, to calculate the activity-percentage...the formula seems to be: Code:
$WWU002_activitypercent=intval($WWU002_activity/$GLOBALS['WWU002maxPoints']*100); thank you 4 help. Oli |
The WWU002maxPoints is calculated in global_start at the beginning of each page. LiveWire wrote an addon that does what you are trying to do, which is to list the top 10 activity as it exists in the user table. It should be noted that activity only changes when it is viewed. This means that if a user gets to 100% activity, then goes away and noone views one of his posts or his profile, the database will leave him at 100% activity untill his post or profile is viewed. In reality, this is only an issue for users with low activity to start.
|
I had that hack removed. I'm not really involved with making hacks anymore, but I think I did fix the activity view problem that WW was talking about. Anyway, if you want to show a list of top active users, then follow these instructions.
Create a new template. Name it activity with the following contents. HTML Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center" style="border-bottom-width:0px"> HTML Code:
<tr> |
No, you never did fix that. Essentially, you have to re-calculate the activity for every user in order to fix it. You can skip members who haven't visited since the cuttoff, and you can cache the results so you only do it once a day. One of these days, I'll get arround to converting the old script I did for the hack version and prettying up some templates for it.
|
Okay, I got the accurate top 10 script converted to 3.5, now I just need to give it some time on Zelaron, then I'll be ready to beta it.
|
Quote:
anyone else? |
All times are GMT. The time now is 03:55 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:
|