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
323 stars 214 forks source link

Forum shortcode e_BASE bug correction #5347

Open rica-carv opened 1 month ago

rica-carv commented 1 month ago

Motivation and Context

Bug correction. e_BASE gives the path to the full plugin folder from where it's used. Switching to e_HTTP, since online.php is on the root... Furthermore, shouldn't these URL be SEF? How can it be donne, since the files are on the root?

Description

Switched e_BASE for e_HTTP

How Has This Been Tested?

Tested in v2.3.3

Types of Changes

Checklist