Welcome to Geeklog, Anonymous Sunday, December 22 2024 @ 09:06 am EST
Geeklog Forums
How to LIMIT long list
Jisam
Anonymous
List of forum topics become really very long ...
How to add something like LIMIT in the forum/index.php probably inthe following area so that the list becomes small
if ($orderby == 'subject') {
$order = "ORDER BY subject ASC";
} elseif ($orderby == 'date') {
$order = "ORDER BY lastupdated DESC";
} elseif ($orderby == 'views') {
$order = "ORDER BY views DESC";
} elseif ($orderby == 'replies') {
$order = "ORDER BY replies DESC";
} else {
$order = "ORDER BY lastupdated DESC";
}
Any help will be very much appreciated.
How to add something like LIMIT in the forum/index.php probably inthe following area so that the list becomes small
if ($orderby == 'subject') {
$order = "ORDER BY subject ASC";
} elseif ($orderby == 'date') {
$order = "ORDER BY lastupdated DESC";
} elseif ($orderby == 'views') {
$order = "ORDER BY views DESC";
} elseif ($orderby == 'replies') {
$order = "ORDER BY replies DESC";
} else {
$order = "ORDER BY lastupdated DESC";
}
Any help will be very much appreciated.
13
10
Quote
All times are EST. The time is now 09:06 am.
- 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