Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
5answers
1k views

rails: get a teaser/excerpt for an article

I have a page that will list news articles. To cut down on the page's length, I only want to display a teaser (the first 200 words / 600 letters of the article) and then display a "more..." link, ...
1
vote
1answer
122 views

Only whole node in preview

Is it possible to show only the whole node when clicking on "Preview", not also the teaser?
1
vote
2answers
220 views

drupal teaser starting position

Is there any way to control and manual specification for start of teaser?. for example: This is my test paragraph to find the solution.i need to know how to control the starting position of the ...
0
votes
1answer
51 views

Expandable content in the drupal node page (Javascript functionality)?

I need to display a trimmed version of the content on the node page and upon clicking on a link ("Read More"), the page should expand ? Is there any Drupal Module that implements this functionality ? ...
0
votes
1answer
435 views

Drupal 7 get teaser with field_view_value()

I have an Ajax handler script where I load a $nodeId and output the result in default (full) view: $node = node_load($input); $prerendered_node = node_view( $node, 'default' ); ... Now I need to ...
0
votes
2answers
124 views

PHP MYSQL Forum teaser, howto?

I like to make an forum teaser for my website. Its easy to just show the latest posts or threads.. I like to get latest threads and posts in the same query, ordered by the last activity. So its going ...
0
votes
0answers
34 views

Need website code for simple looped video playback

I'm making this little teaser website for a concept, and I've never really programmed for anything web-based so need some help ... What I'm trying to is have a webpage on which in the center there is ...