e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
318 stars 212 forks source link

link to usersettings in admin area ignore sef url setting #5082

Closed Jimmi08 closed 7 months ago

Jimmi08 commented 9 months ago

Bug Description

this link is still usersetting.php image

It is the problem if you use a theme layout based on routes. You still need to add the legacy file name there. With SEF-URL it should respect URL setting in admin area too.

How to Reproduce

Steps to reproduce the behavior:

  1. set sef-url for user part
  2. Click on Settings in admin area

Expected Behavior

With SEF-URL it should respect URL setting in admin area too. so link should something like /user/settings?id=1 not usersettings.php

Thanks