Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Another editors quiz

Quote Reply
Another editors quiz
hello guys
I am trying to give the editor an edit option beside the every link in his/her category.
I am using

<%if isEditor%>
<small class="date"> <a href="<%db_cgi_url%>/maintain.cgi?modify_form=1&modify=<%ID%>">Edit</a> | <a href="<%db_cgi_url%>/maintain.cgi?delete_form=1&delete=<%ID%>">Delete</a></small>
<%endif%>

In link.html
I tried to log in as an editor and it is not showing up in my category?
I did rebuild before treying, and yes I am using the dynamic mod.

Any ideas?

Regards
Christa

Quote Reply
Re: Another editors quiz In reply to
Maybe if you could post a link? This type of thing is difficult to figure out, when your talking about being logged in, there are many factors that could be at play affecting it.

Quote Reply
Re: Another editors quiz In reply to
The point that i want this otion (Edit) to to be available only for editors not everyone.


Regards
Christa
Quote Reply
Re: Another editors quiz In reply to
Do not worry guys I got it figured out
the first part should be :
<%if Status eq 'Editor'%>
not
<%ifEditor%>
and it works.


Regards
Christa