Notice: Undefined index: top_posting_user in /srv/disk2/2693237/www/plogger.org/forum/extensions/Statistics/default.php on line 118

Notice: Undefined index: top_discussion_starter in /srv/disk2/2693237/www/plogger.org/forum/extensions/Statistics/default.php on line 119

Notice: Undefined index: most_active_users in /srv/disk2/2693237/www/plogger.org/forum/extensions/Statistics/default.php on line 122
Plogger Support Forum - Feature Requests and Feedback Thu, 28 Mar 2024 15:52:42 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 How to change Random Images script soit points to albums http://www.plogger.org/forum/comments.php?DiscussionID=3874 http://www.plogger.org/forum/comments.php?DiscussionID=3874 Thu, 01 Nov 2012 20:41:08 +0000 fireblade1 User Upload Feature http://www.plogger.org/forum/comments.php?DiscussionID=3169 http://www.plogger.org/forum/comments.php?DiscussionID=3169 Sat, 10 Apr 2010 07:52:27 +0000 bwhughes
I've just discovered Plogger. I am looking for a SIMPLE (to install, to administer, to look at) photo gallery for my website, and this looks promising. But I would also like visitors to my website to be able to upload their own photos.

I did a search on the Forum for "user upload" and discovered several threads about this that go back several years. Seems that some users of Plogger have created their own solutions for adding this functionality. I'm wondering two things:

  • Are there any plans to officially add this feature to Plogger soon?

  • If not, what are the best and latest solutions that people have been able to implement, and are you willing to share your solution and possibly support someone who knows a bit, but not a lot, about programming and server configuration, etc.?

Thank you!]]>
Random collection / album thumb http://www.plogger.org/forum/comments.php?DiscussionID=3871 http://www.plogger.org/forum/comments.php?DiscussionID=3871 Thu, 14 Jun 2012 06:53:22 +0000 Ike
I've just finished an upgrade and again needed to change the files to get an option I really like:
On the pages with all the collections and albums a random thumb is displayed for every collection or album.

As far as I can find this is not possible to set anywhere.

What I did was this:

in "plog-functions.php"

"function plogger_get_collection_thumb()"
change the line
$thumb_query .= " `parent_album`='".$rv['id']."' ORDER BY 'date_submitted' DESC LIMIT 1";
into
$thumb_query .= " `parent_album`='".$rv['id']."' ORDER BY RAND() DESC LIMIT 1";


"function plogger_get_album_thumb()"
change the line
$thumb_query .= " `parent_album`='".$rv['id']."' ORDER BY 'date_submitted' DESC LIMIT 1";
into
$thumb_query .= " `parent_album`='".$rv['id']."' ORDER BY RAND() DESC LIMIT 1";

This is an easy change, but unfortunately it's a pain in the ass to think of how I did it every time I upgrade to a newer version (not often so I forget ;-) )
Maybe in the manage album/collection screen you can add the random thumb to the list with auto and all pictures?

Kind regards
Ike]]>
Adding lightbox to random-images.php? http://www.plogger.org/forum/comments.php?DiscussionID=3868 http://www.plogger.org/forum/comments.php?DiscussionID=3868 Thu, 05 Apr 2012 17:42:21 +0000 mousel
In the random-images.php file I added calls to the javascript and css files and initiated the call to initLightbox(); Also added the following to the hyperlink: rel="lightbox"

However, the lightbox isn't working. What am I missing?

Thanks,

Tim
www.Defend.net]]>
Adding description to slideshow http://www.plogger.org/forum/comments.php?DiscussionID=3788 http://www.plogger.org/forum/comments.php?DiscussionID=3788 Sun, 27 Nov 2011 08:58:23 +0000 michele
I would like to display the description during the slideshow. Does anyone have code I can implement to accomplish this?

