Hi,
here the French translation.
'forum_posts_per_page'
is not available for viewonline.php
, it would require either additional SQL query (which would probably be undesirable) or additional event in viewonline.php
to allow modifying the following forum info SQL query:
Code: Select all
// Forum info
$sql = 'SELECT forum_id, forum_name, parent_id, forum_type, left_id, right_id
FROM ' . FORUMS_TABLE . '
ORDER BY left_id ASC';
$result = $db->sql_query($sql, 600);
$config['posts_per_page']
value in the next event.viewonline.php
.