how to change preview length of article in D7?
I've seen the "<!--break-->" text insertion but it seems to have no efefct, I suppose the text is too long -- If all the advertising in the world were to shut down tomorrow, would people still go on buying more soap, eating more apples, giving their children more vitamins, roughage, milk, olive oil, scooters and laxatives, learning more languages by iPod, hearing more virtuosos by radio, re-decorating their houses, refreshing themselves with more non-alcoholic thirst-quenchers, cooking more new, appetizing dishes, affording themselves that little extra touch which means so much? Or would the whole desperate whirligig slow down, and the exhausted public relapse upon plain grub and elbow-grease? --- Dorothy L Sayers, in Murder Must Advertise
On Fri, Sep 28, 2012 at 9:44 PM, Dave Stevens <geek@uniserve.com> wrote:
I've seen the "<!--break-->" text insertion but it seems to have no efefct, I suppose the text is too long
You can adjust the trimmed length in the content type settings. Home » Administration » Structure » Content types » Article » Manage display -- Al Sessions http://420summit.com
<!--break --> insert this where you want the break to be On Sat, Sep 29, 2012 at 9:29 AM, Al Sessions <fultonchain@gmail.com> wrote:
On Fri, Sep 28, 2012 at 9:44 PM, Dave Stevens <geek@uniserve.com> wrote:
I've seen the "<!--break-->" text insertion but it seems to have no efefct, I suppose the text is too long
You can adjust the trimmed length in the content type settings.
Home » Administration » Structure » Content types » Article » Manage display
-- Al Sessions http://420summit.com -- [ Drupal support list | http://lists.drupal.org/ ]
-- Gerald Klein DBA**** ContactMe@geraldklein.com www.geraldklein.com <http://geraldklein.com/>**** geraldklein.wordpress.com jk@zognet.com**** 708-599-0352**** Arch Awesome, Ranger & Vim the coding triple threat. Linux registered user #548580
On Fri, Sep 28, 2012 at 9:44 PM, Dave Stevens wrote:
I've seen the "<!--break-->" text insertion but it seems to have no efefct, I suppose the text is too long
There is a bug in the filter module. Unless you use Full HTML content type then it trims <!--break-->. The other work around is to add <!--break--> to the allowed tags of the content type you are using. For example the article content type edit page to configure the tags to use is admin/structure/types/manage/article/fields/field_tags be sure to add all the tags allowed, including the current ones; the field for input isn't prepopulated with the default for some reason. -- Earnie -- https://sites.google.com/site/earnieboyd
Quoting Earnie Boyd <earnie@users.sourceforge.net>:
On Fri, Sep 28, 2012 at 9:44 PM, Dave Stevens wrote:
I've seen the "<!--break-->" text insertion but it seems to have no efefct, I suppose the text is too long
There is a bug in the filter module. Unless you use Full HTML content type then it trims <!--break-->. The other work around is to add <!--break--> to the allowed tags of the content type you are using. For example the article content type edit page to configure the tags to use is admin/structure/types/manage/article/fields/field_tags be sure to add all the tags allowed, including the current ones; the field for input isn't prepopulated with the default for some reason.
-- Earnie -- https://sites.google.com/site/earnieboyd
OK, thanks, got it working now. Dave
-- [ Drupal support list | http://lists.drupal.org/ ]
-- If all the advertising in the world were to shut down tomorrow, would people still go on buying more soap, eating more apples, giving their children more vitamins, roughage, milk, olive oil, scooters and laxatives, learning more languages by iPod, hearing more virtuosos by radio, re-decorating their houses, refreshing themselves with more non-alcoholic thirst-quenchers, cooking more new, appetizing dishes, affording themselves that little extra touch which means so much? Or would the whole desperate whirligig slow down, and the exhausted public relapse upon plain grub and elbow-grease? --- Dorothy L Sayers, in Murder Must Advertise
participants (4)
-
Al Sessions -
Dave Stevens -
Earnie Boyd -
Gerald Klein