Login

Who's Online

We have 1 guest online

Google








Home arrow Programmingarrow Joomla Extensionsarrow Formatted Default Order
Discussion Forum
January 09, 2009, 04:01:00 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: SMF - Just Installed!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Formatted Default Order  (Read 463 times)
prana
Newbie
*
Posts: 5


View Profile Email
« on: January 18, 2008, 06:16:23 PM »

Hello all,
Great component, just wondering how to change the default order of the formatted text. Im not sure what it is now but it is not author alpha. My client would love to have it authro alpha but cant seam to find the code area to change it.
Thanks
Logged
prana
Newbie
*
Posts: 5


View Profile Email
« Reply #1 on: January 18, 2008, 06:25:53 PM »

ah ha found it. it is in
jombib.php

line 654


      default:
         $orderby = 'year desc';
         break;

changed to

      default:
         $orderby = '#__bib_auth.last';
         break;

Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.1 | SMF © 2006, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com
© 2009 Everything That I Know About