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

MediaLibary Component Support

Go to bottom Favoured: 0

Caategories ico

Jamyz (Visitor)
Posts: 0
graphgraph
User Offline
Caategories ico 11 Years, 6 Months ago
Karma: 0  
Hi.
When i change the picture for an categorie or sub categories,
The path is not correct.

My correct path is mydomain.com/joomla
But for medialibrary he take the path like mydomain.com
Without /joomla

Where i can change the default path ?

Thank you.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Online Now Click here to see the profile of this user
Re:Caategories ico 11 Years, 6 Months ago
Karma: 101  
Hello,

Please open file
{yours site}/components/com_medialibrary/medialibrary.html.php

find row :
Code:

<img src="/images/stories/<?php echo $cat_all[$i]->image;?>" alt="picture for subcategory" height="48" width="48" />&nbsp;


and replace it to
Code:

<img src="<?php echo  $mosConfig_live_site; ?>/images/stories/<?php echo $cat_all[$i]->image;?>" alt="picture for subcategory" height="48" width="48" />&nbsp;


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