Nucleus Core

Login!
Register as a new userLost password?

for Project:

This is the tracker for the Core of the Nucleus CMS-project (Nucleus CMS Website)

FS#106 — Make 'Log Out' link under Comment box work with Fancy URLs

Attached to Project— Nucleus Core
Opened by Wendy Smoak (wsmoak) - Sunday, 09 October 2005, 09:31PM
Last edited by Wouter Demuynck (karma) - Tuesday, 11 October 2005, 07:49PM
Bug
Various
CLOSED
Wouter Demuynck
All
Low
Normal
CVS
Undecided
Undecided
0%
With Fancy URLs enabled, the 'Log Out' link below the Comment box doesn't work. The link is rendered as (for example) /item/1/?action=logout.

Adding <%self%> to the link in nucleus/forms/commentform-loggedin.template fixes the problem.

Change
<a href="?action=logout"><%text(_LOGOUT)%></a>
to
<a href="<%self%>?action=logout"><%text(_LOGOUT)%></a>

(This is in version 3.22, but that's not an option under 'Reported Version'.)

This task depends upon

This task blocks these from closing
Closed by  Wouter Demuynck (karma)
Date:  Tuesday, 11 October 2005, 07:52PM
Reason for closing:  Fixed
Additional comments about closing:  Thanks! Fix is in CVS