Plugin • MyGallery Lightbox Gallery • Update march 7th 2009

Download plugins, language packs and stuff.

Postby combatyeti » Sun May 17, 2009 6:56 am

Ned Flanders wrote:I couldn't have phrased it any better. I mean, you have stolen my lines! Have you found a solution or did yo just give up on it?
Or are you after 6 weeks still waiting for someone smart to reply? I hope you have been able to fix it, and if so, please let me be part of your succes! :D


Unfortunately, I didn't find a real solution or fix - however, what I DID do, is manually go back through every single download URL for everything that's been uploaded onto the server - by changing the download number - until I found an older version of the mygallery script. To my absolute astoundment, it works perfectly!

I've uploaded it here for you and anybody else that has this same problem, as a temporary measure until we get an official fix :] I'm sorry if I'm not allowed to do this, guys!

Seeing as I presume it's an older version, I guess there might be some bugs here and there - but I've never come across any so far, so hopefully it should work okay for you, too! let me know how you get on <3
Attachments
mygallery plugin - full update.zip
(128.89 KiB) Downloaded 197 times
combatyeti
 
Posts: 13
Joined: Sun Apr 05, 2009 2:12 pm
Location: The hollowed carcass of a whale

Postby Ned Flanders » Sun May 17, 2009 4:14 pm

combatyeti wrote:
Ned Flanders wrote:I couldn't have phrased it any better. I mean, you have stolen my lines! Have you found a solution or did yo just give up on it?
Or are you after 6 weeks still waiting for someone smart to reply? I hope you have been able to fix it, and if so, please let me be part of your succes! :D


Unfortunately, I didn't find a real solution or fix - however, what I DID do, is manually go back through every single download URL for everything that's been uploaded onto the server - by changing the download number - until I found an older version of the mygallery script. To my absolute astoundment, it works perfectly!

I've uploaded it here for you and anybody else that has this same problem, as a temporary measure until we get an official fix :] I'm sorry if I'm not allowed to do this, guys!

Seeing as I presume it's an older version, I guess there might be some bugs here and there - but I've never come across any so far, so hopefully it should work okay for you, too! let me know how you get on <3


Hi Yeti,
Thanks a lot!, but it unfortunately doesn't work for me. I don't even get the screen for creating a new gallery anymore.
I have surfed to http://www.planetluc.com/en/ installed the 1.8.1 version. MyGallery has still not been created among the options, but I'm able to get to the "Creating New Gallery" screen again. However after creating the gallery it's asking me for a login and password. Thought I've read somewhere it's admin and pass, but it's not. After confirming is just sends me back to "main".... Any idea?
User avatar
Ned Flanders
 
Posts: 55
Joined: Mon May 11, 2009 10:28 pm
Location: Holy Kingdom

Postby combatyeti » Sun May 17, 2009 4:37 pm

Hi Ned,
I recall having a similar problem to you - after installing the older plugin I uploaded, were you not able to access the gallery manager via the direct http://www.yourdomain.com/yourCNR/index ... &mgstart=1 link? I had the same problem after uploading the older version, but I was able to access the manager via the direct link. I presume you weren't able to, seeing as you just told me you couldn't get to the create a gallery screen, but I just thought I'd double-check to get an idea of what's going on!

As for the login issue, try checking and editing the config.inc.php file inside the mygallery folder. There is a section at the top detailing the admin log in/password - see what that says, and maybe try changing it. If it still fails to work, try checking the permissions of the following files/folders inside the mygallery folder:

galleries.dat
log.dat.php
images/
images/_tmp/

should all be set to 0777

Also check the config.inc.php file's permissions - I believe they should be 0750, but I'm not sure.

Good luck, please let me know if you have further trouble :]
combatyeti
 
Posts: 13
Joined: Sun Apr 05, 2009 2:12 pm
Location: The hollowed carcass of a whale

Postby Ned Flanders » Sun May 17, 2009 6:08 pm

combatyeti wrote:Hi Ned,
I recall having a similar problem to you - after installing the older plugin I uploaded, were you not able to access the gallery manager via the direct http://www.yourdomain.com/yourCNR/index ... &mgstart=1 link? I had the same problem after uploading the older version, but I was able to access the manager via the direct link. I presume you weren't able to, seeing as you just told me you couldn't get to the create a gallery screen, but I just thought I'd double-check to get an idea of what's going on!

As for the login issue, try checking and editing the config.inc.php file inside the mygallery folder. There is a section at the top detailing the admin log in/password - see what that says, and maybe try changing it. If it still fails to work, try checking the permissions of the following files/folders inside the mygallery folder:

galleries.dat
log.dat.php
images/
images/_tmp/

should all be set to 0777

Also check the config.inc.php file's permissions - I believe they should be 0750, but I'm not sure.

Good luck, please let me know if you have further trouble :]



Hey Yeti, you know what? I love you! :lol: .....life makes sense again :wink:
It's amazing. To my mind I've been doing the exact same thing twice, but apparently I've not. I think config.inc.php needs to be 777, as it doesn't work when it's 750. There is still no link in the options menu, but that's fine.

I have been told that ftp clients including Filezilla are not always doing/chmodding what you tell..actually, what they say they are doing. Perhaps this has been the case, as initially I've chmod everything to 777 (including subfolders and files) for testing purposes... But perhaps I have just done something else stupid. Anyway it works now!

I've read that it's impossible to create subcategories. How about creating them manually and just add in the galleries you want to appear. Is there a e.g. like a "starting from" function, like there is with show_news.php? So you just use multiple includes, each displaying different categories or ID's... Or any other way to deal with it?

Pls excuse me for having so many questions...
User avatar
Ned Flanders
 
Posts: 55
Joined: Mon May 11, 2009 10:28 pm
Location: Holy Kingdom

Postby combatyeti » Sun May 17, 2009 7:18 pm

Not at all, Ned! Simply glad to be of service! I'm happy it's working for you now :] It is possible to manually add a link to the mygallery manager in your cutenews.ru admin panel. To do this, open yourcutenewsfolder/inc/mod/options.mdu

find:
Code: Select all
            array(
            'name'    => $echo['snr'],
            'url'    => $PHP_SELF.'?mod=snr',
            'access' => 1
            ),


Below this, add:

Code: Select all
            array(
            'name'    => $echo['mygallery'],
            'url'    => $PHP_SELF.'?mod=options&action=mygallery&mgstart=1',
            'access' => 1
            ),


Save the file, and now open yourcutenewsfolder/index.php

Find:

Code: Select all
                 'plugins'       => 'admin',


Below this, add:

Code: Select all
                 'mygallery'       => 'admin',


Save the file, and finally open yourcutenewsfolder/inc/lang/en/options.ini

At the bottom of this file, below everything else, add:

Code: Select all
mygallery = "MyGallery Manager"


Save this file, and then go to your admin panel. MyGallery Manager should be listed under options :D! I hope this helps!

I'm not entirely sure about the subcategories, as I've never tinkered with mygallery in depth... if you're willing to give me a little while to have a closer look at the script, I'll be more than happy to see how I can help you. :] I'll see what I can do!
combatyeti
 
Posts: 13
Joined: Sun Apr 05, 2009 2:12 pm
Location: The hollowed carcass of a whale

Translation mygallery

Postby Ned Flanders » Sun May 17, 2009 8:47 pm

That's great! Thanks a lot Yeti. I know even got a proper mygallery-button!
One more thing I don't understand is the language settings in config.inc.php. When I change the phrases below, not all of them display their new values. But perhaps I need to change "Start Slideshow" and "Back to the Index" somewhere else?

// ************************ LANGUAGE SETTINGS *************************
// ********************************************************************

