Keyword

Simple Image Gallery and V2.2

  • Simon Wells
  • Simon Wells's Avatar Topic Author
  • Offline
  • Platinum Member
More
14 years 8 months ago #77404 by Simon Wells
Simple Image Gallery and V2.2 was created by Simon Wells
I am using:

K2 V2.2 Full
J! V1.5.15
SIG plg_jw_simple-image-gallery_v.1.2.1-fixed-r2k2_j1.5

I upload a zip file with images via the "Upload a zip file with images" withing the Image Gallery tab in a new item.
After creating, it has generated {gallery}8{/gallery}
This is added to the source of the Item.
Item saved.
Create a menu item and then link to this gallery, an example is seen here.

No images are displayed and I can not find the uploaded zip or its contents anywhere.

Any suggestions?

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

More
14 years 8 months ago #77405 by Gobezu Sewu
Replied by Gobezu Sewu on topic Simple Image Gallery and V2.2
i might be wrong, but don't you need SIGPRO?

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

More
14 years 8 months ago #77406 by Mark Banks
Replied by Mark Banks on topic Simple Image Gallery and V2.2
Have you checked the Sig plugin path parameters? It may not be set to look in the correct K2 image gallery directory.
If that isn't the problem, try the different Sig display modes - some of them did not work in K2.0/2.1.

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

More
14 years 8 months ago #77407 by HJM Cortooms
Replied by HJM Cortooms on topic Simple Image Gallery and V2.2
I'm working with K2 for two days. Excellent component.
Here is my solution for the SIG problem. I tested it with the free plugin

Find
$rootfolder = '/images/stories/';
in jwsig.php.
Change it to:
$rootfolder = '/media/k2/galleries/';

Then copy the jwsig.php file to jw_sig.php and place both files in /plugins/content/ folder on your server.

Changes are applied to attached install file.
Attachments:

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

More
14 years 8 months ago #77408 by Chris Yates
Replied by Chris Yates on topic Simple Image Gallery and V2.2
Harrie,

Just tried your solution to this age old problem and delighted to report back that it WORKS with K2.2 properly identifying that Simple Image Gallery is installed and functioning.

Thanks for adding the file to the forum.

CHRIS

Harrie said:I'm working with K2 for two days. Excellent component. Here is my solution for the SIG problem. I tested it with the free plugin

Find
$rootfolder = '/images/stories/';
in jwsig.php.
Change it to:
$rootfolder = '/media/k2/galleries/';

Then copy the jwsig.php file to jw_sig.php and place both files in /plugins/content/ folder on your server.

Changes are applied to attached install file.

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

More
14 years 8 months ago #77409 by FeSys
Replied by FeSys on topic Simple Image Gallery and V2.2
Yea "Harrie".
That's work fine.. Many thanks.

Harrie said:I'm working with K2 for two days. Excellent component. Here is my solution for the SIG problem. I tested it with the free plugin

Find
$rootfolder = '/images/stories/';
in jwsig.php.
Change it to:
$rootfolder = '/media/k2/galleries/';

Then copy the jwsig.php file to jw_sig.php and place both files in /plugins/content/ folder on your server.

Changes are applied to attached install file.

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

  • Simon Wells
  • Simon Wells's Avatar Topic Author
  • Offline
  • Platinum Member
More
14 years 8 months ago #77410 by Simon Wells
Replied by Simon Wells on topic Simple Image Gallery and V2.2
Thanks for the information.
I tried the plugin, but galleries are still not being displayed.
In fact, the images are not even appearing the the media/k2/galleries folder.

I have checked both jwsig.php file and jw_sig.php and they both state: // root folder
$rootfolder = '/media/k2/galleries/';

I have been tearing my hair out on this for days and can not work out what is wrong.

Harrie said:I'm working with K2 for two days. Excellent component. Here is my solution for the SIG problem. I tested it with the free plugin

Find
$rootfolder = '/images/stories/';
in jwsig.php.
Change it to:
$rootfolder = '/media/k2/galleries/';

Then copy the jwsig.php file to jw_sig.php and place both files in /plugins/content/ folder on your server.

Changes are applied to attached install file.

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

More
14 years 8 months ago #77411 by Lefteris
Replied by Lefteris on topic Simple Image Gallery and V2.2
Hi. If you can't upload the galleries please check the permissions of your folders.

Simon Wells said:Thanks for the information. I tried the plugin, but galleries are still not being displayed.
In fact, the images are not even appearing the the media/k2/galleries folder.

I have checked both jwsig.php file and jw_sig.php and they both state: // root folder
$rootfolder = '/media/k2/galleries/';

I have been tearing my hair out on this for days and can not work out what is wrong.

Harrie said:I'm working with K2 for two days. Excellent component. Here is my solution for the SIG problem. I tested it with the free plugin
Find
$rootfolder = '/images/stories/';
in jwsig.php.
Change it to:
$rootfolder = '/media/k2/galleries/';

Then copy the jwsig.php file to jw_sig.php and place both files in /plugins/content/ folder on your server.

Changes are applied to attached install file.

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

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

More
14 years 8 months ago #77412 by Chris Yates
Replied by Chris Yates on topic Simple Image Gallery and V2.2
Guys,

The attached free Simple Image Gallery plugin is onfirmed working with K2 Version 2.2. as indicated in the attached jpg image.

No hacking code required.

Just uninstall the current version and install this by the normal Joomla method.

Regards,


CHRIS YATES

Lefteris Kavadas said:Hi. If you can't upload the galleries please check the permissions of your folders.
Simon Wells said:Thanks for the information. I tried the plugin, but galleries are still not being displayed. In fact, the images are not even appearing the the media/k2/galleries folder.

I have checked both jwsig.php file and jw_sig.php and they both state: // root folder
$rootfolder = '/media/k2/galleries/';

I have been tearing my hair out on this for days and can not work out what is wrong.

Harrie said:I'm working with K2 for two days. Excellent component. Here is my solution for the SIG problem. I tested it with the free plugin Find
$rootfolder = '/images/stories/';
in jwsig.php.
Change it to:
$rootfolder = '/media/k2/galleries/';

Then copy the jwsig.php file to jw_sig.php and place both files in /plugins/content/ folder on your server.

Changes are applied to attached install file.

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

More
14 years 8 months ago #77413 by Chris Yates
Replied by Chris Yates on topic Simple Image Gallery and V2.2
Whoops.

Here are files.

CHRIS
Attachments:

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


Powered by Kunena Forum