The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
PM security certificate (edited mod) Details »» | ||||||||||||||||||||||||||||||
You will find the original mod here: https://vborg.vbsupport.ru/showthread.php?t=136678
I loved the idea but I did not like the look and I had a few more issues with it. I thought the mod was useless unless it also had a warning for unverified PM's. I edited the mod to include a warning for unverified PM's and I made it fit in better with the PM box. I also changed the pictures. Installation: In either POSTBIT and/or POSTBIT_LEGACY, paste the following code at the top. If you do not know the difference edit both. (NOTE: Make sure your moderators have their primary usergroup set to moderator not secondary otherwise both the verified and unverified warning will show up") Quote:
To edit the usergroups on the 'verified' in the first line of code find: Quote:
(Your usergroup ID numbers can be found in your usergroup section in the admincp. You will see each usergroup has an ID number assigned to it) Here you will want to place the administrator user group ID and all moderator groups ID's. By default it is 5,6,7 and should look like this: Quote:
If you need to add more separate with a , To add usergroups to the unsafe list find this line of code (about 14 lines down): Quote:
It should look something like this: Quote:
NEW Pics are in the .ZIP file below add them to images/misc Show Your Support
|
Comments |
#2
|
||||
|
||||
I guess people with the mod "Read PM" installed shouldn't have this lol
|
#3
|
|||
|
|||
No idea what you are talking about, I have been coding for 2 months I am a newbie but I made this, it works fine and I like it so i thought I would share.
|
#4
|
||||
|
||||
It's a nice share too - may install when I get over my hangover :P
Thanx, Jacquii. |
#5
|
||||
|
||||
hmm - not sure if I like implying that my members can't be trusted, but thanks for sharing.
|
#6
|
|||
|
|||
Thats why it says unverified 'if' feel free to change the text and picture.
All I know is that I got 7 PM's about two different people in the first day. They tried spamming a product and I caught them. |
#7
|
||||
|
||||
hmmm - I thought there was a little something amiss - Your code doesn't allow for Member groups other than "Members" for the hack to work - Say you have groups like Elite or Senior Member or Contributors..... Your edited code would NOT work....
It should be: Quote:
Actually I even customized it a little and made graphics for my site - I'll share too - But I really like the "spam prevention" aspect of the rewrite = Thanx for sharing Jacquii. HTML Code:
<if condition="THIS_SCRIPT=='private' && is_member_of($post, 5, 6, 7)"> <table table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="alt1" width="30"><img src="$stylevar[imgdir_misc]/verified.gif" width="64" height="64" alt="Verified!" /></td> <td class="alt2"><strong><font size="4" color="#00A000">V E R I F I E D</font></strong><br /><font size="1">This message was sent by an official Member of the <b>[I][COLOR="Red"]your forum name[/COLOR][/I] Moderating Team</b>. It's contents can be trusted.</font></td> </tr> </table> <br /> </if> <if condition="THIS_SCRIPT=='private' && is_member_of($post, INCLUDE EACH OF YOUR OTHER USERGROUP IDS)"> <table table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="alt1" width="30"><img src="$stylevar[imgdir_misc]/unverified.gif" width="64" height="64" alt="Verified!" /></td> <td class="alt2"><strong><font size="4" color="#4064C0">A T T E N T I O N !</font></strong><br /><font size="1">This message is from someone other than a "YOUR FORUM NAME" Staff Member... If it contains spam please <a href="YOUR URL/sendmessage.php"><strong>Report It</strong></a> or contact the <a href="YOUR URL/sendmessage.php?do=mailmember&u=1">Webmaster</a>.</font></td> </tr> </table> <br /> </if> |
#8
|
|||
|
|||
Just here to learn, thanks for the rewrite that helps a lot with something else I am working on.
|
#9
|
||||
|
||||
No prob - Thanx for the sharing!
So do you have your own Forum? Jacquii. |
#10
|
|||
|
|||
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|