The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#442
|
|||
|
|||
I have another question...to sv1cec,
Within on these post there are several mentions of the hack allowing and not allowing certain users to view any or all of the warning hack details. I was woundering if I could get some sort of clarification on what I need to do in order to accomplish the following using your files. 1) I want to have all members regardless of there status to be able to view there own warnings, but not that of other members. 2) Only the Moderators that are assigned a specific forum are allowed to use the warning system within that forum...but are able to see the status of other members...but not able to do anything if its not there forum they moderate. 3) SuperMods need to have access to the warning system in all forums. 4) Admins can not be warned. 5) Supermods can warn mods Right now...I am using your files on my board. I created a test user...and nomatter what status I give this user...It can see the warning system. Again...I no some of these... if not all are posted in this thread...but from what I gather...they are not using the files that you submitted in order to use your config. Thanks for any clarification. |
#443
|
|||
|
|||
Quote:
As far as I remember, a moderator can see everyone's warnings (even in a forum he is not moderating), but can only issue warnings in the forums he/she is moderating. That is done, to help the moderator get a better idea of how bad a user is. I do not use Supermoderators, so I do not know what they can and cannot do, at this moment. Sorry. An administrator can do whatever he likes. Admins, mods and supermods cannot be warned, these are the protected user groups, declared in the Warning Options. rgds |
#444
|
|||
|
|||
One thing that has been requested in the past, or at least I think this is what has been requested, is to have increased banned days, depending on the ... offensiveness of the warned member. So what I did, is I did some mods, to increase the number of days a member is banned, if he is banned more than one time.
To clarify this, if a member is banned for the first time, let's say he is banned for days. If you activate this new feature (controlable from the Warning Options in AdminCP), if the same member is banned again, he will be banned for 14 days (2x7) If he is banned again, he will be banned for 21 days (3x7) etc.. The mods allow you to define a maximum number of bans, after which the member is permanently banned from your forums. The mods are listed in the attached file, but if you have any problems, please let me know. rgds |
#445
|
|||
|
|||
For those who downloaded the above instructions, please note that I had a small mistake in the file. Ijust reuploaded the instructions.
The mistake was in a line in Warn.php file, which said: Replace with: PHP Code:
PHP Code:
|
#446
|
|||
|
|||
Again, good work sv1 I hope to repay some day.
There is a problem, I cannot find; Code:
<b>User ID :</b> $userid </div> |
#447
|
|||
|
|||
And one question; How do I remove the
Guest - No Permissions Unable To View Guests Are Unable To View This Page When a guest tries to view warnings (I have allowed all people to view warnings, but it seems not for guests). |
#448
|
|||
|
|||
Quote:
If you can't find that, try finding this: PHP Code:
Quote:
Rgds |
#449
|
|||
|
|||
Sounds almost like a usergroup permission thing?
|
#450
|
|||
|
|||
Quote:
HTML Code:
<if condition="$bbuserinfo[userid]=='0'"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat" colspan="3">Guest - No Permissions</td> </tr> <tr> <td class="thead">Unable To View</td> </tr> <tr> <td class="alt1" colspan="1">Guests Are Unable To View This Page</td> </tr> </table> <br/> <else /> $warn_page <br /> </if> HTML Code:
$warn_page
<br />
|
#451
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|