The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#302
|
||||
|
||||
Are you still able to issue post related warnings if the little graphical display is not there? And where exactly did you put this modification?
|
#303
|
||||
|
||||
Yes, because this only appears to the user themselves; not to the moderators who would warn that user. It's to avoid a 0% display which is confusing to my users.
I put it in the first function in functions_warning.php: Code:
if ($Empty > 0) { for ($e = 0; $e < $Empty; $e++) { $Bits[] = bit_builder(); } } if ($Current == 0 && $user['userid'] == $vbulletin->userinfo['userid']) { return 'No warnings.'; } |
#304
|
||||
|
||||
Quote:
Also when that member is warned wll they then see the warning meter? |
#305
|
||||
|
||||
MPDEV, very impressive.
If you are an admin, you see all the warning meters. You see "No warnings" for yourself If you are a member, you see "No Warnings" for yourself, and see no warning meter for anyone else. Cleans it up nicely. Brilliant. But, if you warn someone, only they see it. No one else does. Which, if you're looking for a little public chastisement (we do, we warn people and send them to HELL, our members really kind of like that, believe it or not...), you lose a key feature of the warning system. Any way of keeping it like you have it, but, showing a warned member's graph to the world? |
#306
|
|||
|
|||
Quote:
[EDIT] never mind, I got it after having a look at the file itself. Just one more thing, how do I allow moderators (along with the administrators) to see the warning meter? and be able to issue warnings? Thanks |
#307
|
|||
|
|||
Quote:
|
#308
|
|||
|
|||
Quote:
I have put the postbit templates edit between an if statement Code:
<if condition="$show['inlinemod']"><br /><br /><div class="smallfont">$post[warning]</div></if> |
#309
|
||||
|
||||
Another tip I use, since I use the postbit_legacy and don't like making the iplogged section two lines (opens up all that space to the right where a couple button sit; I prefer the warning indicator in the profile section along with all the other user information. I also like it formatted like the other items:
So, in the postbit_legacy template, I put the code here: Code:
<if condition="$post[icqicon] or $post[aimicon] or $post[msnicon] or $post[yahooicon] or $post[skypeicon]"><div class="info">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div></if> <if condition="$show['warning']"><div class="smallfont"><div class="info">$post[warning]</div></if> Quote:
|
#310
|
|||
|
|||
How can I do that other users will see the warning to other users.
thanks in advance kridisi |
#311
|
|||
|
|||
Can someone please help me with my problem a page ago:
When i try to warn a member i still get this error: The user you are trying to warn doesn't exist. Really dont know what to do, tried a lot I'm using 3.5.3 Tnx in advance Greetz |
#312
|
|||
|
|||
Quote:
|
#313
|
||||
|
||||
sweet hack zero- thanks!
INSTALLED |
#314
|
|||
|
|||
I have mine set up so all users are able to see anyone with a warning level above 0.
I believe I did it with file edits..I'm not sure. Mine has been modified to hell and back. |
#315
|
||||
|
||||
I have a couple questions as I have installed this hack but havent used it until tonight on a test account.
When I issue a warning and tell the system to increase by 1 which my maximun warning level is set to 20 it all seams to work and will show 5% WARNING on the members waring level. Now if I issue a decrease of 1 for that same member it does not decrease the members warning percentage but rather still shows 5% ???? What is this ? Also does someone have a manual they can share about this hack to how your using it and your methods? Can you all lost your maximun warning levels that you configured for this hack and maybe show me your standard proceedure on how many warning posts you issue for various violations, nice to see what everyone else is doing... |
#316
|
||||
|
||||
Nice Thanks a lot just what I missed from IPB
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|