MyBB Community Forums

Full Version: Popup message for guest????
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any small popup message for guest to register?????
No, not at this time.
Yeah, that's not too hard. Just go to AdminCP >> Templates >> Expand Default templates >> Find "header_welcomeblock_guest" and edit it.
Paste this into it anywhere:

<script type="text/javascript">
alert("Please register! As a member, you can take advantage of all the cool features of this site.")
</script>
Then you can replace the text in the quotations.
Hope this is what you were asking for.
mykeled123 Wrote:Yeah, that's not too hard. Just go to AdminCP >> Templates >> Expand Default templates >> Find "header_welcomeblock_guest" and edit it.
Paste this into it anywhere:

<script type="text/javascript">
alert("Please register! As a member, you can take advantage of all the cool features of this site.")
</script>
Then you can replace the text in the quotations.
Hope this is what you were asking for.

It works good for me,and thanks for this little script!