Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications

Reply
 
Thread Tools
PM Security Certificate Details »»
PM Security Certificate
Version: 1.00, by magnus magnus is offline
Developer Last Online: Feb 2012 Show Printable Version Email this Page

Version: 3.6.4 Rating:
Released: 01-15-2007 Last Update: Never Installs: 214
 
No support by the author.

Keywords: PM, Private Message, Security, Verification

Description:
Quote:
Informs the user that the PM they are reading was in fact sent by forum staff.
Details:
Quote:
This template modification was developed by request [LINK] of RED SPIDER.

I opted not to phrase this as that would be more effort than this modification really deserves. I've included the image file used in the screenshot.

Installation:
Quote:
In either POSTBIT and/or POSTBIT_LEGACY, paste the following code at the top.
HTML Code:
<if condition="THIS_SCRIPT=='private' && is_member_of($post, 5, 6, 7)">
<br />

<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="98%" align="center" style="border-bottom-width:0px">
<tr>
	<td class="alt1" width="30"><img src="$stylevar[imgdir_misc]/verified.gif" width="27" height="32" alt="Verified!" /></td>
	<td class="alt2"><strong><font size="2" color="#339900">V E R I F I E D</font></strong><br /><font size="1">This message was sent by an official <strong>$vboptions[bbtitle]</strong> staff member. It's contents can be trusted.</font></td>
</tr>
</table>

<br />
</if>

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Pcwolfx?

Comments
  #62  
Old 04-22-2010, 09:57 PM
trackpads's Avatar
trackpads trackpads is offline
 
Join Date: Aug 2003
Location: Armyville
Posts: 1,074
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please update for Vb4!
Reply With Quote
  #63  
Old 04-24-2010, 10:38 PM
wIrEs wIrEs is offline
 
Join Date: Dec 2006
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

please update for vb4.0.3 !
Reply With Quote
  #64  
Old 04-25-2010, 01:48 AM
DS MrSinister DS MrSinister is offline
 
Join Date: Dec 2002
Location: the burgh
Posts: 553
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this what i did to make it work in vb 4.

Code:
<vb:if condition="THIS_SCRIPT=='private' && is_member_of($post, 5, 6, 7)">
    <h2 class="blockhead">{vb:raw vboptions.bbtitle} PM Security Certificate</h2>
    <div class="blockbody">
<table border="0" width="100%" align="center" style="border-bottom-width:0px">

<tr align="center">

	<th class="pmc1" width="32"><img src="images/misc/verified.gif" width="27" height="32" alt="Verified!" /></th>

	<th class="pmc2"><strong><font size="2" color="#339900">V E R I F I E D</font></strong><br /><font size="1">This message was sent by an official <strong>{vb:raw vboptions.bbtitle}</strong> staff member. It's contents can be trusted.</font></th>

</tr>

</table>
      </div>
<br />
</vb:if>
In additional.css, paste the following code anywhere:

Code:
.pmc1, .pmc1Active
{
	background: #f2f6f8;
}
.pmc2, .pmc2Active
{
	background: #fafafa;
}
Reply With Quote
  #65  
Old 04-25-2010, 02:31 AM
trackpads's Avatar
trackpads trackpads is offline
 
Join Date: Aug 2003
Location: Armyville
Posts: 1,074
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DS MrSinister View Post
this what i did to make it work in vb 4.

Code:
<vb:if condition="THIS_SCRIPT=='private' && is_member_of($post, 5, 6, 7)">
    <h2 class="blockhead">{vb:raw vboptions.bbtitle} PM Security Certificate</h2>
    <div class="blockbody">
<table border="0" width="100%" align="center" style="border-bottom-width:0px">

<tr align="center">

	<th class="pmc1" width="32"><img src="images/misc/verified.gif" width="27" height="32" alt="Verified!" /></th>

	<th class="pmc2"><strong><font size="2" color="#339900">V E R I F I E D</font></strong><br /><font size="1">This message was sent by an official <strong>{vb:raw vboptions.bbtitle}</strong> staff member. It's contents can be trusted.</font></th>

</tr>

</table>
      </div>
<br />
</vb:if>
In additional.css, paste the following code anywhere:

