The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#2
|
|||
|
|||
OK, let's take them one at a time:
1) In every member's post, there should be two links (either textual, or in the form of buttons), at the top line of each post, the one will be "Warn XYZ" and the other "View XYZ's Warnings", where XYZ is the members name. If you do not see them, make sure you have done the changes correctly in showthread.php and includes/functions_showthread.php. 2) When you warn someone, it should show either to the management team only, or to the whole world that the user is warned. That depends on your "Who can view the Warning Points and bans?" If you have that to Mgm, only the management team will be able to see that. But, your problem is not that, your problem is that you are not issuing a warning (see below). 3) This is not the proper way to issue a warning. At the bottom of that small table, where it shows you the Warnings Information, there should be two links again, one saying "Warn (non-post related) and one saying "View XYZ's Warnings". In order to issue a Warning, you should click on the first link. Instead of issuing a warning, what you are doing, is to manually change the warning information. This is given to you as an option, just in case. You are not supposed to change that manually, unless you have made a mistake somewhere or something went wrong. And of course, since you have never issued a warning to that member, you cannot see a warning. You say you added two warning types, but none appears in your Warning selection line. Is anyone of your two warning types defined as "Non-Post Related"? You can see that if you go to your AdminCP/Warning System/Manage Warning Types. I hope these clarify your issues. Rgds |
#3
|
||||
|
||||
sv1cec - Your a Genious! lol
Cool, i understand how it works now... about that bit "Non-Post Related".. i see the options when i click on NO in the admincp part, but when its on Auto it dont show up :s And about them 2 files that need editing.. i double checked it and it seems fine, iv editted it correctly but yet i still don't see the links on the front end of a post nor do i see the actual Warning text in the postbit.. |
#4
|
|||
|
|||
Please read what the description of each thing says. "Auto" means this warning type is for "Automatic Warning". Post-related means it can be issued from the postbit, and non-post related, means it is issued for non-post-related things, from either the Public Profile or the AdminCP.
Have you set up your usergroup things properly in AdminCP/Warning System/Manage Warning Options? |
#5
|
||||
|
||||
IV setted up..
Banned Usergroup Permanent Ban Usergroup Restore Usergroup Everything from the admincp looks fine, but its just the front end that doesnt show up properly :\ |
#6
|
|||
|
|||
Well, if the postbit does not show the Warn and View Warning links, check those two files (showthread.php and includes/functions_showthread.php) and the postbit/postbit_legacy templates.
|
#7
|
||||
|
||||
ok cool, its the template thing that was wrong.. my mistake. BUT i need guidence on one bit...
check this out.. The next change adds a warn sign in all warned posts. There are separate instructions for the postbit template, shown here, and for the postbit_legacy shown in a note at the end of this section, and before the changes for the MEMBERINFO TEMPLATE. In the same template, (postbit only) find: <td valign="top" nowrap="nowrap"> <div class="smallfont"> <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if> Right above that, add: <!-- Show warned sign --> <if condition="THIS_SCRIPT=='showthread'"> <if condition="$showwarnsignmgm==1"> <!-- Mgm can click on the stop sign to see the warnings --> <td><A HREF="Warn.php?do=ViewPostWarnings&post=$post[postid]" onclick="window.open('Warn.php?do=ViewPostWarnings &post=$post[postid]','','width=1000, height=500, resizable=yes, scrollbars=yes'); return false;" target="_blank"><img src="images/misc/warn.gif" border=0></a></td> </if> <if condition="$showwarnsign==1"> <!-- Simple Users can only see the warn sign but not the warnings --> <td><img src="images/misc/warn.gif" border=0></td> </if> </if> <!-- End of show warned sign --> In the same template find: Now what my problem here is.. is that i know you only make that change to the postbit template and not the other one.. But you see where it then goes back to normal, just when i ended the code here - In the same template find:, does that mean anything from this point now on i apply to both of the template files again? or carry on just applying it to the postbit template file? |
#8
|
|||
|
|||
No, it means find that code in the postbit template. There are separate instructions for the postbit_legacy. Just add that piece of code where it says.
|
#9
|
||||
|
||||
Ok now things look a lot clearer and i do see that warn this user for the post bit.. However...
When i warn some one.. i dont see the red text in their post bit saying Warnings: 1 - or something? everything else is working like a charm |
#10
|
|||
|
|||
Did you make all the changes in the postbit? I think you must have missed one.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|