OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Arranging categories alphabetically (0 viewing) 

BookLibary Component Support

Go to bottom Favoured: 0

Arranging categories alphabetically

nileshgandhi90 (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Arranging categories alphabetically 11 Years, 6 Months ago
Karma: 0  
Can anyone please guide me on arranging Catagories and sub-catagories alphabetically??
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8242
graph
User Offline Click here to see the profile of this user
Re:Arranging categories alphabetically 11 Years, 6 Months ago
Karma: 101  
Hello,

With that you lost possibility set category ordring exactly as you wish

For Catagories and sub-catagories alphabetically in Book librray - you need open file:

{yours site]/components/com_booklibrary/booklibrary.php

and in it find all rows

Code:

c.ordering

or
Code:

cc.ordering


and replace to

Code:

c.title DESC 

or
Code:

cc.title DESC 


Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
nileshgandhi90 (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Re:Arranging categories alphabetically 11 Years, 6 Months ago
Karma: 0  
thanks a lot...it worked for me...the books have been arranged alphabetically now.....could you also guide me with the procedure to arrange the categories alphabetically??
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8242
graph
User Offline Click here to see the profile of this user
Re:Arranging categories alphabetically 11 Years, 6 Months ago
Karma: 101  
Hello,



May be small remark:

c.ordering or cc.ordering - need find only in rows together with "ORDER BY"



Sorry, But that and must arrange categories !!!

Do you replace that ?



Sorry, for me that work, also we give only advises, we can't check everything - every so check ask many time!!! Please write to support and order custom version - where you may ask any thing what real need for yours site



Thanks,

OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»