Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Sign In
Not a member yet? Click here to register.
Forgot Password?
Navigation

Article url without id and using lower-case

Last updated on 5 years ago
A
aqqNewbie
Posted 5 years ago
Hello,
Since yesterday I use and adapt php-fusion 9.03 for my website.

I have a problem with permalinks. I would like to get article url without ID and only lower letters.

For example :
/article/How-To-Do-Lower-Case/1

is supposed to look :
/article/how-to-do-lower-case

Is it possible to set this through Panel Admin?
F
FalkSuper Admin
Posted 5 years ago
You will find system rewrite rules in \includes\rewrites and Infusions rewrite rules under permalinks - "infusions\articles\permalinks"
We have ambitions to make it work with Aliases that can be handles from the Admin in the future but atm you need to do manual edits, it may be very tricky to make it work without IDs when the alias engine is not 100%.
After each change you do the module needs to be reinstalled.

For lowercase you would need to alter the title of the Articles infusion, example : strtolower($title);
But would prolly be better to simply write the titles as you want em displayed.
Edited by Falk on 26-12-2019 05:04, 5 years ago
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot reply in this discussion thread.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You can download attachments in this forum.
You cannot up or down-vote on the post in this discussion thread.
You cannot set up a bounty in this discussion thread.
Moderator: Support Team
Users who participated in discussion: Falk, aqq