//gallery layout
$mgConf['lang']['admin'] = "Admin";
$mgConf['lang']['slideshow'] = "Continue Slideshow";
$mgConf['lang']['slideshowdesc'] = "Wait ".$mgConf['slideshowtime']." seconds or";
$mgConf['lang']['clickpic'] = "Click on the picture to get to the next one";
$mgConf['lang']['index'] = "Back to the Index";
$mgConf['lang']['picture'] = "Picture";
$mgConf['lang']['pictureof'] = "of";
$mgConf['lang']['firstpage'] = htmlentities("«««");
$mgConf['lang']['prevpage'] = htmlentities("««");
$mgConf['lang']['nextpage'] = htmlentities("»»");
$mgConf['lang']['lastpage'] = htmlentities("»»»");
User avatar
Ned Flanders
 
Posts: 55
Joined: Mon May 11, 2009 10:28 pm
Location: Holy Kingdom

Postby combatyeti » Sun May 17, 2009 8:54 pm

Is this the config.inc.php file in the mygallery folder? Or your cutenews directory? It's entirely possible you need to change them elsewhere - if you let me know whereabouts you're looking, I can have a quick peek for you. :] I'm so glad you have the button working - I'll let you know if I make any progress with subcategories!
combatyeti
 
Posts: 13
Joined: Sun Apr 05, 2009 2:12 pm
Location: The hollowed carcass of a whale

Postby cablegunmaster » Sun May 17, 2009 9:38 pm

Well the button is working thats all I can say :roll: :oops:
oh a update somewhere above didnt see that :wink: lets check out :)
* test test test * thats what I do :wink:
well it only shows a header.... with nothing in it :?
The clarifitcation on this mod is soooo unclear! :P
I uploaded all the files to cnr/plugins/mygallery
and 1 file to cnr/plugins/
now I added the config.inc.php all those codes above . but it only shows me a new page with
HEADER :shock: .
Can someone help me :wink:

im not even sure what this plugin does :o
Last edited by cablegunmaster on Mon May 18, 2009 12:28 am, edited 1 time in total.
cablegunmaster
 
Posts: 34
Joined: Tue May 05, 2009 9:31 am

Postby Ned Flanders » Sun May 17, 2009 10:22 pm

combatyeti wrote:Is this the config.inc.php file in the mygallery folder? Or your cutenews directory? It's entirely possible you need to change them elsewhere - if you let me know whereabouts you're looking, I can have a quick peek for you. :] I'm so glad you have the button working - I'll let you know if I make any progress with subcategories!


Hi Yeti, I was working on config.inc.php in the mygallery folder. I've searched on and within all files, but couldn't find any file with the content "Start Slideshow" and/or "Back to the Index". Good luck with the subcategories :D !
User avatar
Ned Flanders
 
Posts: 55
Joined: Mon May 11, 2009 10:28 pm
Location: Holy Kingdom

Postby combatyeti » Mon May 18, 2009 7:19 am

cablegunmaster wrote:Well the button is working thats all I can say :roll: :oops:
oh a update somewhere above didnt see that :wink: lets check out :)
* test test test * thats what I do :wink:
well it only shows a header.... with nothing in it :?
The clarifitcation on this mod is soooo unclear! :P
I uploaded all the files to cnr/plugins/mygallery
and 1 file to cnr/plugins/
now I added the config.inc.php all those codes above . but it only shows me a new page with
HEADER :shock: .
Can someone help me :wink:

im not even sure what this plugin does :o

