Svarrers Gallery plugin version 0.9 modification

Third Party Plugins to CMSimple - how to install, use and create plugins

Moderator: Tata

baglov
Posts: 9
Joined: Tue Jan 17, 2012 8:31 pm

Svarrers Gallery plugin version 0.9 modification

Post by baglov » Fri May 25, 2012 11:02 am

Help to do !!!
Now at addition of new picture she gets in the end of list. How to do so that did become the first?
I use CMSimple Svarrers Gallery plugin version 0.9.

Holger
Site Admin
Posts: 3470
Joined: Mon May 19, 2008 7:10 pm
Location: Hessen, Germany

Re: Gallery plugin version 0.9 modification

Post by Holger » Fri May 25, 2012 11:14 am

Hi baglov,

there is no option to change the order of the images in the old gallery 0.9.
The images are just sorted by their filenames. So the only choice is to rename the files...

BTW: if you're using CMSimple_XH you can request a copy of my latest lb_Gallery, which allows changing the order of the images with drag&drop.
It's not really finished yet, but it should work for you.


KR
Holger

baglov
Posts: 9
Joined: Tue Jan 17, 2012 8:31 pm

Re: Svarrers Gallery plugin version 0.9 modification

Post by baglov » Fri May 25, 2012 11:51 am

Thank you for Your answer Holger.
But Your version of plugin is requiring payment. I have a not commercial web-site. And I am not quite sure that this plugin will suit me. How can I test him?
Sorry for my English. I from poor Latvia, 30Eur for me is not small money.

With kind regards, Sergey.

Gert
Posts: 3078
Joined: Fri May 30, 2008 4:53 pm
Location: Berlin
Contact:

Re: Svarrers Gallery plugin version 0.9 modification

Post by Gert » Fri May 25, 2012 12:00 pm

Hi Sergey,

we all are speaking and writing more or less "individual" English ;)

Are you using CMSimple_XH 1.2 or higher?

So you could use FotoGalerie_XH, there you can change the order of the images by sort number in the backend.

FotoGalerie_XH you can download and use for free in noncommercial websites. I think, Holgers lb_gallery also is for free usage in noncommercial websites, but I don't know it exactly,

Gert

PS:

Download-link http://www.ge-webdesign.de/cmsimpleplug ... Galerie_XH

Demo: http://www.ge-webdesign.de/plugindemo/? ... Galerie_XH
Gert Ebersbach | CMSimple | Templates - Plugins - Services

baglov
Posts: 9
Joined: Tue Jan 17, 2012 8:31 pm

Re: Svarrers Gallery plugin version 0.9 modification

Post by baglov » Fri May 25, 2012 12:19 pm

Hi Gert,
Thank you for advice. Unfortunately in this plugin it is not possibility to change pages. <-Prev. Next-> but for me it is very important.
Badly that it is impossible to modified Svarrers Gallery plugin. :cry:

Holger
Site Admin
Posts: 3470
Joined: Mon May 19, 2008 7:10 pm
Location: Hessen, Germany

Re: Svarrers Gallery plugin version 0.9 modification

Post by Holger » Fri May 25, 2012 12:27 pm

Hi Sergey,

lb_Gallery based on Svarrers gallery 0.9.
You can configure it to get exactly the same result as with the old version.
But you need CMSimple_XH 1.2 or newer to use it and I guess you're running an older/other version...

And don't worry, you can use it for free on non-commercial websites with a back-link, as Gert already said.

Holger

baglov
Posts: 9
Joined: Tue Jan 17, 2012 8:31 pm

Re: Svarrers Gallery plugin version 0.9 modification

Post by baglov » Fri May 25, 2012 12:39 pm

Hi Holger,
But how can I download lb_Gallery? On a web-site written "... einen freien Download für lb_Gallery gibt es im Moment nicht!"
You can send me this plugin? or link to download on e-mail? My e-mail is baglov@inbox.lv I would be very thankful.

With kind regards, Sergey.

Fut
Posts: 2
Joined: Mon Dec 01, 2008 5:37 pm

Re: Svarrers Gallery plugin version 0.9 modification

Post by Fut » Thu Jun 07, 2012 10:06 pm

Hi.

I got the same problem (needed reverse sorting of pictures), and found this to work:
In Gallery 0.9 edit the Index.php file like below
(insert the 3 lines at around line no 125):

Code: Select all

if (@opendir($dir)){
$files = LoadFilesArray($dir);

//reverse sorting start
rsort($files);
//reverse sorting end

foreach($files as $key=>$file){
$title_array[$key] = array();
Regards Fut.

bastingse
Posts: 308
Joined: Fri Jun 06, 2008 9:38 pm
Location: Netherlands
Contact:

Re: Svarrers Gallery plugin version 0.9 modification

Post by bastingse » Mon Jun 19, 2017 2:36 pm

I'm doing some testing with the gallery but it seems like drag and drop is not working anymore? Does that have to do with the cmsimple version or browser version??

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Svarrers Gallery plugin version 0.9 modification

Post by cmb » Mon Jun 19, 2017 3:00 pm

bastingse wrote:I'm doing some testing with the gallery but it seems like drag and drop is not working anymore? Does that have to do with the cmsimple version or browser version??
Do you get any JavaScript errors in the Browser's console (F12)?
Christoph M. Becker – Plugins for CMSimple_XH

Post Reply