Thanks!]]>
Automaticly add alt tag name and title name to images http://www.plogger.org/forum/comments.php?DiscussionID=3749 http://www.plogger.org/forum/comments.php?DiscussionID=3749 Thu, 03 Nov 2011 11:56:40 +0000 fireblade1 Clickable Links http://www.plogger.org/forum/comments.php?DiscussionID=3739 http://www.plogger.org/forum/comments.php?DiscussionID=3739 Wed, 26 Oct 2011 21:42:49 +0000 velvetwings Oirignal Image Compression/Deletion/Resize http://www.plogger.org/forum/comments.php?DiscussionID=3705 http://www.plogger.org/forum/comments.php?DiscussionID=3705 Mon, 03 Oct 2011 10:16:32 +0000
Is there any way to do any of the following that would solve this:
- After uploading delete the original image (keep the thumbnails (small & big) as that is all that is used for viewing on the galleries)
- Optimize/compress or Resize original images while uploading (Even if they are resized to the same exact size as the big thumbnail that would be perfect)
- After Uploading automatically replace original file w/ Big thumbnail file


Any help would be great.]]>
Latest and Random Images Plugins Serious Problem http://www.plogger.org/forum/comments.php?DiscussionID=3339 http://www.plogger.org/forum/comments.php?DiscussionID=3339 Fri, 13 Aug 2010 18:41:41 +0000 pandianbe
When I try to include the Latest or random images plugins in my plogger, getting below error seriously.

I tested alot but end to unsuccessfully Please check this.

Warning: mysql_error(): 8 is not a valid MySQL-Link resource in /home/XXXXXXXXX/XXXXXXX/plog-includes/plog-functions.php on line 551

Using Latest Plogger-RC1.zip


SELECT `p`.*, `a`.`path` AS `album_path`, `c`.`path` AS `collection_path` FROM `plogger_pictures` AS `p` LEFT JOIN `plogger_albums` AS `a` ON `p`.`parent_album`=`a`.`id` LEFT JOIN `plogger_collections` AS `c` ON `p`.`parent_collection`=`c`.`id` WHERE `p`.`id` = 18

In file: /gallery/index.php

On line: 778]]>
Requesting sitemap for Plogger Site http://www.plogger.org/forum/comments.php?DiscussionID=2559 http://www.plogger.org/forum/comments.php?DiscussionID=2559 Sat, 14 Mar 2009 05:08:20 +0000 pandianbe
It would be great if we develop sitemap for our plogger's site.

it may help to increase the SEO and Site popularity.

Thanks & Regards,
Pandian]]>
Plogger plugin for Joomla http://www.plogger.org/forum/comments.php?DiscussionID=3104 http://www.plogger.org/forum/comments.php?DiscussionID=3104 Sat, 13 Mar 2010 07:55:31 +0000 v2jtb
I loaded Plogger and think it is brilliant, I have now came across Joomla CMS which is really cool.
Do you have a Plogger plugin for Joomla 1.5?]]>
Sub directory name is missing in URL http://www.plogger.org/forum/comments.php?DiscussionID=3678 http://www.plogger.org/forum/comments.php?DiscussionID=3678 Mon, 26 Sep 2011 15:02:37 +0000 twariq
First of all i want to thanks for the plogger developers who created such helpful tool for image gallery.

Well i have installed plogger latest version plogger-1.0RC1. But the url is not showing correctly,

it was showing like:
http://www.bangalorepackerandmover.comindex.php?level=picture&id=1

Then i got one solution from Plogger Forum Toipc:
http://www.plogger.org/forum/discussion/3279/windows-url-wrong-without-after-com/#Item_0

By using this script i got "/" after my domain name, and now the link looks like this:
http://www.bangalorepackerandmover.com/index.php?level=picture&id=1

But the actual problem is i have installed plogged in sub directory "http://www.bangalorepackerandmover.com/cards"
and in the above links the directory name is missing, i checked in plogged admin for gallery URL and its mentioned correctly as http://www.bangalorepackerandmover.com/cards/. even after all this i am not able to fix this problem so please please please............... help me out how to fix this issue and to get the correct URL as : http://www.bangalorepackerandmover.com/cards/index.php?level=picture&id=1


Regards
Twariq
twariq@gmail.com]]>
Draggable AJAX Feature http://www.plogger.org/forum/comments.php?DiscussionID=3660 http://www.plogger.org/forum/comments.php?DiscussionID=3660 Sun, 18 Sep 2011 19:42:52 +0000 dustindd Guest Access to Uploading Images? http://www.plogger.org/forum/comments.php?DiscussionID=3637 http://www.plogger.org/forum/comments.php?DiscussionID=3637 Thu, 01 Sep 2011 16:09:28 +0000 nobody2000
I want guests to be able to upload - without approval - to my gallery.

