showing blog content Posted by rex 18 Feb 2004 04:33 GMT-0000 posts: 17 how can i make a module to show the blog content. the real content, instead of just the date blog posted.
Posted by Bryan Pfaffenberger 18 Feb 2004 14:58 GMT-0000 posts: 10 Ah, good question. I can see that you are actually trying to apply Tiki! Please see my post titled Noble warriors of Tiki rollout development UNITE... And here's a hack. In tiki-blog_rss.php (NOT tiki blogs_rss.php), find the line: $titleId="created" Change this to: $titleId="title" And you'll get the blog's title instead of the date in RSS output. Note: you must enable blog titles (and each blog post must have a title, of course).
Posted by paulap01 18 Feb 2004 22:07 GMT-0000 posts: 112 Nice hack! But in 1.9 we should checked the content we want to have in the RSS feed. Like change the columns in a list. paulap
Posted by rex 21 Feb 2004 13:11 GMT-0000 posts: 17 what bpfaffenberger describe, is not valid for 1.7.5 what i did is, i change this: {$modLastBlogPostsix.blogTitle} into this: {$modLastBlogPostsix.title} in templates/modules/mod-last_blog_posts.tpl file. and, it works!