{edit} tag doesn't show up in IE and FF
-
noidea
{edit} tag doesn't show up in IE and FF
Well I've tried all kind of solutionis either putting {edit} iside a template so anyone can see edit link but there is no way to make it show up in IE and FF... am I the only one with this problem?
-
noidea
Re: {edit} tag doesn't show up in IE and FF
Well after some debugging I've found the solution... I don't know why but if you comment
if(!$userid) return;
if (!$access) return;
this 2 lines there is no more problem with any of 3 most used browsers (Opera, FF & IE) and you can see the link or image for editing the page when logged.
if(!$userid) return;
if (!$access) return;
this 2 lines there is no more problem with any of 3 most used browsers (Opera, FF & IE) and you can see the link or image for editing the page when logged.
Re: {edit} tag doesn't show up in IE and FF
Can you do a test for me?
Specifically logout of the admin. Now click on the edit tag's link. Does the login screen show up?
Specifically logout of the admin. Now click on the edit tag's link. Does the login screen show up?

