Welcome to Geeklog, Anonymous Saturday, May 24 2025 @ 09:28 pm EDT
Geeklog Forums
Centerblock-Forum plug in
Forum
Anonymous
Hiya,
Anyone knows how to edit this function?? For the moment its showing the last 10 post in the forum on the frontpage, but only want it to show 5... Have been looking all over
Thanks,
Anyone knows how to edit this function?? For the moment its showing the last 10 post in the forum on the frontpage, but only want it to show 5... Have been looking all over

9
12
Quote
Status: offline
Blaine
Forum User
Moderator
Registered: 07/16/02
Posts: 1232
Location:Canada
In the plugins/forum/functions.inc file - you can set the post_limit and the subject_limit to trim the number of characters for the topic subject description.
function plugin_centerblock_forum($where=1,$page=1,$topic ='') {
global $_CONF, $_USER, $_TABLES, $LANG_GF01;
global $LANG_GF02, $mode, $order, $PHP_SELF;
include($_CONF['path_html'] . 'forum/include/config.php');
$post_limit="7"; // How many posts you want displayed
$subject_limit="30"; // The length of characters of the subject you want displayed
Geeklog components by PortalParts -- www.portalparts.com
Text Formatted Code
function plugin_centerblock_forum($where=1,$page=1,$topic ='') {
global $_CONF, $_USER, $_TABLES, $LANG_GF01;
global $LANG_GF02, $mode, $order, $PHP_SELF;
include($_CONF['path_html'] . 'forum/include/config.php');
$post_limit="7"; // How many posts you want displayed
$subject_limit="30"; // The length of characters of the subject you want displayed
Geeklog components by PortalParts -- www.portalparts.com
15
12
Quote
All times are EDT. The time is now 09:28 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content