Support Center

Knowledgebase
View categorized listing of all common frequently asked questions.
Video Tutorials
Create a Movie & TV Show review website.
Customize the jReviews themes.
Review user profiles with the Everywhere addon.
Forum
Community forum
Submit a Ticket
Use your client area email to access the ticket system.
Downloads
Guides, modules and more...
 
Welcome, Guest. Please login or register.
Did you miss your activation email?
January 07, 2009, 03:06:03 PM
22773 Posts in 5216 Topics by 2974 Members
Latest Member: Vijitha
News: Do not post any jReviews files or large amounts of code in the forums please. Only template files and code are allowed.
 
jReviews Support Forum  |  jReviews 1.x  |  Tips & tricks  |  Changing default ordering of reviews to oldest first « previous next »
Pages: [1]
Author Topic: Changing default ordering of reviews to oldest first  (Read 965 times)
Alejandro
Global Moderator
Administrator
Hero Member
*****
Offline Offline

Posts: 8996


« on: May 18, 2007, 11:59:47 AM »

File: jreviews.common.php
Function: orderby_rev

Code:
default:
$orderby = 'c.created DESC';
break;

To:

Code:
default:
$orderby = 'c.created ASC';
break;
Logged

Please take the time to vote and to write a review: http://extensions.joomla.org
Reviews Ahoy! - Submit your jReviews site here.
Pages: [1]
« previous next »
    Jump to: