I've looked everywhere but the answer still eludes me. How do I display full titles in teaser mode for my
articles? Titles are trimmed not only in teaser mode for blocks but also for content "promoted to the fron page".

Comments

HelpDrupalHelpMe’s picture

This should be simple right?

Jeff Burnz’s picture

Normally they are by default, gotta be your specific theme thats trimming them? Or else a bug in a module?

What theme are you using?

HelpDrupalHelpMe’s picture

Hmmm, I'm using my own custom theme but the php code is the same as the garland theme.

<?php if ($title): print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; endif; ?>

It's weird cause in preview mode, before I submit the content it will display the full title for teaser mode to show me what it will look like but on my front page it truncates the title. For example. Instead of "This is where I live" it will show "This is where...".

Even more weird is that it will show the full title on the front page for a second as soon as the page starts loading then truncate the title.

I thought the title may be too long but the other themes did not have a problem so I think your right about it being my theme but I cannot find a problem in the style.css.

Could it be the PHP engine? I didn't touch much but for blocks.

What module could possibly cause this to happen?

HelpDrupalHelpMe’s picture

Ok I think I found the problem. I inserted a Yahoo! Ticker script to my page and it's messing with everything. Once I removed it...back to normal. I couldn't figure out how to insert it into Drupal with iframes though.

HelpDrupalHelpMe’s picture

That problem's solved too!