1 u4ric Jan 10, 2006 22:46
3 yabba Jan 16, 2006 18:09
To control the posts per page on an individual basis you'd either need to use stub files or amend index.php to detect the current blog and change the setting.
To remove the description, crack open skins/<skin name>/_linkblog.php and remove this bit :-
echo ' ';
$Item->content( 1, 0, T_('more'), '[', ']' ); // Description + more link
;)
¥
4 u4ric Jan 16, 2006 18:12
Thank you.
5 yabba Jan 16, 2006 18:34
no problem ;)
I'd have answered you a few days ago, but I totaly missed your post :p
¥
6 nomad Jul 16, 2006 14:37
¥åßßå wrote:
To control the posts per page on an individual basis you'd either need to use stub files or amend index.php to detect the current blog and change the setting.
How can I change these settings? I took a look at the stub file and could not find out how. Thanks!
7 yabba Jul 16, 2006 15:34
Just add $posts = ##; to your stub file (anywhere after <?php and before the end where it includes the main files)
¥
8 nomad Jul 16, 2006 16:08
Cool, thanks! I didn't know that. Are there more such "secret" indivudual configuration options?
9 yabba Jul 16, 2006 16:20
Yeah, but if I tell you I'd have to shoot you :|
¥
Would I be able to get a simple reply with not possible or some thing if I can't do the above just so I can take my maind of it.
Thanks guys, I really apreciate all the support I am getting from these forums, b2evo is easly the best.