Thanks for the feedback!
I am going to check the WIKI in a moment, but are you sure you selected the templates and assigned the permission for the TV to the proper users, and templates?
Also, make sure that the GalleryComments chunk has the correct call for the new TV:
<p>This is the main content about the incident.
[*GalleryContent*]</p>
Let me know about that while I check the WIKI to make sure I put that in there.
Yea, it’s there.
I have confirmed the TV is assigned to both my templates (main and main gallery) as well as the web users document group.
I’m running through the wiki again, just to make sure I haven’t missed anything.
One thing to check:
Go to ’Tools’ -> ’Configuration’ -> ’Interface & Features’ in the manager.
Scroll down and make sure that ’Enable Editor’ is checked for ’Yes’,
’Editor to use’ is ’TinyMCE’ and,
and the ’TinyMCE’ theme is ’Full Featured’.
I’m not sure if that will make a difference or not, but give it a try.
I’m also double checking everything here on my end to make sure that I didn’t miss anything else.
I don’t have ’full featured’ as a theme to use, I’ve got simple, advanced, content editor, and custom. None of them make a difference.
Also, not sure if it makes a difference, but I’m using MODx 0.9.6-RC1
If it helps, I can create a temp admin user on my site and send you the login details.
This was designed and works for 0.9.5 version of MODx, and I believe there have been some changes to the base coding of the new version, but I’m not sure if they would have had an effect on this structure or not.
If you want to send me the login details, please PM me with them, I will try to look at it today, but Saturday for sure as I am off tomorrow.
Thanks!
Ok, still working on it, but a quick question: What browser are you using?
Thanks!
@anacrusis:
I reviewed your site, and noticed that you are setting your pages to ’cacheable’ by default. I changed the Gallery Creator, Gallery manager, and Gallery page to uncheck the ’cacheable’ setting. See if that makes a difference on the RTE.
One thing I did notice, you have the 2.0.9 TinyMCE, whereas I am using 2.0.8. On mine, there is a portion of the pluging code:
// When used from the web front-end
// TinyMCE will use the following theme
$webTinyMCETheme = isset($webtheme) ? $webtheme:"simple";
I did not notice it on yours, but did notice this:
// Handle event
$e = &$modx->Event;
switch ($e->name) {
case "OnRichTextEditorRegister": // register only for backend
$e->output("TinyMCE");
break;
I’m not sure, but it looks like something may have changed with TinyMCE that it is only allowed for the backend now? I’m not sure, Can someone else add some insight to this?
I’ll keep looking around and experimenting with it on my end to make sure that I have my directions correct. Keep trying on yours, and let me know what you come up with. Try adjusting the TinyMCE configuration settings to full or advanced, or even custom and see what happens.
I have posted a question to Jeff Whitfield (Bravado) who wrote the TinyMCE plugin here:
http://modxcms.com/forums/index.php/topic,5403.150.html
I am awaiting an answer about this and will let you know what we come up with.
Thanks to all for their patience!
Thanks to you for being so persistent in figuring it out!
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Just tryin to keep up with it! I want to know what is going on as well so that when I upgrade versions I can have a better sense of what all is going on. Plus, I don’t want to put something out there saying ’It WORKS!’ and then it doesn’t really and I was just lucky or something. I am truly trying to understand the MODx system better, so that I can do more for myself and others with it.
Thanks for all of your help too in getting me going with it!