Version: 1.00, by UKBusinessLive
Developer Last Online: Feb 2012
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
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
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.
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...
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>
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.
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