[pmwiki-users] login only

info at hassanein.ch info at hassanein.ch
Mon Jan 8 06:34:50 CST 2007


On 08.01.2007 at 12:15, you wrote:
> When using PageActions in your skin, you usually have an entry, such
as:
>
>   (:if ! authid :)
>   * [[{*$FullName}?action=login | Login ]]

My PageActions looks as following:
(:if !authid:)
*[[{*$FullName}?action=login | Login ]]
(:if:)
(:if authid:)
* %item rel=nofollow class=edit
accesskey='$[ak_edit]'%[[{$FullName}?action=edit | $[Edit] ]]
* %item rel=nofollow class=upload
accesskey='$[ak_attach]'%[[{$FullName}?action=upload | $[Attach] ]]
(:if auth admin:)
* %item rel=nofollow class=edit %[[Site.SideBar?action=edit | $[Menu] ]]
(:if authid:)
* %item rel=nofollow class=edit %[[{$FullName}?action=logout | $[Logout]
({$AuthId}) ]]
(:if:)

When I successfully logged in, I still remain on the login screen but I
want to be back on the page where I clicked on 'Login'.

--
Any idea what is wrong here?
Thanks for your help.
Regards,
Mike






More information about the pmwiki-users mailing list