Hello, if someone use AJAX loaded content into tabs then plug-ins are not parsed from ajaxloader.php.
This cause the problem of when you have SEF Urls enabled they don’t parsed as com_content do.
So if i have in my article a URL to menu for example index.php?option=com_content&view=article&id=61&Itemid=129 normally com_content would parse it into SEF but ajaxloader.php does not parse it.
Is there any way to fix it?
Thanks in advance.
EDIT:
Just for my purse i need SEF urls, so i just modified ajaxloader.php if someone would like to have responded text to be parsed with SEF use the modified ajaxloader.php that is attached here.