The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#202
|
|||
|
|||
Quote:
Damn I am blind... Thanks. |
#203
|
|||
|
|||
Quote:
|
#204
|
|||
|
|||
I was the 100th install ^___^ do i win a prize XD
Great hack |
#205
|
|||
|
|||
I have installed everything and even made the upgrade with no problem but when I go to Warn a test member, I have NO OPTIONS.
I can click on the drop down and all I get is "Choose A WARNING" Need help in finding what did not get uploaded or do I have to put in my own warnings??? Thanks |
#206
|
|||
|
|||
Quote:
Rgds |
#207
|
||||
|
||||
sv1cec How could i add buttons/links to the dropdown menu in the postbit, where the "view users profile" & " visit users homepage" links are?
I would like it so that Admins and S/Mods and the user himself to see the how many warnings they have BUT other users cant, they can see there own but not others. Like Erwins hack did. Can you help do this? Thanks Snowy |
#208
|
|||
|
|||
I can't seem to edit the banned usergroups and the amount of points it takes to ban someone. All I get is the error message:
Database error in vBulletin 3.0.1: Invalid SQL: update warning_options set banned_limit='14', points_before_banned='5', banned_usergroup_id='4', protected_usergroups='' where oid='1' mysql error: Unknown column 'banned_usergroup_id' in 'field list' mysql error number: 1054 Date: Thursday 26th of August 2004 05:34:43 AM Script: http://www.rolldeepcrew.com/forums/a...admin_warn.php Referer: http://www.rolldeepcrew.com/forums/a...n.php?act=view Username: Rociel IP Address: xx.xxx.xxx.xx |
#209
|
|||
|
|||
Quote:
I am trying to find that dropped-down menu you are talking about and I can't . All I can find, which looks like the menu you are talking about, is the one which appears if you click on the user name, above each post. Is that the one you are talking about? In any case, what I've done in my site, is to have a couple of links in the postbit, through which the admins/mods and the owner of the post can see the warnings this particular user has received. The code for those links is: HTML Code:
<!-- checks for warning system --> <if condition="$post[usergroupid]!=6 AND $post[usergroupid]!=7 AND can_moderate($forum[forumid], '', $bbuserinfo[userid])"><a href='Warn.php?do=WarnUser&id=$post[userid]&post=$post[postid]'>Warn $post[username]</a> ? </if> <if condition="$post[usergroupid]!=6 AND $post[usergroupid]!=7 AND ($bbuserinfo[usergroupid]==7 OR $bbuserinfo[usergroupid]==6)"> <a href='Warn.php?do=ViewWarnings&id=$post[userid]'>View $post[username]'s Warnings</a> ?</if> <if condition="$post[userid]==$bbuserinfo[userid] AND $post[usergroupid]==2 AND $post[warning_level]>0"> <a href='Warn.php?do=ViewMyWarnings'>View your Warnings</a> ?</if> <!-- end of warning system --> Let me know which menu it is and I'll try to be more specific. Rgds ----- John |
#210
|
||||
|
||||
Hi John,
Yes its the menu with the username. I just think it would be better. Can we include the supermod group also, i notice you dont use that but i do. Thanks Liam |
#211
|
|||
|
|||
Well, in postbit template, find the following:
HTML Code:
</table> </div> <!-- / post $post[postid] popup menu --> HTML Code:
<!-- checks for warning system --> <if condition="$post[usergroupid]!=6 AND $post[usergroupid]!=5 AND $post[usergroupid]!=7 AND can_moderate($forum[forumid], '', $bbuserinfo[userid])"><tr><td><a href='Warn.php?do=WarnUser&id=$post[userid]&post=$post[postid]'>Warn $post[username]</a></td></tr> </if> <if condition="$post[usergroupid]!=6 AND $post[usergroupid]!=5 AND $post[usergroupid]!=7 AND ($bbuserinfo[usergroupid]==7 OR $bbuserinfo[usergroupid]==6)"><tr><td> <a href='Warn.php?do=ViewWarnings&id=$post[userid]'>View $post[username]'s Warnings</a></td></tr></if> <if condition="$post[userid]==$bbuserinfo[userid] AND $post[usergroupid]==2 AND $post[warning_level]>0"><tr><td> <a href='Warn.php?do=ViewMyWarnings'>View your Warnings</a></td></tr></if> <!-- end of warning system --> Rgds ------- John |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|