PDA

View Full Version : welcome message


sulasno
04-03-2010, 12:17 PM
How do I create a welcome message including a link to a forum to users who logon the first time ?

Lynne
04-03-2010, 02:51 PM
Just use Notices (http://www.vbulletin.com/docs/html/notices). You may use html in the notices, so just link to the forum using a standard <a> tag.

sulasno
04-03-2010, 03:17 PM
thanks for the tip

will this work for the link ?
<a href="url">Link text</a>

borbole
04-03-2010, 03:22 PM
thanks for the tip

will this work for the link ?
<a href="url">Link text</a>

Yes, that should work.