8 Posts
Taki
6 years ago
1
Topic

Hi,

I have an app "Users" which is pretty much the default Seblod user app. Viewing a specific user profile has url index.php/users/1-joomla-user-2.

How would I go about adding fields to the user url. e.g. country field making the url index.php/users/south-africa/1-joomla-user-2?

This url works if I type it in manual but I'm looking for a way to do this natively.

Get a Book for SEBLOD
4229 Posts
Kadministrator
6 years ago
0
Level 1

You can add variables to the link as parameter at the end e,g, 

index.php/users/1-joomla-user-2?country=sourh-africa

Having this in the routed url would require changes to routing

Get a Book for SEBLOD