New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing Contact urls for linked authors (New) #12629
Conversation
I have tested this item This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12629. |
Sorry, still had to add the JLoader call. |
I have tested this item This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12629. |
I have tested this item This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12629. |
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12629. |
* Fixing URLs in plg_content_contact * Replacing require_once with class loader
I am having exact this issue on latest Joomla v3.9.18. How do I fix it? Didn't find any way to download the fixed file to replace the faulty one. |
As has been already written above: This issue has been closed and a long time ago actually. This has been part of Joomla for several years now. If you have this issue, then your installation has not been properly updated. If you really have an issue here, please open a new one. |
Pull Request for Issue #12603, redo of #12616
Summary of Changes
Used the right method to generate that URL.
Testing Instructions
Create a contact for the super user
Create some articles
Create a menu item to display one or multiple articles, do NOT make it the home page.
Create a menu item displaying the Contact category to which belongs the super user contact: alias is english-contacts in this case.
Do NOT create a menu item displaying the single contact.
Display the article in frontend.
Click on the Super User link in the article intro
See that the link is not correct.
Apply patch and see that the link is correct.
Documentation Changes Required
none