OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Add Media button will not display (0 viewing) 

MediaLibary Component Support

Go to bottom Favoured: 0

Add Media button will not display

jbowden (Visitor)
Posts: 0
graphgraph
User Offline
Add Media button will not display 13 Years ago
Karma: 0  
Hello,

I just purchased the Media Library Pro product last night and I love it! I am having one problem however. I cannot seem to get the "Add Media" button to display on any of my pages. I have gone through both the backend setting as well as the frontend setting and made certain that the "Show Add Media Button" was set to "yes". I have done this giving the permissions to "everyone" and up to "publisher". Nothing seems to make it show up. I have done the same thing with the "Suggest Media" and it works fine. Is there a problem with adding media from the front end? Perhaps I am missing something. Could you please help? Thank you.

Translated to Russian by Google Translate:


Здравствуйте,

Я только что купил Media Library Pro продукта прошлой ночью, и я люблю его! У меня одна проблема, однако. Я не могу показаться, чтобы получить "Add Media" кнопку, чтобы отобразить на любой из страниц. Я прошел через обе бэкэнд настройки, а также интерфейс настройки и убедились, что "Показать Добавление кнопки Медиа" был установлен на "да". Я сделал это дает разрешения на "все" и до "издатель". Ничто, кажется, делает это появляется. Я сделал то же самое с "Предлагать Медиа" и это работает прекрасно. Есть проблема с добавлением информации из внешнего интерфейса? Может быть, я что-то отсутствует. Не могли бы вы помочь? Спасибо.
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:Add Media button will not display 13 Years ago
Karma: 101  
Add Media button in Media LIbrary must appears only in full categories list.

For me that work very good.

If that not work for you: do you can admin access to yours site ? with that we will can check where error ? Admin account details you can send with help OrdaSoft Contact form

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
jbowden (Visitor)
Posts: 0
graphgraph
User Offline
Re:Add Media button will not display 13 Years ago
Karma: 0  
That worked perfectly! Thank you very much. I do have one more question. I was trying to have the "suggest media" and "add media" buttons appear at the top of the page so that my users would not have to scroll down a long list of categories before they see those buttons. I looked through the .php files and I was successful at moving the "suggest media" button to the top of the page right under the category title section. However, I don't know which .php file I would need to work on in order to move the "add media" button. I believe it is on the action.form somewhere. Can you please tell me where I should look? Thank you.

John
Logged Logged
Last Edit: 2011/03/07 22:53 By . Reason: Misspelling
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:Add Media button will not display 13 Years ago
Karma: 101  
Hello,

For move nutton AddMedia in Media Library software to some other place.
You need check file:
{yours host with Media Library}/components/com_medialibrary/medialibrary.html.php

in function: showCategories
You need move to some other place:
Code:

    if ($params->get( 'show_add_media')) HTML_medialibrary::showAddButton($params, 1, $catid, $Itemid);


thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
jbowden (Visitor)
Posts: 0
graphgraph
User Offline
Re:Add Media button will not display 13 Years ago
Karma: 0  
Thank you very much! I appreciate your help.

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