Show Content On A Different Php File

For Joomla! 3.x Coding related discussions, you could also use: http://groups.google.com/group/joomla-dev-general

Moderators: ooffick, General Support Moderators

Forum rules
Locked
brsgrlr
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Mon Jul 16, 2018 11:23 pm

Show Content On A Different Php File

Post by brsgrlr » Mon Jul 16, 2018 11:31 pm

When I click on an article, Joomla renders the com_content on index.php
ex: index.php/component/content/article/8-mycategory/1-title?Itemid=101

Because of that (I guess), Joomla assumes that the active menu item is "home" and the user is still on the homepage.

So, is there any way to render com_content on a different file than index.php?

User avatar
H13
Joomla! Ace
Joomla! Ace
Posts: 1545
Joined: Sun Dec 10, 2006 6:39 pm
Location: Czech Republic
Contact:

Re: Show Content On A Different Php File

Post by H13 » Fri Jul 20, 2018 11:35 am

Hi, everything is rendered on index.php - the URL then looks by the settings of menu link but all links have this format:

index.php?option=com_...&view=...


Jan
- Phoca Cart - Joomla eCommerce App - https://www.phoca.cz/phocacart
- Phoca Gallery - powerful image gallery
- Phoca Restaurant Menu - https://www.phoca.cz/phocamenu
- Phoca Download - download manager for Joomla


Locked

Return to “Joomla! 3.x Coding”