Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > Advanced Warning System (AWS)
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools
another small template bug Details »»
another small template bug
Version: , by luck777jojo luck777jojo is offline
Developer Last Online: Jun 2012 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 06-24-2005 Last Update: Never Installs: 0
 
No support by the author.

there is a bug with the "warn_viewb_row" template.

the bug is that it does not correctly (fully) display the status of the warning/alert. Actually if an alert was given it does not display that it was an alert, it just displays that it is "active".

Now I understand that alerts can be removed and thus become "inactive" but for the user it has all 3 options but for staff members it can only be "active" or "inactive" which I don't think is always clear for mods who might be trying to keep track of which posts the user was warned for and which ones he was only given an alert for.

now as far as I did it I just replaced the line of code (for warning status) in the "warn_viewb_row" template with the line in "warn_view_row" template and that seemed to work just fine, so I'm guessing it's just something that didn't get noticed, since the alert thing seems to be a pretty new addition.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 06-24-2005, 03:45 AM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

LoL, you are right!

The funny thing is that I have changed that in my board, but didn't include that in the xml file with the templates. Here is how your warn_viewb_row template should look:

HTML Code:
<tr>
<if condition="can_moderate()">
<td class="alt1"><div  class="smallfont"><a href="member.php?u=$warn[wuserid]"><if condition="$warn['warned_status']=='I'">
   <font color="grey"></if>$warn[wusername]</a></div></td></if>
	<td class="alt1"><div  class="smallfont" align="center"><if condition="$warn[warned_post]!=0"><a href="showthread.php?p=$warn[warned_post]"><if condition="$warn['warned_status']=='I'">
   <font color="grey"></if>Post ID<br>$warn[warned_post]<br>Review<br>Post</a></if><if condition="$warn[warned_post]==0"><if condition="$warn['warned_status']=='I'">
   <font color="grey"></if>Not a post-related warning</if></div></td>
	<td class="alt1"><if condition="$warn['warned_status']=='I'">
   <div class="smallfont"><font color="grey"></if>On $warn[date] at $warn[time]</td>
	<td class="alt1"><if condition="$warn['warned_status']=='I'">
   <div class="smallfont"><font color="grey"></if>$warn[warn_name]</td>
	<td class="alt1"><if condition="$warn['warned_status']=='I'">
   <div class="smallfont"><font color="grey"></if><if condition="$warn['warned_status']!='L'">$warn[warn_points]</if></td>
        <td class="alt1"><if condition="$warn['warned_status']=='I'">
   <div class="smallfont"><font color="grey"></if><if condition="$warn['warned_status']!='L'">$warn[warn_maturity]</if></td>
        <td class="alt1"><if condition="$warn['warned_status']=='I'">
   <div class="smallfont"><font color="grey"></if><if condition="$warn['warned_status']!='L'">$warn[warn_permban]</if></td>
	<td class="alt1"><if condition="$warn['warned_status']=='I'">
   <div class="smallfont"><font color="grey"></if>$wmessage</td>
	<td class="alt1">
<if condition="$warn['warned_status']=='I'">
   <div class="smallfont"><font color="grey">Inactive</font>
</if>
<if condition="$warn['warned_status']=='L'">
Alert
</if>
<if condition="$warn['warned_status']=='A'">
Active
</if>
        </td>
	<td class="alt1">
<if condition="$warn['warn_permban']!='Yes' AND $warn['warned_status']=='A'">
<a href='Warn.php?do=RemoveWarning&id=$warn[wid]'>Remove Warning</a>
</if>
<if condition="$warn['warned_status']=='I'">
   <div class="smallfont"><font color="grey">Non-removable
</if>
<if condition="$warn['warned_status']=='L'">
Non-removable
</if></td>
</tr>
I'll post an announcement for that, thanks for catching it.
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:40 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.03842 seconds
  • Memory Usage 2,225KB
  • Queries Executed 17 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_html
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (2)post_thanks_box
  • (2)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit_info
  • (1)postbit
  • (2)postbit_onlinestatus
  • (2)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete