• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Post Limit

Post Limit 12 years 6 months ago #14757

  • tconway
  • tconway's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
How can I limit the number of posts displayed on the main blog page?
The administrator has disabled public write access.

Post Limit 10 years 10 months ago #23122

  • ljr
  • ljr's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 1
This is an old post but may help others.

This is not being controlled by RSBlog component, but by Joomla! installation. Go to Site >> Global Configuration >> Site >> set 'Default List Limit' to a value that suits your needs.
The administrator has disabled public write access.
The following user(s) said Thank You: pcull

Post Limit 7 years 7 months ago #35691

  • tz
  • tz's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 1
Really old stuff but still not possible in RSBlog :-/

Only way you can do this is to change the core files of RSBlog!

In components/com_rsblog/models/posts.php find
$this->setState('list.limit', $limit);

and change it to
$this->setState('list.limit', '8');

where 8 is the number of posts you want to show.

Unfortunately, you really need to edit the component files, it can not be done through template override. Thus you will need to watch out if the file has been overwritten on a RSBlog! Update.
Last Edit: 7 years 7 months ago by tz.
The administrator has disabled public write access.
The following user(s) said Thank You: pcull
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!