The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#347
|
||||
|
||||
Quote:
sorry its early! lol martyn |
#348
|
||||
|
||||
I just upgraded to 1.3 and wanted to customize the warn_user template but now I cannot find it in my style? Is it possible that my style is not showing this? warn_user is the correct template right?
Thanks in advance!!! |
#349
|
|||
|
|||
This would be even better if we could create warning types (i.e. spam, abusive post) with specific warning points and force moderators to use those (like AWS) rather than enter their own warn amounts.
|
#350
|
||||
|
||||
Great addition. Is it possible to alter the way the text inserted into a waned message looks? At the moment it is the same as the rest of the message but I would like to make it bold red to make it stand out. Can anyone tell me how? Thanks.
|
#351
|
|||
|
|||
i cant get the thing to run properly on my board as soon as i load the product and click refresh on my forums it comes up with this error Warning: Unknown(/home/content/-/-/-/-/-/forums/includes/functions_warning.php): failed to open stream: No such file or directory in /includes/class_postbit.php(279) : eval()'d code on line 5
Fatal error: (null)(): Failed opening required '/home/content/-/-/-/-t-/html/forums/includes/functions_warning.php' (include_path='.:/usr/local/lib/php') in /home/content////t/html/forums/includes/class_postbit.php(279) : eval()'d code on line 5 ** NOTE I can access froums and sub forums fine but when i click on a subject i wish to read or post on it comes up with the error at that time im running vb3.5.4 any imput is apericiated |
#352
|
|||
|
|||
i don t know is it post earlyer in this thread but i have add on hook postbit_display_complete $post['userid'] != 0
like Code:
global $vbulletin; if ($post['postid'] && $post['userid'] != 0 && (can_moderate($forum['forumid']) || ($vbulletin->userinfo['userid'] == $post['userid'] && $vbulletin->options['warn_allow_view']))) { require_once(DIR . '/includes/functions_warning.php'); $show['warning'] = true; $post['warning'] = construct_warning_display($post, can_moderate($forum['forumid'])); } |
#353
|
|||
|
|||
Sorry but I just noticed that my forum specific mods can warn/ban anywhere. This is a problem because I don't consider them real mods (they are like rent-a-mods) and are used only to move delete posts when necessary.
Is that normal? How can I fix it? Also how can I make the warning level visible to all users? |
#354
|
|||
|
|||
I really need tis mod fast. People are only seeing this warn logo next to their own name and nobody elses and the questions as to why are pooring in.
|
#355
|
|||
|
|||
I can't beleive I'm the first to ask that it be visible to all users. The less smart people are complaining like crazy because they think its only them that has a warning meter.
|
#356
|
|||
|
|||
anyone can help?
|
#357
|
||||
|
||||
This looks greats, may try to conquer it later on
|
#358
|
|||
|
|||
Can someone help make the hack visible to all users and prevent section mods form using it?
|
#359
|
|||
|
|||
I have this saved (was posted in this thread sometime ago):
With this insatalled, now on my forums only admins can see the warning leve indicator in each post. And users only see if they have been issued a warning. Quote:
|
#360
|
|||
|
|||
If you use the "PM the warned user" features of the Inferno Warning System, you might want to consider modifying warn.php to save the sent PM in the "sent Items" folder of the staff member that warned the user.
in warn.php, find this code: PHP Code:
PHP Code:
PHP Code:
|
#361
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|