OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Litle problems on my joomla-site (0 viewing) 

MediaLibary Component Support

Go to bottom Favoured: 0

Litle problems on my joomla-site

claudiofi (Visitor)
Posts: 0
graphgraph
User Offline
Litle problems on my joomla-site 13 Years, 3 Months ago
Karma: 0  
Medialibrary is a very usefull and friendly component and I very happy to use it on my web site www.moscabianca.netsons.org

I have just to ask you if you can help me to solve some problems that this component has on my site:

1) How I can have in the frontend the button to order the media in a category by title ascending/descending or Author?

2) I would hide the buy-it button, because I use your component just to manage a library of a flyfishing club.

3) In a title of a category or sub-category I wouldn't see the name of the category or sub-category repeated twice.
For example:
book:Book
Could be possible hide at least one entry?

4-very important) Could it be possible to have the navigation buttons to go from a sub-category to the previous category or to cameback to the main category?


Thank you for your help!

Claudio
Logged Logged
Last Edit: 2010/12/08 09:38 By .
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:Litle problems on my joomla-site 13 Years, 3 Months ago
Karma: 101  
Hello,

I am sorry but I not found on yours site any link to Media Library, with that me very difficult check all what you said.

1) How I can have in the frontend the button to order the media in a category by title ascending/descending or Author?
That exist in Pro or Shop versions. You can see features at link: ordasoft.com/MediaLibrary-Documentation/...ture-comparison.html
In free version will need add that functional

2) I would hide the buy-it button, because I use your component just to manage a library of a flyfishing club.
In Pro/shop version - ypu can hide that through backend options. In free you may self check code frontend and hide that.
Please check file "medialibrary.html.php"
In free version will need add that functional


3) In a title of a category or sub-category I wouldn't see the name of the category or sub-category repeated twice.
How i can check that?

4-very important) Could it be possible to have the navigation buttons to go from a sub-category to the previous category or to cameback to the main category?
Now at time menu creation - you can set show "Back button" to that component or no! Please check options at right top corner for MediaLibrary Menu
Also you have in Joomla Module "Breadcrumb". Please turn on - it if it turnoff. Media Library support that module. That module simplify navigation through Media library

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
claudiofi (Visitor)
Posts: 0
graphgraph
User Offline
Re:Litle problems on my joomla-site 13 Years, 3 Months ago
Karma: 0  
This is the direct link to the medialibrary in the site:

medialibrary

Thank you so much for your answers I will evaluate if could be better to buy the pro version.

Can you check the title of category where the category name seems to be repeated?

Thank you very much,
Claudio
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:Litle problems on my joomla-site 13 Years, 3 Months ago
Karma: 101  
Please go to yours Media Library file: medialibrary.php

and please change at all places where you find code:

Code:

$currentcat->header = '';
if ( $category->name <> '' ) {
$currentcat->header = $category->name;
} else {
$currentcat->header = $params->get( 'header' );
}



to code

Code:

    $currentcat->header = $params->get( 'header' );



Thanks,
Ordasoft team
Logged Logged
The administrator has disabled public write access.
claudiofi (Visitor)
Posts: 0
graphgraph
User Offline
Re:Litle problems on my joomla-site 13 Years, 3 Months ago
Karma: 0  
Thank you! Now it's perfect...

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