Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
New PM to Unregistered Users Details »»
New PM to Unregistered Users
Version: 1.00, by UKBusinessLive UKBusinessLive is offline
Developer Last Online: Feb 2012 Show Printable Version Email this Page

Category: Private Messages Enhancements - Version: 3.8.0 RC 2 Rating:
Released: 12-20-2008 Last Update: Never Installs: 22
Template Edits
Re-useable Code  
No support by the author.

I've had this little trick installed on my forum and its bought me a few decent registrations as a result.

As so many people where asking how its done, i thought i'd post it here for ease, giving credit to the guys below.

Credit to this edit, goes to KW802 and FRDS who made it so

What does it do??

When an unregistered person views your forum, they will see what appears to be an unread PM notification, with flashing gif, When the user clicks to read the message he's taken to the register page, Once registered he will recieve a welcome PM which has previously been set by yourself in your ACP, to send a PM to new registrations.

Thats it, so simple and it takes, practically minutes to install.

Where to edit??

Simply add the code below to your forums style header template, at the end and save, It really is that simple.
Code:
<if condition="$show['registerbutton']"><div align="right">You have a new PM! Click here <a href="$vboptions[bburl]/register.php$session[sessionurl_q]" rel="nofollow">here</a> to read it! <a href="$vboptions[bburl]/register.php$session[sessionurl_q]"><img src="http://yourforum/newpm.gif" border="0"></a></div></if>
Edits to the Code

All you need to do is just upload the flashing newpm.gif to your images folder or any other folder you wish and provide the url in the code, if you view the code you'll see where it goes.

This will only show to unregistered viewers, registered members will not see this.

Hope it brings new registrations to your site also

Take care

Screenshots

File Type: png page1.png (81.4 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 01-13-2009, 06:15 PM
UKBusinessLive UKBusinessLive is offline
 
Join Date: Sep 2008
Location: Essex, United Kingdom
Posts: 1,637
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bexter View Post
I like the notices idea better.
The original location and screenshot, reminded me of those spammy ads you get on some sites, and as it's right next to the ad it looks like it's part of it. I think I'll try it on the notices .

Thanks both
We're open to ideas here, thats the beauty of VBulletin Mods
Reply With Quote
  #13  
Old 01-14-2009, 10:45 PM
Rene Kriest Rene Kriest is offline
 
Join Date: Jun 2008
Location: Germany ./. Reality
Posts: 157
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by UKBusinessLive View Post
So its a great way to get members to sign up, they will love the extra content that full membership brings. Plus they get a new email upon registering so thats there welcome emain from the admin sorted.

Caused no confusion, they simly love the extra content
Well this sounds so exciting that I am going to give it a try. If it works for me I'll spend you a beer.
Reply With Quote
  #14  
Old 01-14-2009, 10:49 PM
Rene Kriest Rene Kriest is offline
 
Join Date: Jun 2008
Location: Germany ./. Reality
Posts: 157
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by UKBusinessLive View Post
We're open to ideas here, thats the beauty of VBulletin Mods
Reminds me of the glorious movie Godfather. Usually those who disagreed with the boss did that only once in their life. Too bad that they didn't get a second chance...
Reply With Quote
  #15  
Old 01-15-2009, 12:56 AM
Baf_Jams Baf_Jams is offline
 
Join Date: Mar 2008
Location: Derby UK
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not really my cup of tea

Installed to test and in the top right it says you have a new PM

Surely a visitor knows that he ain't got new pm
and if they click on it it takes you to the registration page

Blah to cheesy for me
Reply With Quote
  #16  
Old 01-15-2009, 01:01 AM
SEOvB's Avatar
SEOvB SEOvB is offline
 
Join Date: May 2007
Location: Indianapolis
Posts: 2,451
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by islamicvd View Post
It shows even in registration form, could it not be shown only on HOME template?
Code:
<if condition="$show['registerbutton'] AND THIS_SCRIPT == index"><div align="right">You have a new PM! Click here <a href="$vboptions[bburl]/register.php$session[sessionurl_q]" rel="nofollow">here</a> to read it! <a href="$vboptions[bburl]/register.php$session[sessionurl_q]"><img src="http://yourforum/newpm.gif" border="0"></a></div></if>
Reply With Quote
  #17  
Old 02-18-2009, 02:21 PM
ragtek ragtek is offline
 
Join Date: Mar 2006
Location: austria, croatia
Posts: 1,630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this condition would be better:

Code:
<if condition="$show[registerbutton] AND THIS_SCRIPT != 'register' AND $show['guest']">
you'll need the guest condition because some forums also allowed "double registration" (don't know how it's exactly called in english version)

and != register is better the =='index' so its shown on every page, just not on register


but, this condition is not testet! i've just noted it down but should work
Reply With Quote
  #18  
Old 02-21-2009, 01:50 AM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone found any confusion with this: ( I am thinking this could happen with some members) They open up the site it shows that you have 1 pm awaiting, but they already have an account so they create a new one.

2nd scenario. They see the 1 unread pm, sign in, and now they have no unread pms.

That is 2 scenarios that I think will cause confusion as it might be a bit misleading to those who already have accounts.
Reply With Quote
  #19  
Old 02-21-2009, 05:20 AM
UKBusinessLive UKBusinessLive is offline
 
Join Date: Sep 2008
Location: Essex, United Kingdom
Posts: 1,637
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hornstar1337 View Post
Anyone found any confusion with this: ( I am thinking this could happen with some members) They open up the site it shows that you have 1 pm awaiting, but they already have an account so they create a new one.

2nd scenario. They see the 1 unread pm, sign in, and now they have no unread pms.

That is 2 scenarios that I think will cause confusion as it might be a bit misleading to those who already have accounts.

The conditional at the begining show the message only to unregistered members, When the click on it it takes them to the register page, Once registered, You set up the forum so that new members recieve a welcome PM, That the PM that they recieve.

In essence your telling them that they have a PM forfore they actually get it.

Its Human nature to find out what there email says, so in all everyones happy.

By using the conditional to show this only to guests and non registered members, means that registered members and members of other usergroups will never see it

can you see how it works now???
Reply With Quote
  #20  
Old 02-21-2009, 05:59 AM
ragtek ragtek is offline
 
Join Date: Mar 2006
Location: austria, croatia
Posts: 1,630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by UKBusinessLive View Post
The conditional at the begining show the message only to unregistered members
Thats not true
Look at my condition

$show[registerbutton] can also be "true" for registered members
Reply With Quote
  #21  
Old 02-21-2009, 10:26 AM
UKBusinessLive UKBusinessLive is offline
 
Join Date: Sep 2008
Location: Essex, United Kingdom
Posts: 1,637
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ragtek View Post
Thats not true
Look at my condition

$show[registerbutton] can also be "true" for registered members
Then add a usergroup condition to the front of it, I've not had any problems with it??
Reply With Quote
Reply


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 02:27 PM.


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.05875 seconds
  • Memory Usage 2,345KB
  • 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
  • (3)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (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_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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete