[solved] page alias and cms_selflink
Posted: Mon Feb 28, 2011 10:47 am
Hello,
I've been upgrading a number of the sites I look after to cms 1.9.3 and I'm noticing some issues with apparently changed behaviour regarding page aliases and the cms_selflink tag.
Prior to the 1.9.x series some pages may have been created, despite my advice to the contrary, with a page alias like:
This would be accessible with a cms_selflink like:
It now appears that the case must exactly match within the cms_selflink tag or the link won't be created correctly. For this to work the tag must be;
Surely cms_selflink should still work regardless of the case within the page param? I can easily reproduce this on cms 1.9.3 with all the latest updates applied.
For some sites I look after this is a show-stopping bug preventing upgrades because after the upgrade half the links would disappear or stop working...
Can anyone confirm?
Thanks,
Mark.
I've been upgrading a number of the sites I look after to cms 1.9.3 and I'm noticing some issues with apparently changed behaviour regarding page aliases and the cms_selflink tag.
Prior to the 1.9.x series some pages may have been created, despite my advice to the contrary, with a page alias like:
Code: Select all
Content-Management-Systems
Code: Select all
{cms_selflink page="content-management-systems" text="Go here"}
Code: Select all
{cms_selflink page="Content-Management-Systems" text="Go here"}
For some sites I look after this is a show-stopping bug preventing upgrades because after the upgrade half the links would disappear or stop working...
Can anyone confirm?
Thanks,
Mark.