Yeah, I had that exact problem - only with the new version that D72 uploaded. The file I uploaded was an old copy that fixed the problem for me, but I guess it won't work for everybody. Unfortunately, if it doesn't work, I'm afraid I can't help you. :( Did you upload the 'mygallery plugin FULL UPDATE' folder itself, or did you upload just the files and folders inside that folder?

The plugin is literally just a gallery manager script. It lets you add an image gallery to your website. All the plugin does is allow you to access it using your cutenewsru admin panel as opposed to logging in twice on your website.

Ned Flanders wrote:Hi Yeti, I was working on config.inc.php in the mygallery folder. I've searched on and within all files, but couldn't find any file with the content "Start Slideshow" and/or "Back to the Index". Good luck with the subcategories :D !


Okeydoke, I had a look in the mygallery files - did you try editing templates.tpl? I found the line:

Code: Select all
      <td align="center" class="mgtxt"><a href="{urlslideshow}" <? if ($mgConf['fancyslideshow']){ echo "onclick="mgStartSlideshow(); return false;""; } ?> >Start Slideshow</a> | <a href="{urlbacktoindex}">Back to the Index</a></td>


I'm hoping this is what you're looking for ;)
combatyeti
 
Posts: 13
Joined: Sun Apr 05, 2009 2:12 pm
Location: The hollowed carcass of a whale

Postby Ned Flanders » Mon May 18, 2009 11:57 am

Ned Flanders wrote:Hi Yeti, I was working on config.inc.php in the mygallery folder. I've searched on and within all files, but couldn't find any file with the content "Start Slideshow" and/or "Back to the Index". Good luck with the subcategories :D !


Okeydoke, I had a look in the mygallery files - did you try editing templates.tpl? I found the line:

Code: Select all
      <td align="center" class="mgtxt"><a href="{urlslideshow}" <? if ($mgConf['fancyslideshow']){ echo "onclick="mgStartSlideshow(); return false;""; } ?> >Start Slideshow</a> | <a href="{urlbacktoindex}">Back to the Index</a></td>


I'm hoping this is what you're looking for ;)[/quote]

Cool Yeti, another thing from my list. Thanks! :D
I just don't understand why it just doesn't find the template file when I search for "Start Slideshow" in the content of all mygallery files... but then again, it works!
Does it also work when you upload a zip-file? Before, with my previous version, I got an error report. Now it doesn't mention a thing, but it also doesn't do a thing. I have tried zipping with WinRar and have also downloaded WinZip, but neither one of them worked. Does it work with you?
P.s.: Thanks again Yeti!
User avatar
Ned Flanders
 
Posts: 55
Joined: Mon May 11, 2009 10:28 pm
Location: Holy Kingdom

Postby combatyeti » Mon May 18, 2009 12:55 pm

I'm afraid I never tried uploading any Zip files. :( I can't access my stuff from where I am now - I'll have a look for you as soon as I am able!
combatyeti
 
Posts: 13
Joined: Sun Apr 05, 2009 2:12 pm
Location: The hollowed carcass of a whale

Postby Ned Flanders » Mon May 18, 2009 2:59 pm

combatyeti wrote:I'm afraid I never tried uploading any Zip files. :( I can't access my stuff from where I am now - I'll have a look for you as soon as I am able!

No prob of course! Take your time :D
User avatar
Ned Flanders
 
Posts: 55
Joined: Mon May 11, 2009 10:28 pm
Location: Holy Kingdom

problem....

Postby marcusmagalhaes » Fri Nov 13, 2009 11:15 pm

all files - chmod 777

Warning: chmod() [function.chmod]: No such file or directory in /xxxx/xxxx/xxxx/xxxxx/plugins/mygallery/gallery.inc.php on line 711

any suggestion??

thanks
marcusmagalhaes
 
Posts: 163
Joined: Tue Apr 24, 2007 1:17 pm

Postby hackerzlab » Fri Feb 12, 2010 2:20 pm

i was wondering if its possible to have 4-5 tumbnail pictures from the latest category created or randomly in the 'homepage' in the main website?

anyone?
thanx
hackerzlab
 
Posts: 9
Joined: Tue Nov 28, 2006 2:22 pm

PreviousNext

Return to Additional Downloads



Who is online

Users browsing this forum: No registered users and 0 guests

cron