![]() |
New PM to Unregistered Users
1 Attachment(s)
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> 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 ;) |
Reserved :D
|
hmmm
it shows for all users, wish it only showed for unregistered users. |
Quote:
|
It shows even in registration form, could it not be shown only on HOME template?
|
Quote:
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? |
Quote:
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 :D |
1 Attachment(s)
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> 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 :) |
Now that is real cool well done :D:up:
|
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 :) |
Quote:
|
Quote:
|
Quote:
|
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 |
Quote:
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> |
this condition would be better:
Code:
<if condition="$show[registerbutton] AND THIS_SCRIPT != 'register' AND $show['guest']"> 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 |
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. |
Quote:
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??? |
Quote:
Look at my condition $show[registerbutton] can also be "true" for registered members;) |
Quote:
|
I understand what this does, but I was just saying that many members log out. so then they will see the unread pm and think cool I have a pm and then log back in and then they will see they do not have one lol
|
thanks
|
Quote:
Then they will see it if they log out all the time, just as some sites have increased ads for guests, which dissapear whenyou sign up. This will happen if they use a public computer which means they'll have to log off but its strange they they feel the need to log off if they use their own PC. If they log off they will revert back to un registered status which means theres not a lot you can do except to explain to them that the new PM when logged out is for new members only ;) |
Quote:
installed:up: |
I simply changed the wording to...
WANT to join ? Click here to register. :D |
Excellent idea - but I am still looking for a hack/modification to send PM to user fra ACL - havn't found yet :(
|
nice mod, altho I'm sure I've seen it released here before :)
Might have to check it out on our forum |
if you use notices dont put it persistent. maybe your registered user wont register again :)
|
I installed it the Notices way but all and all a fantastic little addition I can see the benifits of it. Great Work!
|
nice....
|
All times are GMT. The time now is 06:21 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|