1770 Posts in 495 Topics by 531 members
Blog Module
SilverStripe Forums » Blog Module » blog entries in the blog handler
Discuss the Blog Module.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 982 Views |
-
blog entries in the blog handler

21 May 2009 at 5:42pm
Hi,
I just installed the blog module for ss and I tried posting some new entries. As we all know, the latest posts' gist are shown in the handler. Now, I find the gists too short and I want to make them longer, by gist I mean the posts shown in the handler where there is a read more button at the end. Anyone know how I will be able to do this? And another thing, I also wish to know how to control the number of displayed posts in the handler.
Any piece of advice would be greatly appreciated, thanks!
-
Re: blog entries in the blog handler

30 July 2009 at 6:23am
1. Show the full post in the BlogHolder edit BlogSummary.ss
(...)
<% if IsWYSIWYGEnabled %>
$Content
<% else %>
$ParsedContent
<% end_if %>(...)
2. You can limit the posts shown per page in BlogHolder.php
(...)
function BlogEntries($limit = 10) {(...)
| 982 Views | ||
|
Page:
1
|
Go to Top |


