Since you're back, may as well make you busy :D

This module seems to override the core textarea's split summary/more-link-thingy.

I have no idea how to add that back.

(this, adding an img_assist popup and a smileys popup for the smileys.module are the three things that I want but am too stupid to figure out.)

Comments

mlsamuelson’s picture

"Back" was quite an overstatement. (Issue is at my day job I'm not only a developer but also a project manager of sorts and the two roles have conspired to consume all my time in recent months, and after hours, I just can't stay up until 2-3am like I used to. I hate short-changing projects like this, but, it's open source, so if others care about it enough, they'll step up and get involved.)

Lines 282-293 are responsible for turning off the default Drupal teaser splitter. If you comment out that section, you can see what happens. We're using a different version of Markitup (jQuery plugin) than originally now, so the behavior might be different, but previously it caused undesired behavior when the teaser splitter.

mlsamuelson

Garrett Albright’s picture

Title: Add button for teaser break (and buttons for other modules) » Add button for teaser break

Bump. mIU needs to work with teaser breaks.

Hooks for other modules is an interesting concept, but definitely back-burner compared to teaser break support.

chasz’s picture

i dont think you should add markitup to the teaser break textarea (overkill); instead it should come with preformatted BOLD and italic and perhaps quotation CSS with quotation images for the whole block

just an idea

NaheemSays’s picture

On my site I simple added a button that inserts the teaser code into the content.

Garrett Albright’s picture

Yeah, something like just adding a "break" button would probably be the easiest solution.

NaheemSays’s picture

Status: Active » Fixed

I see that this is more or less fixed in the latest 2.x nightly release.

Garrett Albright’s picture

Status: Fixed » Active

…It is? I think we might have different definitions of "fixed." I actually started working on adding a "break" button last night; maybe tonight I'll have something to share. I'm gonna keep this open for now.