The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[DBTech] Guest PM Notice (vB4) Details »» | |||||||||||||||||||||||||||||||
Why use, Guest PM Notice?
When an guest views your forum, they will see a notification telling them they have a private message, and to view it you must fill out this form, When the user clicks on the word this, he is taken to your registration page, and hopefully will sign up, as it is human nature to be curious and they will want to know what the private message is. Now this mod will only work if you have a Welcome Private Message set up on your site. If you don't have one you can set it up in ACP / Settings / Options / User Registration Options So in theory, by adding this mod you may get guests to register, and hopefully become a active member on your site. ------------------------------------------------------------------------------------------- If you like this mod please hit the button to the right ----> Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications. We appreciate the support! ------------------------------------------------------------------------------------------- Other addons available @ www.DragonByte-Tech.com/forum There are six settings for the mod.
------------------------------------------------------------------------------------------------------- This mod displays a copyright notification in the footer which includes:
Download Now
Screenshots
Show Your Support
|
Благодарность от: | ||
mort2412 |
Comments |
#2
|
|||
|
|||
great idea!
|
#3
|
||||
|
||||
Glad ya like it, don't forget to mark as installed if you are using it.
Chris |
#4
|
|||
|
|||
I'm only going to try this out because it comes from dbtech. Otherwise I would have never paid it any attention. Just downloaded, will install and report back in a couple weeks if it works.
|
#5
|
|||
|
|||
I don't see anything. I'm logging in as a guest and there is no PM notification.
|
#6
|
||||
|
||||
Can you pm me a admin account so I can look into it.
Chris |
#7
|
|||
|
|||
Does anyone still fall for this old trick any more?
|
#8
|
||||
|
||||
Probably not, but it's worth a shot.
|
#9
|
|||
|
|||
Hi is there a way to change the text and text colour?
thanks |
#10
|
||||
|
||||
To change the color of the text, edit the template, dbtech_guest_pm_notice.css, and change everything in there to this.
Code:
.dbtech_guest_pm_notice { background: {vb:stylevar notices_background}; font-size: 14px; color:red; padding:{vb:math {vb:stylevar padding}/2} {vb:stylevar padding}; margin-bottom:{vb:math {vb:stylevar padding}/2}; <vb:if condition="$stylevar['textdirection'] == 'rtl'"> -moz-box-shadow: 2px 2px 2px {vb:stylevar notices_shadow_color}; -webkit-box-shadow: 2px 2px 2px {vb:stylevar notices_shadow_color}; box-shadow: 2px 2px 2px {vb:stylevar notices_shadow_color}; <vb:else /> -moz-box-shadow: -2px 2px 2px {vb:stylevar notices_shadow_color}; -webkit-box-shadow: -2px 2px 2px {vb:stylevar notices_shadow_color}; box-shadow: -2px 2px 2px {vb:stylevar notices_shadow_color}; </vb:if> text-align: {vb:stylevar left}; clear:both; } To change the text, (phrase) edit the phrase, testing_message |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|