Quote:
Originally Posted by TCE Killa
Here is how you do it.... Mind you, Home will not be in the navbar until someone posts an internet address for their home.
Create new profile field, it is your choice what you write in and the options you give. Make not of the field number.
Replace:
PHP Code:
<td class="vbmenu_control"><a href="$vboptions[homeurl]$session[sessionurl_q]">Home</a></td>
Or if you haven't added home into your navbar yet...
Find:
PHP Code:
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
Add above or replace the Home you added:
PHP Code:
<if condition="$bbuserinfo['fieldXX']"><td class="vbmenu_control"><a href="$bbuserinfo[fieldXX]$session[sessionurl_q]">Home</a></td></if>
Change the XX's to your field number.
Enjoy!
|
There should be a way to check if it is a valid url.