PDA

View Full Version : Pop up message when users visit the forum


mondiuk
10-01-2010, 05:05 PM
Pop up message when gusts visit the forum

Any one know any mod or modification how to show a pop up message to gusts to ask them to register when they visit the forum.

thanks in advance.
mondiuk

mondiuk
10-11-2010, 11:52 AM
Any luck for this?

BirdOPrey5
10-11-2010, 12:16 PM
I think this is personally a very bad idea- people hate pop-ups... but if you feel it's best for you then try this at the bottom of your headinclude template:

<vb:if condition="$show['guest']">
<script language="javascript" type="text/javascript">
alert("Please Register... PUT MESSAGE HERE");
</script>
</vb:if>

As an alternative I would consider this mod:
https://vborg.vbsupport.ru/showthread.php?t=231352

You can put a message on the page (not in a pop-up) to motivate to register.

mondiuk
10-15-2010, 03:52 PM
Thank's i used the mode on the link, is cool!