- Posts: 8
- Thank you received: 0
Hot Photo Gallery on Joomla 3.0
-
ken12
Inactive member - Topic Author
- New Member
Less
More
12 years 1 month ago #22892
by ken12
Hot Photo Gallery on Joomla 3.0 was created by ken12
I installed Hot photo Gallery on joomla 3.0 / mobility template.
The photo gallery is working perfect in the front end of the site.
But in the back end of the admin site, I dont have any access to the Hot Photo Gallery control panel to make changes to the gallery in the front. Are there any new updates to Hot Photo gallery to work with Joomla 3.0
The photo gallery is working perfect in the front end of the site.
But in the back end of the admin site, I dont have any access to the Hot Photo Gallery control panel to make changes to the gallery in the front. Are there any new updates to Hot Photo gallery to work with Joomla 3.0
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #22896
by ivan.milic
Replied by ivan.milic on topic Hot Photo Gallery on Joomla 3.0
Open:
plugins\content\photogallery\elements\loader.php
this:
change to this:
plugins\content\photogallery\elements\loader.php
this:
Code:
$header_media = $document->addStyleSheet(JURI::root(1) . '/plugins/content/photogallery/css/admin.css');
$header_media .= $document->addScript(JURI::root(1) . '/plugins/content/photogallery/js/jscolor.js');
change to this:
Code:
$document->addStyleSheet(JURI::root(1) . '/plugins/content/photogallery/css/admin.css');
$document->addScript(JURI::root(1) . '/plugins/content/photogallery/js/jscolor.js');
The following user(s) said Thank You: ken12
Please Log in to join the conversation.
Time to create page: 0.218 seconds