How To I Make THis Notice Message

Status
Not open for further replies.

rapid-ddl.com

Banned
Banned
64
2009
0
0
qrk7b5.jpg


Plz Help me I need THis
 
21 comments
Did a quick google search found this never used vb so not sure if it relevent

Code:
http://www.vbulletin.com/forum/showthread.php?169161-How-To-Modify-the-Guest-Welcome-Message
 
I added mine to teh Forumhome template right under $navbar,
Wrap it liek this for guests ...

Code:
<if condition="$show['guest']">
<!-- guest welcome message -->
Message Here
<!-- / guest welcome message -->
</if>
 
edit forumhome template and put the k3v's code as k3v explained ;)



i've replaced the code in between <!-- guest welcome message --> and <!-- / guest welcome message --> by this


Code:
<!-- guest welcome message -->
<if condition="$show['guest']">
 <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>

<td class="tcat" width="100%">
<div style="text-align: center;">
Notice
</div>
</td>

</tr>

<tr>

<td class="alt1" width="100%">
<div class="smallfont">
<center>
 <a href="[URL]http://yoursite.com/register.php[/URL]"><FONT SIZE=4>Attention Guest: Please Register!</FONT></a>
<BR>
This enables access to exclusive features such as viewing posting, and joining our community!
</center>
</div>
</td>

</tr>
</table>
</if>
<BR>
<!-- / guest welcome message -->
you can also add the image as in the image shown
 
its so easy , just go to admin panel - language & phrases

search - first_visit_message

just edit it and put whatever you wan't there
 
just go here.
Code:
http://www.vbteam.info/vb-3-8-x-addons-and-template-modifications/14713-welcome-headers-improve-community-registration-rates.html
 
why you guys use vb if you don't know how to use it? In the picture you posted you can see right on top "Notices".
Just go to Admincp->Notices->Add new notice
Paste your code in the "Notice Html" box and at "Display this notice if..." just select "User belongs to usergroup - Unregistered/ Not Logged In"

You don't need to edit nothing.
 
i didn't said that i am a master :P
if you can give me the link to the website you saw that i can give you the exact message, if not this is what yo u can try:
Code:
<table>
   <tr>
      <td><img src="your image" /></td>
      <td align="center">Attention Guest: Please Register!<br /> From sign-up to downloads in just 1 minute! This enables access to exclusive features such as viewing over xxxx downloads, postings, and joining our xxxx strong community!</td>
   </tr>
</table>
 
Status
Not open for further replies.
Back
Top