Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

problem Simple Image Gallery Pro (plugin)

  • dazebao
  • dazebao's Avatar Topic Author
  • Offline
  • New Member
More
15 years 8 months ago #22737 by dazebao
I bought the Simple Image Gallery Pro plugin.
I am using Joomla 1.5.10 and after installation a activeted the plug in but on my site appera this

Parse error: syntax error, unexpected '(', expecting '}' in /web/htdocs/www.rifondazionelazio.it/home/new/plugins/content/jw_sigpro.php on line 99

Please Log in or Create an account to join the conversation.

More
15 years 8 months ago #22738 by JoomlaWorks
Replied by JoomlaWorks on topic Re: problem Simple Image Gallery Pro (plugin)
Here is the solution until I patch it to 2.0.4. Obviously it's something to do per server.

Open up the file: /plugins/content/jw_sigpro.php (in Joomla 1.5) or /mambots/content/jw_sigpro.php (in Joomla 1.0).

Locate line 98 and replace this block:
		// define the template folder path (for overrides)
		if(file_exists("{$mosConfig_absolute_path}/templates/{$mainframe->getTemplate()}/html/{$plg_name}/{$thb_template}") && is_dir("{$mosConfig_absolute_path}/templates/{$mainframe->getTemplate()}/html/{$plg_name}/{$thb_template}")){
			$templatePath = "{$mosConfig_live_site}/templates/{$mainframe->getTemplate()}/html/{$plg_name}/{$thb_template}";
		} else {
			$templatePath = "{$mosConfig_live_site}/plugins/content/{$plg_name}/templates/{$thb_template}";
		}

with this code:
		// define the template folder path (for overrides)
		if(file_exists("{$mosConfig_absolute_path}/templates/".$mainframe->getTemplate()."/html/{$plg_name}/{$thb_template}") && is_dir("{$mosConfig_absolute_path}/templates/".$mainframe->getTemplate()."/html/{$plg_name}/{$thb_template}")){
			$templatePath = "{$mosConfig_live_site}/templates/".$mainframe->getTemplate()."/html/{$plg_name}/{$thb_template}";
		} else {
			$templatePath = "{$mosConfig_live_site}/plugins/content/{$plg_name}/templates/{$thb_template}";
		}

Save and reload your page.

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • dazebao
  • dazebao's Avatar Topic Author
  • Offline
  • New Member
More
15 years 8 months ago #22739 by dazebao
Replied by dazebao on topic Re: problem Simple Image Gallery Pro (plugin)
Thank you very mush for your suggestion. Noe is working, but in the page where I choose to insert the gallery {gallery}photo{/gallery}
I cannot see the preview.
I send you a screen shot....
Attachments:

Please Log in or Create an account to join the conversation.

More
15 years 8 months ago #22740 by JoomlaWorks
Replied by JoomlaWorks on topic Re: problem Simple Image Gallery Pro (plugin)
Better upgrade to v2.0.4 ;)

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • dazebao
  • dazebao's Avatar Topic Author
  • Offline
  • New Member
More
15 years 8 months ago #22741 by dazebao
Replied by dazebao on topic Re: problem Simple Image Gallery Pro (plugin)
I am sorry Fotis, but I download the new version, where I have to upgrade the v2.0.4?
Thank you very much for your precious help

Please Log in or Create an account to join the conversation.

More
15 years 8 months ago #22742 by JoomlaWorks
Replied by JoomlaWorks on topic Re: problem Simple Image Gallery Pro (plugin)
Just uninstall the old version and install 2.0.4. More here: forum.joomlaworks.net/index.php?topic=7670.0

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • dazebao
  • dazebao's Avatar Topic Author
  • Offline
  • New Member
More
15 years 8 months ago #22743 by dazebao
Replied by dazebao on topic Re: problem Simple Image Gallery Pro (plugin)
Thank you Fotis, but my version is new - v2.0.4 of Simple Image Gallery PRO -. It'been doenloaded justthree days ago.
That's what I have on my site

Please Log in or Create an account to join the conversation.

More
15 years 8 months ago #22744 by JoomlaWorks
Replied by JoomlaWorks on topic Re: problem Simple Image Gallery Pro (plugin)
Can you please provide a direct URL to your galleries?

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • dazebao
  • dazebao's Avatar Topic Author
  • Offline
  • New Member
More
15 years 8 months ago #22745 by dazebao

Please Log in or Create an account to join the conversation.

  • dazebao
  • dazebao's Avatar Topic Author
  • Offline
  • New Member
More
15 years 8 months ago #22746 by dazebao
Replied by dazebao on topic Re: problem Simple Image Gallery Pro (plugin)
Any news for me?????

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum