The link to the registration page sometimes do not work as expected - fix
Administrator, 07/31/2007 10:18:33Versions: all (up to and including 0.8.0).
The link to the registration page does not work, if a permalink page has been selected first. Here's the fix.
Open the file /cont/index.inc
Go to line that contains "use-register" (almost at bottom of file):
Change this:
'<li><a href="use-register.lasso?emptyForm=yes">'; str:'Register';
to this:
'<li><a href="';
$basicOptions -> 'siteurl';
'use-register.lasso?emptyForm=yes">'; str:'Register';
Save & close.