OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

MediaLibary Component Support

Go to bottom Favoured: 0

Remove "order by" box

Lucystoner (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
remove "order by" box 12 Years, 1 Month 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 17:15 By Lucystoner.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:remove "order by" box 12 Years, 1 Month ago
Karma: 101  
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.
Lucystoner (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Re:remove "order by" box 12 Years, 1 Month ago
Karma: 0  
Thank you. Ik worked!
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:remove "order by" box 12 Years, 1 Month ago
Karma: 101  
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
»