开发者

How can I manipulate my Drupal blogs?

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!


Check out Views module. This will allow you to build the views you require. If you want to further modify the output then do this then theme the view.

There is a tutorial for nodequeue here link text which may help you.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