PDA

View Full Version : Mini Mods - [DBTech] Guest PM Notice (vB4)


DragonByte Tech
05-10-2013, 10:00 PM
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 https://vborg.vbsupport.ru/external/2015/08/1.png button to the right ---->

Please remember to click the, https://vborg.vbsupport.ru/external/2015/08/2.png 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 (http://www.dragonbyte-tech.com/forum)

There are six settings for the mod.
Option to enable the mod.
Option to display the version number.
Option to enter your Affiliate ID.
Option to set the PM image name.

-------------------------------------------------------------------------------------------------------

This mod displays a copyright notification in the footer which includes:
1 Link to DragonByte Technologies homepage
1 Link to Product Description page of this modification

mitch84
05-11-2013, 04:58 AM
great idea!

DragonByte Tech
05-11-2013, 09:47 AM
Glad ya like it, don't forget to mark as installed if you are using it. ;)

Chris

StonePilot
06-07-2013, 03:58 PM
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.

StonePilot
06-07-2013, 07:28 PM
I don't see anything. I'm logging in as a guest and there is no PM notification.

DragonByte Tech
06-07-2013, 10:57 PM
Can you pm me a admin account so I can look into it.

Chris

Morrus
09-03-2013, 08:51 PM
Does anyone still fall for this old trick any more? :D

ozzy47
09-04-2013, 01:51 AM
Probably not, but it's worth a shot. :)

mort2412
11-23-2013, 12:00 AM
Hi is there a way to change the text and text colour?

thanks

ozzy47
11-23-2013, 12:52 AM
To change the color of the text, edit the template, dbtech_guest_pm_notice.css, and change everything in there to this.

.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;
}

You can change the part in red, to any color.

To change the text, (phrase) edit the phrase, testing_message

mort2412
11-23-2013, 01:19 AM
Great stuff many thanks Ozzy, can you tell me where to find that css please been looking through the styles & templates part of the admincp.

Thanks

ozzy47
11-23-2013, 01:22 AM
ACP --> Styles & Templates --> Style Manager, choose your style, and click on edit templates. In that list scroll down till you find, CSS Templates, double click on that, then find dbtech_guest_pm_notice.css

mort2412
11-23-2013, 01:29 AM
Thank you very much Ozzy, this thing wont let me click like so

#like

ozzy47
11-23-2013, 01:32 AM
Not a problem, glad to help. :)