Skip to content
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

[4.0] SEF don't works for urls in mod_custom #30818

Closed
bato3 opened this issue Sep 30, 2020 · 5 comments
Closed

[4.0] SEF don't works for urls in mod_custom #30818

bato3 opened this issue Sep 30, 2020 · 5 comments

Comments

@bato3
Copy link

bato3 commented Sep 30, 2020

Steps to reproduce the issue

Upgrade from Joomla 3.6, some modules/components are not installed in 4.0

Expected result

/2387-?layout=edit

Actual result

/index.php?option=com_content&view=article&layout=edit&id=2387

System information (as much as possible)

Additional comments

SEF links only work in the menu, article titles etc... On 100% links in mod_custom do not work for me. As for the articles, I'm not sure, but I have a problem that when TinyMce inserts relative images, these are not processed intobase ().

I suspect that some of the extensions may not have been disabled properly. But turning on $debug = true; did not produce any error.

At this time I found, that in onAfterRender event joomla don't find URL's (Uri:: parse($uri) isn't called)

@brianteeman
Copy link
Contributor

I had exactly the same problem. It was resolved by ensuring that the catid was in the url

@chmst looks like the same issue as with the sample data

@chmst
Copy link
Contributor

chmst commented Dec 20, 2020

In sample data, resolved it via direct linking the menuItemId.
Because the catid did not resolve the issue with the url. I will check again.

@brianteeman
Copy link
Contributor

except that did not work - see that pr for my comments
also see that if you use the content xtd-editor plugin it will insert the link as I describe with id and catid and that works

@Hackwar Hackwar added the bug label Feb 20, 2023
@Hackwar
Copy link
Member

Hackwar commented Mar 14, 2024

Can you check if #42989 helps with this issue?

@Hackwar
Copy link
Member

Hackwar commented Mar 30, 2024

Since we have #42989, I'm closing this issue.

@Hackwar Hackwar closed this as completed Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants