PDA

View Full Version : Remove "View Link Details"


bogene2020
11-01-2005, 12:04 AM
Hi,
Will it be possible to remove the "View Link Details" from the drop down for registered users . I only want Admins and Mods to be able to see the "view links details" option. My registered users will not be able to edit or delete links.

Thanks

Brian
11-01-2005, 01:21 PM
You could remove it from the template with a simple <if condition>, but that would not stop people from going to the page if they knew the correct link.

Our Sponsors
 

bogene2020
11-02-2005, 07:53 AM
Thats ok ... I would be interested in adding the if condition.
I guess I want to make it harder for people to just click on "view link details" and copy the links and the descriptions . I am compiling a directory .

Brian
11-03-2005, 03:39 PM
<if condition="is_member_of($bbuserinfo, array(5,6))">

View link details link here

</if>