News Module $return_url not working with internal pretty urls
News Module $return_url not working with internal pretty urls
Hi to everybody,
I've discovered that if you use the 'internal' pretty urls setup in config, the $return_url link doesn't work properly.
Is this a known bug?
Alex
CMS version: 1.6
News module version: 2.10
I've discovered that if you use the 'internal' pretty urls setup in config, the $return_url link doesn't work properly.
Is this a known bug?
Alex
CMS version: 1.6
News module version: 2.10
Last edited by alzambo on Mon Nov 09, 2009 11:04 am, edited 1 time in total.
Re: News Module $return_url not working with internal pretty urls
Hi Alzambo,
If this was a bug in 1.6, it is probably solved by now.
Regards, Rolf
Have you tried upgrading to 1.6.6?Is this a known bug?
CMS version: 1.6
If this was a bug in 1.6, it is probably solved by now.
Regards, Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: News Module $return_url not working with internal pretty urls
Hi Rolf,
i've just updated to 1.6.6 and the problem remains: with internals pretty urls, the backlink on the detail page links to the detailpage itself.
Thank you Rolf,
Alex
i've just updated to 1.6.6 and the problem remains: with internals pretty urls, the backlink on the detail page links to the detailpage itself.
Thank you Rolf,
Alex
Re: News Module $return_url not working with internal pretty urls
Have you tried using 'mod_rewrite' yet?
Rolf
Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: News Module $return_url not working with internal pretty urls
Hi Rolf!Rolf wrote: Have you tried using 'mod_rewrite' yet?
Rolf
I've just tried... no way..
I tried to assign the return link to a variable and then recall it inside the detailpage, but the variable seems to be empty when I'm in detailpage.
Are the assigned variables with {capture} resetted on page-change?
Alex
Re: News Module $return_url not working with internal pretty urls
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: News Module $return_url not working with internal pretty urls
Rolf wrote: Hmm.
Or use plain javascript:
Code: Select all
<a href="javascript:history.go(-1)">[Return]</a>
Rolf

Re: News Module $return_url not working with internal pretty urls
Understandable...
When you put {get_template_vars} in your detail content, you can see all used parameters, perhaps it will be of any help...
You have your site local, possibly the return link will work when the site is online... Mixed up with another post
Greetz Rolf
When you put {get_template_vars} in your detail content, you can see all used parameters, perhaps it will be of any help...
You have your site local, possibly the return link will work when the site is online... Mixed up with another post

Greetz Rolf
Last edited by Rolf on Thu Nov 12, 2009 12:33 pm, edited 1 time in total.
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -