PDA

View Full Version : Pop up to request sign up for newsletter


Internetcafe
09-03-2017, 05:15 PM
Anyone seen a vbulletin popup that only pops up once per visit to ask if visitors want to sign up for a newsletter but doesn't popup for members.

Thanks guys for any input

Budget101
09-09-2017, 04:27 PM
just add an <if conditional> statement around your newsletter sign up- if condition is member yada-yada


<vb:if condition="$show['guest']">Show this to guest only- Insert your newsletter popup stuff here</vb:if>

Internetcafe
09-09-2017, 06:29 PM
just add an <if conditional> statement around your newsletter sign up- if condition is member yada-yada


<vb:if condition="$show['guest']">Show this to guest only- Insert your newsletter popup stuff here</vb:if>

Would be nice if I already had a newsletter popup, which I don't :)

blind-eddie
09-10-2017, 12:43 AM
Here is the popup, edit it to your liking and you will have what you are looking for.
https://vborg.vbsupport.ru/showthread.php?t=214789

Internetcafe
09-10-2017, 02:20 PM
Tried that and unfortunately doesn't work in 4.2.2 patch level 6.
Thanks for replying.