I have an outside authentication script to secure ALL my plogger gallery. You cannot view my gallery unless you have a username and password. No stranger is going to upload some unwanted pictures. They are trusted members of an organization.

I think I have an idea of what needs to be done, I just don't know how to do it.
1.) I need to build a page with a form that allows users to select an image file, type in a caption, and description.
2.) ALL files will need to automatically go into a "RECENT IMAGES" folder, publicly viewable. This being said, the folder will not need to be created, but pointed to. No user will be able to create collections or albums. The intent is for users to use this as a temporary repository for quick access while I take time to categorize them later.
3.) The form will obviously need to write into the database (15 or so variables)
4.) The form will need to break off the existing upload form in that as long as somone can access the form, they don't need to log in.

I feel that this solution is very easy for someone who has intermediate knowledge of PHP. It's essentially taking what is already there in the "upload" tab, putting it on it's own form, taking out the gallery selection and instead forcing into an existing gallery, and of course, removing the need to log on to admin before accessing this.

Guidance would be appreciated. I may be a tad naive, but I feel that incorporating much of /plog-admin/plog-upload.php into its own page minus the security and access to other backend features (i.e. the rest of the admin console) is the key.

Thanks in advance]]>
Heaps of praise for Plogger and a feature suggestion! http://www.plogger.org/forum/comments.php?DiscussionID=3514 http://www.plogger.org/forum/comments.php?DiscussionID=3514 Tue, 22 Feb 2011 16:00:27 +0000 Tidosho My praise for Plogger
Plogger is AWESOME, and I'll say it again, AWESOME!! I've tried all the big name gallery software titles, like Gallery, and Coppermne. Coppermine is just confusing and intimidating (and I'm an advanced webserver admin & programmer!!). Gallery was nice and cute, but didn't do simple things like show full size images withut code changes!

Plogger is everything they weren't, and more. Cute, quick, flexible, easy to understand, and does the job first time. It also has a great Wordpress-y feeling about it, I use Wordpress a ton, so felt right at home! I love the new plugins feature, and when that gets going, Plogger will be awesome.

    Feature suggestions


Folder FTP suggestion
When adding albums using the folder feature when you upload folders of images, I love how it creates albums based on the folder name. BUT, it only does it for ONE folder at a time. If you try to do ALL folders at once, the Album name is blank. It would be nice if you could automatically create new albums with the name of each folder, for all folders at once.

    Auto file title feature

When adding pictures, you have to fill in titles manually. My pictures use numbers, like 001, 002 etc, but it doesn't really matter, it would be nice to have the Title filled in automatically based on file name if you wish, whatever name it uses. I already sort titles of files before uploading them.

These two features would make my mass uploading life so much easier. They can be built in, or as plugins, maybe? A donation is soon coming your way, Plogger guys, bet your life on it! Thankyou sooo much for this briliant software!!]]>
API http://www.plogger.org/forum/comments.php?DiscussionID=3540 http://www.plogger.org/forum/comments.php?DiscussionID=3540 Fri, 25 Mar 2011 10:13:33 +0000 demodav I like this but I would like to integrate it with my system using it's source only?]]> Progress indication needed after thumbnail generation http://www.plogger.org/forum/comments.php?DiscussionID=3518 http://www.plogger.org/forum/comments.php?DiscussionID=3518 Thu, 24 Feb 2011 09:57:25 +0000 Tidosho
I use Firefox, and the upcoming Firefox 4 does away with the status bar, so users won't even see the "Waiting for (server)" text, and think it has crashed. Could we have a lightbox style Javascript window come up with progress and current file?]]>
thumbs under previous and next link (button) ? http://www.plogger.org/forum/comments.php?DiscussionID=3440 http://www.plogger.org/forum/comments.php?DiscussionID=3440 Mon, 15 Nov 2010 20:43:18 +0000 fixter
but all my efforts ware useless ,, since i cant get colection name on pict page :( ,

some of u must have the knowledge so i would apriciate any help :)...]]>
Multi-user / Multi-login http://www.plogger.org/forum/comments.php?DiscussionID=3405 http://www.plogger.org/forum/comments.php?DiscussionID=3405 Thu, 07 Oct 2010 05:40:53 +0000
Congratulations! The software is fantastic]]>
RSS Feed HELP Please! http://www.plogger.org/forum/comments.php?DiscussionID=3411 http://www.plogger.org/forum/comments.php?DiscussionID=3411 Mon, 11 Oct 2010 18:27:18 +0000 Hollywood691
This feed contains code errors.



