E107: Voux welcome page hardcoded admin page

Created on 3 Apr 2019  路  5Comments  路  Source: e107inc/e107

e107/e107_themes/voux/install/install.xml
contains hardcoded text to the admin page (around line 1101):
<a class=&quot;btn btn-primary btn-large &quot; href=&quot;e107_admin/admin.php&quot;>Go to Admin area</a>
To make it follow the settings from e107_config.php this might be better:
<a class=&quot;btn btn-primary btn-large &quot; href=&quot;{e_ADMIN}admin.php&quot;>Go to Admin area</a>

bug

Most helpful comment

Happy to see you @nlstart! :+1:

All 5 comments

Happy to see you @nlstart! :+1:

Thank you for the warm welcome @CaMer0n, it has been way too long! :-)

Good to see you!

Identical issues in:
e107_themes\bootstrap3\install\install.xml (line 12)
e107_themes\landingzero\install\install.xml (line 50)

Unfortunately, it seems this broke the link in v2.2.0. Reassigned for 2.2.1

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Alex-e107nl picture Alex-e107nl  路  5Comments

simplythomasjay picture simplythomasjay  路  5Comments

rica-carv picture rica-carv  路  5Comments

realmontazeri picture realmontazeri  路  5Comments

Norwayman picture Norwayman  路  3Comments