Yes, but it was the only way i knew how to get the title to shrink.
Thank you for this help.
Can you tell me how to replace the h6 tags with the correct ones for vb?
Thank you, again.
Quote:
Originally Posted by Lynne
Did you know you have an "<h6>" and "</h6>" in your title bar?
You could do a conditional in front of the link:
Code:
<if condition="is_member_of($bbuserinfo, array(x,y,z))">
show link if you are in usergroup x,y,or z
</if>
|
--------------- Added [DATE]1208882635[/DATE] at [TIME]1208882635[/TIME] ---------------
Hi Again Lynne:
That didn't work, unfortunately.
Is this the way you want me to code it?
<td class="vbmenu_control"><if condition="is_member_of($bbuserinfo, array(x,y,z))">
show link if you are in usergroup x,y,or z
</if><a href="forumdisplay.php?f=56">Private</a></td>
Also, is there a setting that will allow you to be logged into the bb using one username, then logged into the admincp using another? Whenever I want to test something from a registered user end (vs admin), I then get bumped out of admincp.
Thanks.