vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - [DBTech] Guest PM Notice (vB4) (https://vborg.vbsupport.ru/showthread.php?t=298032)

DragonByte Tech 05-10-2013 10:00 PM

[DBTech] Guest PM Notice (vB4)
 
1 Attachment(s)
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

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.

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

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

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


All times are GMT. The time now is 10:22 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00977 seconds
  • Memory Usage 1,736KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete