Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications

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
  #2  
Old 12-21-2008, 11:24 AM
UKBusinessLive UKBusinessLive is offline
 
Join Date: Sep 2008
Location: Essex, United Kingdom
Posts: 1,637
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Reserved
Reply With Quote
  #3  
Old 01-05-2009, 01:33 PM
Vaupell's Avatar
Vaupell Vaupell is offline
 
Join Date: Apr 2008
Location: Esbjerg, Denmark
Posts: 1,036
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmmm

it shows for all users, wish it only showed for unregistered users.
Reply With Quote
  #4  
Old 01-05-2009, 04:09 PM
UKBusinessLive UKBusinessLive is offline
 
Join Date: Sep 2008
Location: Essex, United Kingdom
Posts: 1,637
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Vaupell View Post
hmmm

it shows for all users, wish it only showed for unregistered users.
Works fine for me, shows to unregistered users only, The minute i log in, it goes out, are you sure you copied the code ok??
Reply With Quote
  #5  
Old 01-10-2009, 03:36 PM
islamicvd islamicvd is offline
 
Join Date: Feb 2008
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It shows even in registration form, could it not be shown only on HOME template?
Reply With Quote
  #6  
Old 01-10-2009, 03:50 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
Works fine for me
What's your experience with the changes so far? Is it doing as good as you expected and hopefully even better?

Did you notice any significant new registrations, what did your members say? Did it cause any confusion when they logged in the first time after you installed this addon?
Reply With Quote
  #7  
Old 01-10-2009, 04:02 PM
UKBusinessLive UKBusinessLive is offline
 
Join Date: Sep 2008
Location: Essex, United Kingdom
Posts: 1,637
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rene Kriest View Post
What's your experience with the changes so far? Is it doing as good as you expected and hopefully even better?

Did you notice any significant new registrations, what did your members say? Did it cause any confusion when they logged in the first time after you installed this addon?
Hi Rene,

I had a lot of unregistered guests viewing daily and i could see that they were looking at say 60% of the forum content (The other 40% is for registered members)

Since i used this hack i've had about 6 emails from new members saying that they love the arcade and they are glad the ads have gone, To be honest here, The ads in posts show for unregistered members and unless they registered they couldn't see or use the arcade. So they must of been lurkers for ages, and only registered when they saw the "You have email" Logo flashing.

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
Reply With Quote
  #8  
Old 01-11-2009, 08:46 AM
bbcentral's Avatar
bbcentral bbcentral is offline
 
Join Date: Apr 2006
Location: Australia
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I LOVE this idea!

But I hate doing template edits, so here's how I did it...

First I uploaded the newpm.gif image.

Then I created a new Notice in the AdminCP called "New Private Message".

I added this code to the notice:
Code:
<div style="text-align:center;"><a href="/forum/register.php"><img src="/forum/images/newpm.gif" alt="You have 1 new Private Message" border="0" /> You have <strong>1</strong> new Private Message Waiting!</a></div>
And then I setup the notice to only show to members of the Unregistered Users Group.

This is how it looks:
Attachment 92336

I might tweak it a little bit, but I think it will do the job for now

Edit: Here's my slightly updated version, I just changed the CSS of the surrounding DIV tag:
Attachment 92337

I'll keep an eye on my registrations and see if it increases because of this. If not I can always just disable the notice
Reply With Quote
  #9  
Old 01-11-2009, 08:54 AM
UKBusinessLive UKBusinessLive is offline
 
Join Date: Sep 2008
Location: Essex, United Kingdom
Posts: 1,637
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Now that is real cool well done :up:
Reply With Quote
  #10  
Old 01-13-2009, 11:21 AM
Bexter Bexter is offline
 
Join Date: Nov 2006
Location: England
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
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 10:36 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.04330 seconds
  • Memory Usage 2,320KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_code
  • (3)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
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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