Smileys, as of Oct. 16, 2003, don't appear in teasers; they should...
Could the maintainer apply this patch please.
Here is the patched function... (based on smileys.module,v 1.17 2003/10/05 22:36:17 unconed)
// I believe it is line 94 in smileys.module,v 1.17
return $text;
// Patch starts here...
$output .= "<br>".check_output($node->teaser);
$node->teaser = $output;
}
Comments
Comment #1
michael_lessard_micles.biz commentedMy mistake: I thought my little hack had allowed smileys and urlfilter to appear in teasers, but that hack did not work in fact: it seems that smileys and urlfilter appeared in teasers because I had added new Drupal CVS (4.3) files in my Drupal 4.2.
Important : Do not add Drupal CVS (4.3) files in Drupal 4.2.: it can cause serious failures in database queries (i.e. in my case, all nodes were no longer visible because database queries in CVC 4.3. are different than in 4.2).
I set the status to close since I believe the upcoming Drupal 4.3 will make filters appear in teasers.