Can someone help me please??

www.cartcustomshop.com/gallery/webgallery/webgallery.php]]>
Thumbs directory and GoDaddy.com http://www.plogger.org/forum/comments.php?DiscussionID=3391 http://www.plogger.org/forum/comments.php?DiscussionID=3391 Tue, 28 Sep 2010 20:10:32 +0000
Of course my beef is with GoDaddy.com. I contest the 1024 files/directory limit is a new requirement. I've been running the site for over a year now and have never received such a violation notice before. Of course my complaints feel on deaf ears.

Regardless, I wanted the Plogger community to understand that other users may face the same problem when hosting a Plogger site at GoDaddy.

If anyone cares, details of the email are below. Perhaps a future release of Plogger could split the thumbs directory as it does Collections and Albums?

====== BEGIN EMAIL FROM GODADDY.COM ======
Regarding your hosting account <MY-WEB-SITE>.com:

It has come to our attention that your hosting account currently has an improper directory structure. More specifically, the following directories have greater than 1,024 files plus folders combined:

3547 /plogger/2009/thumbs

The amount of files/folders in these directories is causing an issue with backing up your account, as well as maintenance operations on the shared server. Each directory should have a total maximum of 1,024 files and folders. Any more than this can cause file system latency and slowness when accessing FTP and hosting from the Web.

We respectfully request that you reduce your directories to have no more than 1024 files and folders combined. You will need to use a script to remove or reorganize content or request that we remove the content, verifying your four-digit shopper PIN, so you can upload it in a more appropriate structure.

If this is not completed, we will have to bring the directories into compliance on your behalf. Additionally, we ask that any scripts that automatically create these files be optimized to not create more than this amount. Please note, further excessive directory structures could be subject to an account suspension.

If you have questions about this matter, you may contact us by replying to this email or by calling 480-505-8871.

We appreciate your cooperation in this matter.

Hosting Support Team

====== END EMAIL FROM GODADDY.COM ======]]>
PLEASE TAKE TIME TO HELP IF YOU CAN!! http://www.plogger.org/forum/comments.php?DiscussionID=3327 http://www.plogger.org/forum/comments.php?DiscussionID=3327 Fri, 30 Jul 2010 17:53:38 +0000 If anyone could help me put the album and image count on a different page than the main gallery page. In the footer of the main gallery page there is captions that state how many albums and images that are in the gallery. I would like to display those counts on a separate page. Like a home page, then you log into the gallery and it would then take you to the gallerys home page. I just need to know how to display these numbers on a separate page. Thank you to whom ever knows how to do this!!]]> Maximum width for a fixed height http://www.plogger.org/forum/comments.php?DiscussionID=3342 http://www.plogger.org/forum/comments.php?DiscussionID=3342 Mon, 16 Aug 2010 10:06:54 +0000 Ike
On my site I use the setting that generates intermediate pictures with a fixed height of 600. This way the normal pictures always look good on a 'standard' resolution monitor. I have however a few panorama photo's that become waaaay to wide.
Would it be possible to change the default setting to height = 600, but if a picture's width becomes more then 1000 then use setting width = 1000 for that single picture?

Kind regards,
Ike]]>
Multiple pages http://www.plogger.org/forum/comments.php?DiscussionID=3318 http://www.plogger.org/forum/comments.php?DiscussionID=3318 Fri, 23 Jul 2010 04:26:44 +0000 pie123 And i wan't only 2 albums from the first page displayed on the second page, do i need to adjust plogger.php ? and how ? can anybody help??

So i wan't from a full gallery with 8 albums only 2 or 1 album displayed under another htmlink within the same site :-)

Thanks in advance]]>
Arrangement feature http://www.plogger.org/forum/comments.php?DiscussionID=3290 http://www.plogger.org/forum/comments.php?DiscussionID=3290 Thu, 17 Jun 2010 07:51:12 +0000 boidy Any help would be much appreciated guys

many thanks and awesome script]]>
sanitize_filename modification http://www.plogger.org/forum/comments.php?DiscussionID=2772 http://www.plogger.org/forum/comments.php?DiscussionID=2772 Tue, 30 Jun 2009 07:53:44 +0000 I am using plogger in Turkish. In fact now I am tring to translate last changes.
When I create an album or collection, name of the album is converted to proper letters. That is good but if we use plogger "Generate Cruft-Free URLs" enabled, folder names are used in the URL and some turkish characters converted to "_" character which is not good for the seacrh engine. I made a small modification on sanitize_filename function to convert spacial chacters to proper letters, not to "_" . Now when I named an album or collection as "Kar???k", it would be "karisik", not "kar___k".

I have added only Turkish characters, but other language specifec chacters can be added. There may be better solutions, but this is my litte suggestion.


// Sanitize filename by replacing international characters with underscores
function sanitize_filename($str) {
// Allow only alphanumeric characters, hyphen, and dot in file names
// Language specific chacracters will be changed to proper letters
// Spaces will be changed to dashes, special chars will be suppressed, & the rest will be replaced with underscores
$special_letters = array(
"ç" => "c",
"Ç" => "C",
"?" => "g",
"?" => "G",
"?" => "i",
"?" => "I",
"ö" => "o",
"Ö" => "O",
"?" => "s",
"?" => "S",
"ü" => "u",
"Ü" => "U",
);
$special_chars = array ('#', '$', '%', '^', '&', '*', '!', '~', '"', '\'', '=', '?', '/', '[', ']', '(', ')', '|', '<', '>', ';', ':', '\\', ', ');
$str = str_replace($special_chars, '', $str);
$str = str_replace(' ', '-', $str);
foreach($special_letters as $special => $letter){
$str = str_replace($special, $letter, $str);
}
return preg_replace("/[^a-zA-Z0-9\-\.]/", "_", $str);
}
]]>
Custom Fields http://www.plogger.org/forum/comments.php?DiscussionID=3214 http://www.plogger.org/forum/comments.php?DiscussionID=3214 Sat, 08 May 2010 21:32:42 +0000 jdrom
Would this be overly difficult to add? I'm not too well versed in PHP though.]]>
Plogger is Awesome http://www.plogger.org/forum/comments.php?DiscussionID=3272 http://www.plogger.org/forum/comments.php?DiscussionID=3272 Thu, 03 Jun 2010 01:19:43 +0000 pennyblake
While I consider myself Intermediate at web pages, anything beyond basic HTML is a nightmare.

My requirements were quite simple, some kind of php thingybob to show off my shirts, logos and banners that Im beginning to create for people that share my love of a football manager game.

Did search in google, got results etc etc
The first one I tried (Sorry cant remember which one it is) had a really complicated instruction manual and I got lost, so its the delete button for that. The next one I tried was Plogger.
Very easy to install and even easier to use.

On order to use Plogger you only need one basic requirement. Thats the ability to read plain English.

Now, some people may be thinking that Im a freeloader just because Im not paying for a piece of software, that I have made obvious that I like, but this is the beauty of it. You dont *HAVE* to pay. I have three choices:-

a) Pay for a piece of commercial software and hope and pray that it does the job that I paid my hard earned (And in this current climate every penny is hard earned) money to do.

b) Use the Open Source projects as a kind of Try before You Buy basis

c) Use the open source projects but dont bother paying.

I would rather go for option b myself, so note to author, you can expect a (probably nor massive) donation after my next payday.

Sorry if this sounds boring and samey, but I do have a theory that if you like something then tell others. Well I love this.]]>
Forum Photo Link Up http://www.plogger.org/forum/comments.php?DiscussionID=3271 http://www.plogger.org/forum/comments.php?DiscussionID=3271 Tue, 01 Jun 2010 23:25:52 +0000 radioz
A log-in and content link to a forum (or forums) would be nice such as the Gallery/phpBB combo, etc. would be nice. To my knowledge, Phorum (and others) have no partner, so there is an idea. It would help both providers, I believe.

Thanks!

Jon Hall]]>
Rotate? http://www.plogger.org/forum/comments.php?DiscussionID=3039 http://www.plogger.org/forum/comments.php?DiscussionID=3039 Tue, 02 Feb 2010 10:20:13 +0000 clarjon1 Plogger is great, but it's seeming to be missing the Rotate ability...
Anyone know how to get it working? I've noticed that the patch by jon a while back is now in the core... Perhaps we might see a frontend during import/upload/in photo management? Thanks!]]>