Hi
I created a menu for EasyDiscuss and assigned modules to the menu items. When I click on a menu item the modules are displayed correctly. When I click the corresponding link from the EasyDiscuss toolbar, the modules do not appear and the url incorrectly includes the last menu item clicked.
The problem seems to be that the EasyDiscuss toolbar button urls are relative and are ignoring the menu Item IDs.
For example, if I click "Categories" from my custom menu, the assigned modules and url appears correctly: http://testing/forum/categories
However, if I SUBSEQUENTLY click on one of the EasyDiscuss toolbar buttons, for example, if I click the "Tags" button on the toolbar (after clicking "Categories" from my custom menu), the modules do not appear correctly and the url is also incorrect:
http://testing/forum/categories/tags
Notice that the incorrect url includes "categories" as the parent of "tags" which is incorrect.
The correct url after clicking the tags button from the toolbar should be: http://testing/forum/tags
I recently updated to Joomla! 3.5, but I'm not sure if this is the problem. I don't remember ever having this problem before. I'm still developing on localhost and have not had this problem with any other StackIdeas components.
Do you know how I can fix this?
Thank you!
I created a menu for EasyDiscuss and assigned modules to the menu items. When I click on a menu item the modules are displayed correctly. When I click the corresponding link from the EasyDiscuss toolbar, the modules do not appear and the url incorrectly includes the last menu item clicked.
The problem seems to be that the EasyDiscuss toolbar button urls are relative and are ignoring the menu Item IDs.
For example, if I click "Categories" from my custom menu, the assigned modules and url appears correctly: http://testing/forum/categories
However, if I SUBSEQUENTLY click on one of the EasyDiscuss toolbar buttons, for example, if I click the "Tags" button on the toolbar (after clicking "Categories" from my custom menu), the modules do not appear correctly and the url is also incorrect:
http://testing/forum/categories/tags
Notice that the incorrect url includes "categories" as the parent of "tags" which is incorrect.
The correct url after clicking the tags button from the toolbar should be: http://testing/forum/tags
I recently updated to Joomla! 3.5, but I'm not sure if this is the problem. I don't remember ever having this problem before. I'm still developing on localhost and have not had this problem with any other StackIdeas components.
Do you know how I can fix this?
Thank you!