Code:
.pmc1, .pmc1Active
{
	background: #f2f6f8;
}
.pmc2, .pmc2Active
{
	background: #fafafa;
}
Works perfectly!!! Thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!
Reply With Quote
  #66  
Old 04-25-2010, 06:14 PM
DS MrSinister DS MrSinister is offline
 
Join Date: Dec 2002
Location: the burgh
Posts: 553
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

your very welcome good sir!
Reply With Quote
  #67  
Old 05-23-2010, 05:32 PM
hsh72 hsh72 is offline
 
Join Date: Nov 2008
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can you create for me to vbulletin 3.8.4?I need this please
Reply With Quote
  #68  
Old 05-23-2010, 06:12 PM
kall's Avatar
kall kall is offline
 
Join Date: Apr 2004
Location: New Zealand
Posts: 2,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Three years later...
Quote:
It's contents can be trusted.
That's quite incorrect, and would make any of my site's members wonder who had gotten their hands on my 'How to write good England' pamphlet.

'"It is contents can be trusted."?? Has Kall been hit in the head with something?'
Reply With Quote
  #69  
Old 05-26-2010, 09:42 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kall View Post
Three years later...

That's quite incorrect, and would make any of my site's members wonder who had gotten their hands on my 'How to write good England' pamphlet.

'"It is contents can be trusted."?? Has Kall been hit in the head with something?'
Its = belonging to it. "The modification has a coding error."
It's = it is. "It's not my fault the modification has an error!"

Your good at coding, what's with this masquerading around as the Grammar Police?
Reply With Quote
  #70  
Old 05-27-2010, 03:41 AM
kall's Avatar
kall kall is offline
 
Join Date: Apr 2004
Location: New Zealand
Posts: 2,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheLastSuperman View Post
Its = belonging to it. "The modification has a coding error."
It's = it is. "It's not my fault the modification has an error!"

Your good at coding, what's with this masquerading around as the Grammar Police?
Dude, no. It's is the one time where apostrophe != possession. It's == It is. (although, this appears to be what you are saying.. but that's not what this modification says.. )

http://www.askoxford.com/asktheexper...mar/apostrophe
http://www.sunysuffolk.edu/Web/Selde...trophe.htm#ITS
http://www.fred.net/kathy/its.html

(and whatever do you mean.. "masquerading"? .. I tried to grammar police this thread 3 years ago. I've just not had cause to pop my GP hat on too often, that will be why you haven't noticed.)

P.S. It's you're.
Reply With Quote
  #71  
Old 01-25-2016, 11:14 AM
JesWhite JesWhite is offline
 
Join Date: Apr 2014
Location: Muğla
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DS MrSinister View Post
this what i did to make it work in vb 4.

Code:
<vb:if condition="THIS_SCRIPT=='private' && is_member_of($post, 5, 6, 7)">
    <h2 class="blockhead">{vb:raw vboptions.bbtitle} PM Security Certificate</h2>
    <div class="blockbody">
<table border="0" width="100%" align="center" style="border-bottom-width:0px">

<tr align="center">

    <th class="pmc1" width="32"><img src="images/misc/verified.gif" width="27" height="32" alt="Verified!" /></th>

    <th class="pmc2"><strong><font size="2" color="#339900">V E R I F I E D</font></strong><br /><font size="1">This message was sent by an official <strong>{vb:raw vboptions.bbtitle}</strong> staff member. It's contents can be trusted.</font></th>

</tr>

</table>
      </div>
<br />
</vb:if>
In additional.css, paste the following code anywhere:

Code:
.pmc1, .pmc1Active
{
    background: #f2f6f8;
}
.pmc2, .pmc2Active
{
    background: #fafafa;
}

works great..
i changed this for another addon..



but i want to use another one for vbulletin 4.x.x

https://vborg.vbsupport.ru/showthread.php?t=199404


or another way to use this PM Security Certificate addon code changing to navbar not private...
and addon will be show last unread's post's name and link automaticly.
Reply With Quote
Reply

Thread Tools

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:53 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04532 seconds
  • Memory Usage 2,326KB
  • Queries Executed 27 (?)
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
  • (6)bbcode_code
  • (1)bbcode_html
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete