Hot Photo Gallery on Joomla 3.0

  • ken12
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 5 months ago #22892 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
Attachments:

Please Log in to join the conversation.

More
11 years 5 months ago #22896 by ivan.milic
Open:

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.273 seconds
Powered by Kunena Forum