By Mel55113 on
How do I control where the break for a story/page teaser occurs when using TinyMCE? E.g., if I insert >!--break--> (bracket reversed)I see the actual break tag in the posting and no break occurs.
Thanks, Mel
How do I control where the break for a story/page teaser occurs when using TinyMCE? E.g., if I insert >!--break--> (bracket reversed)I see the actual break tag in the posting and no break occurs.
Thanks, Mel
Comments
Switch to HTML
You have to switch to HTML to insert the break comment. I don't know if a better way exists for doing that, but I would also be interested if it did. It's not easy to explain to non-technical people what a comment is, and why it has to be inserted between all the HTML gibberish.
isnt that what the TinyMCE
isnt that what the TinyMCE plugin drupal page break ? that comes with the TinyMCE Module does ?
I do not mean the pre-existing plugins that comes with the actual TinyMCE package. I mean the plugin that comes in the drupal module package itself.
Yes, it does
Did you follow the install directions for the drupalbreak plugin?
It can't come preconfigured because the drupalbreak plugin needs to be transferred to the tinyMCE package you need to download to get the whole thing working.
Hope this helps. Good Luck!
Sam Tresler
http://www.treslerdesigns.com
Aaaah!
Thanks! But this is really well hidden. Very useful, but also well hidden. Why isn't this installed by default?
well
As you know, you had to download the tinyMCE project seperately. The drupabreak plugin is not part of that project, but needs to be in its directory to work. So you can't very well put it into a directory that isn't part of the drupal download "by default", right?
I know, it confused me as well.
Sam Tresler
http://www.treslerdesigns.com
I did?
I don't even remember downloading tinyMCE separately. But whatever document told me to do that should also have told me what to do with the plugin - I generally read the docs for stuff I install. Though I guess I could do that a bit more carefully.
It's working!
Thank you, thank you, thank you.
All I had to do was follow the instructions; too bad I didn't know where they were.
Mel
i must be missing something...
i must be missing something or doing something wrong...
I added drupalbreak to /jscripts/tiny_mce/plugins and edited the plugin_reg.php file.
The check box for drupalbreak appears under the Buttons & Plugins section of Admin > Settings > TinyMCE.
I check this, yet no drupal breakbreak.gif (or other) appears in the editor when creating content.
Anyone have the problem of have an idea what i am doing wrong?
avolve designs | ethical by design
adjust the row # in the php
adjust the row # in the php you are adding to plugin_reg.php. drupalbreak3 change to 5 to see if it dont come up there.
this will help make em stick out in case you are missing them while glancing over, there should be two.
also ensure they are above
which resides at the end of the file.
thanks, problem solved
Thanks for the advice - after no changes, i went back and looked with fresh eyes
For some reason (obviously me doing!), the drupalbreak plugin was a directory higher than it should have been... that was the source of the problem
avolve designs | ethical by design
ya!
put the complete directory in "/jscripts/tiny_mce". thanks avolve.
*******
IGUANA!
Still missing something?
Getting closer....
I have the gif appeared with the 2 buttons on the editing page. I 've selected the both (teaserbreak and pagebreak).
I've verified that everything is on the right place.
But when create a new content, the 2 buttons about drupalbreak still doesn't appear!
I've also tried to replace ['theme_advanced_buttons3'] by ['theme_advanced_buttons5']. And it didn't worked.
What else did I miss ?
Drupalbreak broken with TinyMCE 3
I think your having this issue:
http://drupal.org/node/247163
The drupalbreak plugin is broken with tinymce 3.
Albert Skibinski - Homepage