Improved Router - Better SEF URL on front-end view
Carl Fuentes
Moderator
Posts: 28
1 year 11 months ago #9884
by Carl Fuentes
Replied by Carl Fuentes on topic Improved Router - Better SEF URL on front-end view
It could be archive by go to administator -> Components -> your component name -> Option (Top right corner) -> Component tab and then turn on the using modern SEF.
Please Log in or Create an account to join the conversation.
FULLSTACK DEV
New Member
Posts: 5
1 year 11 months ago #9886
by FULLSTACK DEV
Replied by FULLSTACK DEV on topic Improved Router - Better SEF URL on front-end view
I have actually tried this before and it still don't show the URL the way I envision it.
Basically, what I try to accomplish is this:
Site flow: County-->City-->Comunity
In the County page, we have list of Cities with link to City's detail page.
In the City detail page, we have list of Communities with link to Community's detail page.
I've created menu items for the County and each of the cities. No problem with the SEF there.
I have a really good SEF link for County and Cities.
However, from the City detail page, where we have the list of Communities, the link aren't looking good because I don't have menu item created for each of those communities.
If I have to create menu item for each of the Communities, it will be too many of them. We have over 1500 communities for State of Florida.
As it is now, the community URL showing as: https://TLD/name-of-city/community-template-view/community-ID
I am trying to eliminate the "community-template-view" and "community-ID" from the URL and replace it with a simple URL like: https://TLD/name-of-city/name-of-communtiy
Where can I make the edit to make it happen?
Thank you so much in advance for your help! Been scratching my heads for 2 days for this..
Elliott
Basically, what I try to accomplish is this:
Site flow: County-->City-->Comunity
In the County page, we have list of Cities with link to City's detail page.
In the City detail page, we have list of Communities with link to Community's detail page.
I've created menu items for the County and each of the cities. No problem with the SEF there.
I have a really good SEF link for County and Cities.
However, from the City detail page, where we have the list of Communities, the link aren't looking good because I don't have menu item created for each of those communities.
If I have to create menu item for each of the Communities, it will be too many of them. We have over 1500 communities for State of Florida.
As it is now, the community URL showing as: https://TLD/name-of-city/community-template-view/community-ID
I am trying to eliminate the "community-template-view" and "community-ID" from the URL and replace it with a simple URL like: https://TLD/name-of-city/name-of-communtiy
Where can I make the edit to make it happen?
Thank you so much in advance for your help! Been scratching my heads for 2 days for this..
Elliott
Please Log in or Create an account to join the conversation.
FULLSTACK DEV
New Member
Posts: 5
1 year 11 months ago #9887
by FULLSTACK DEV
Replied by FULLSTACK DEV on topic Improved Router - Better SEF URL on front-end view
Nevermind.. I figured it out. By reading the code in router.php I was able to see that if I add the alias field then the system can call for the alias instead of the id. I've added the field and all good now.
Thanks so much!
Elliott
Thanks so much!
Elliott
Please Log in or Create an account to join the conversation.
Time to create page: 0.155 seconds