-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
3.7.x New TinyMCE XTD plugins don't work on frontend edit (menu / contact) #12309
Comments
just as aditional info for the contacts i think you need the frontend component proxying to admin when view = contacts for the menus i think you may need the component itself on the frontend proxying to the backend |
Confirmed This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12309. |
release blocker This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12309. |
I tried to solve the issue for contacts by proxying as should.
This is the code I used.
|
Strange error: As we use the same line in com_content modal. And |
Something must be missing in the code I posted above. Let's hope someone can solve this. Note: Concerning xtd menu, it is even another story as we have no com_menus in frontend... |
Looks like I found a possible solution... adding in the xtd (here for contacts)
I do get the modal OK and can select. No need in this case to add Can someone test and look if this does not have a wrong effect? (security or else) |
using the administrator index.php means you need to be login admin right? Did you test that when logout of admin? |
I have a problem in 3.7.0 |
you have shared sessions in global config set to yes right? |
Sounds like #12068 in action Brian Teeman |
Ah, grrrr |
Welcome a completion of the patch proposed above... |
@infograf768 why don't you replicate what have been done in XTD_modules? I mean the link @andrepereiradasilva posted in the first comment |
that is what i tried to do for contacts. obviously not enough... you did the xtd modules, you may know better This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12309. |
@infograf768 your code is correct you just miss this change (add $config) in com_contact/contact.php: $controller = JControllerLegacy::getInstance('Contact', $config); Then it should work fine! |
ok, will try tomorrow for contacts. any idea for xtd menu? |
Adding For the xtd menus, I added in frontend an instance of com_menus with the same structure as com_modules frontend. Does not work yet. I am going to create a WIP PR to work in collaboration to solve these. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12309. |
Here it is |
Closing as we have a PR by @infograf768 |
a WIP one... ;) |
Steps to reproduce the issue
Expected result
We add a menu or contact link
Actual result
Error
System information (as much as possible)
Latest 3.7.x branch
Additional comments
This plugins only exist in 3.7.x
pinging @infograf768 @brianteeman @zero-24
The text was updated successfully, but these errors were encountered: