statusnet
Discussions
Activity
Sign In
Where can I define total numbers of posts on a main page of my SN website?
vicodinum
March 2010
edited March 2010
in
General
Where can I define total numbers of posts on a main page of my SN website?
Thank you.
Comments
aric
March 2010
plugin?
vicodinum
March 2010
no, just hack. it may looks like:
in /config.php
$config['site']['postnumbers'] = 15;
where is a code defining that numbers is placed?
aric
March 2010
edited March 2010
Oh i see what you mean, you want to control the pagination, and define how many notices per page.. hmm ill get back to you on that
Sign In
or
Register
to comment.
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
All Categories
2.3K
General
1.5K
Plugins
284
Themes
57
Installation
283
status.net service
117
Hosting
15
StatusNet Desktop
24
Powered by Vanilla
Comments
in /config.php
$config['site']['postnumbers'] = 15;
where is a code defining that numbers is placed?