vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Inferno Warning System v1.3 (https://vborg.vbsupport.ru/showthread.php?t=93669)

GNDI 07-19-2006 02:02 PM

Quote:

Originally Posted by hnjco
How moderators can warn users? Right now only admin can warn users?

Have you read this guide? https://vborg.vbsupport.ru/showpost....&postcount=425 and have you checked that you have the default usergroup ID's?

sudn3sc3d 07-20-2006 02:50 AM

Quote:

Originally Posted by Jordan17
None of my mods can see the warning meter. I have no idea why, it just doesn't shpw up for them.

I haven't changed any of it, just installed it.

Same here no one except me can see the meter :confused:

KuJoe 07-20-2006 08:08 PM

I just noticed that non-mods/admin can adjust warning levels... anyway to fix this?

kelekian 08-04-2006 07:15 PM

I create new group, was ID 12, but I need this group can able alert reg users. I can do it? How?

btw, this group can moderate some part of forum.

Hugs,

Kelekian

drumsy 08-05-2006 01:56 AM

What would be great would be the ability to convert all of this data over to vBulletin's Infraction System.

paul41598 08-09-2006 04:33 PM

I'd like to see how all users can see everyone elses warning... :(

paul41598 08-09-2006 06:00 PM

N/M, I got this working for all users for anyone who wants

Didi R. 08-14-2006 03:29 PM

Can someone tell me how i can get rid of the carriage return to the box for moderation?

glorify 08-14-2006 04:24 PM

Great stuff. I changed the way the MEMBERINFO looks. Moved the warning to it's own fieldset (conditional) in the Forum Info.

In MEMBERINFO, Find:
Code:

<td><a href="search.php?$session[sessionurl]do=process&amp;showposts=0&amp;starteronly=1&amp;exactname=1&amp;searchuser=$userinfo[urlusername]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a></td>
                                </tr>
                                </table>
                        </fieldset>

Add Under:
Code:

<if condition="$show['warning']">
<fieldset class="fieldset">
                                <legend>Warning Level</legend>
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <tr>
                                        <td>
                                                $userinfo[warning]
                                      </td></tr>
                                </table>
                        </fieldset>
                        </if>


glorify 08-14-2006 09:07 PM

Quote:

Originally Posted by paul41598
N/M, I got this working for all users for anyone who wants

Shoot it out.


All times are GMT. The time now is 03:32 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01622 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete