We have 189 guests and 5 members online

By A Web Design Company

OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
remove "order by" box (1 viewing) (1) Guest
MediaLibary Component Support
Go to bottom Favoured: 0
TOPIC: remove "order by" box
#3696
Lucystoner (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
remove "order by" box 1 Year, 3 Months ago Karma: 0  
Hi,

How can I remove the "order by" box on the front (order by title, price, studio). I don't want that to show. Thanks!
 
Logged Logged  
 
Last Edit: 2012/02/16 11:15 By Lucystoner.
  The administrator has disabled public write access.
#3698
admin (Admin)
Admin
Posts: 3063
graph
User Offline Click here to see the profile of this user
Re:remove "order by" box 1 Year, 3 Months ago Karma: 50  
hello,

In Media Library software for remove "Order by" you need go to file:
{yours site}/components/com_medialibrary/medialibrary.html.php

Find code :
start rows:
Code:

                        <div id="ShowOrderBy" style="text-align:right" >
                        
                        <form method="POST" action="<?php echo $_SERVER["REQUEST_URI"];?>" name="orderForm">




end rows:
Code:

               </form>
                        
                        </div>




and remove full code

Thanks,
Ordasoft team
 
Logged Logged  
  The administrator has disabled public write access.
#3703
Lucystoner (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Re:remove "order by" box 1 Year, 3 Months ago Karma: 0  
Thank you. Ik worked!
 
Logged Logged  
  The administrator has disabled public write access.
#3709
admin (Admin)
Admin
Posts: 3063
graph
User Offline Click here to see the profile of this user
Re:remove "order by" box 1 Year, 3 Months ago Karma: 50  
Hello,

You may vote for us on Joonla.org and write excellent review

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