How can I manipulate my Drupal blogs?

Posted by Ralph on Stack Overflow See other posts from Stack Overflow or by Ralph
Published on 2010-04-29T10:29:32Z Indexed on 2010/04/29 10:57 UTC
Read the original article Hit count: 877

Filed under:
|
|
|

Hi. I'm migrating a website from FrogCMS to Drupal. My questions are:

  • How do you limit the list of recent blog entries (title and content) on the MAIN page and let it limit (to at least five) on the other page (i.e. List of Blogs page)?

  • How do you place a 'read more' link for each blog and when viewed full, the 'read more' should not be displayed?

  • Is there a way to remove the pagination without hacking node.module?

  • I tried Nodequeue module but I am not sure on how to use it. I read the documentation and tried outputing <?php print nodequeue_node_titles($subqueue_id); ?> but had no luck at all. Check it here

  • I need an answer ASAP. I need to finish this by tomorrow. Thanks!

© Stack Overflow or respective owner

Related posts about drupal

Related posts about cms-migration