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 - All Discussions Thu, 28 Mar 2024 13:39:07 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 Watermarking photos http://www.plogger.org/forum/comments.php?DiscussionID=318 http://www.plogger.org/forum/comments.php?DiscussionID=318 Wed, 21 Dec 2005 03:17:56 +0000 Textronics
(Please in layman very novice terms)

the link ........

http://www.sitepoint.com/print/watermark-images-php

i have also been told that i have to use something call "for loop" instead of ($_GET[ 'src' ] ) ;

Is this so?

The code:
<?php

header('content-type: image/jpeg');

$watermark = imagecreatefrompng('watermark.png');
$watermark_width = imagesx($watermark);
$watermark_height = imagesy($watermark);
$image = imagecreatetruecolor($watermark_width, $watermark_height);
$image = imagecreatefromjpeg($_GET['src']);
$size = getimagesize($_GET['src']);
$dest_x = $size[0] - $watermark_width - 5;
$dest_y = $size[1] - $watermark_height - 5;
imagecopymerge($image, $watermark, $dest_x, $dest_y, 0, 0, $watermark_width, $watermark_height, 100);
imagejpeg($image);
imagedestroy($image);
imagedestroy($watermark);

?>

The gallery i wish the photo's to be watermarked:

http://www.clairebaluci.com/gallery

Many thanks in advance.]]>
Could Use Some Help Please http://www.plogger.org/forum/comments.php?DiscussionID=363 http://www.plogger.org/forum/comments.php?DiscussionID=363 Thu, 05 Jan 2006 23:24:35 +0000 rjupiter
I am having a bit of a problem as I had done a good deal of modding to the gallery.php file but I since lost it and forgot how to do some stuff. So now I am a bit stuck and could use some help.

My (working) gallery -
http://www.22lies.com/plogger/

I have a few minor issues I am hoping someone know how to fix.

How do I fix it so that after you click a thumbnail and see the bigger image that the bigger image does not open in a new window or to full size image.



I would really appreciate the help.]]>
E-mail Notifications of New Photos http://www.plogger.org/forum/comments.php?DiscussionID=305 http://www.plogger.org/forum/comments.php?DiscussionID=305 Fri, 16 Dec 2005 18:20:41 +0000 ctlsmite
(an automated way of doing it, of course)

Ideas?]]>
Just one directory ??? http://www.plogger.org/forum/comments.php?DiscussionID=359 http://www.plogger.org/forum/comments.php?DiscussionID=359 Thu, 05 Jan 2006 16:01:39 +0000 Textronics
It is a request my client asked me ...]]>
SQL Error http://www.plogger.org/forum/comments.php?DiscussionID=357 http://www.plogger.org/forum/comments.php?DiscussionID=357 Thu, 05 Jan 2006 15:46:42 +0000 iYummy
Unknown column 'num_comments' in 'order clause'

SELECT id FROM `plogger_pictures` WHERE parent_album = 5 ORDER BY `num_comments` DESC

I'm sure this is a simple fix just have to join the plogger_comments table to the current query, but thought i let you know]]>
integrating with wordpress http://www.plogger.org/forum/comments.php?DiscussionID=13 http://www.plogger.org/forum/comments.php?DiscussionID=13 Wed, 14 Sep 2005 20:15:28 +0000 vpahuja
The way I am doing it is I create a wordpress page and then I have a template made for that page that I apply to that page.

I have been working around some my self but I can use some help for these issues:

1) Warnings that I am getting

OK, I know it says that it is a 3 line process but it has been a bit challenging for me to find which files those 3 lines need to go into in wordpress. I finally got some results by putting it in the themes index.php file but am getting following warning

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/vpahuja/public_html/wp-content/themes/Blix/plogger.php:7) in /home/vpahuja/public_html/wp-gallery/plog-globals.php on line 5

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/vpahuja/public_html/wp-content/themes/Blix/plogger.php:7) in /home/vpahuja/public_html/wp-gallery/plog-globals.php on line 5

Warning: Cannot modify header information - headers already sent by (output started at /home/vpahuja/public_html/wp-content/themes/Blix/plogger.php:7) in /home/vpahuja/public_html/wp-gallery/plog-load_config.php on line 26
/home/vpahuja/public_html//wp-gallery/gallery.php

The first warning suggests that I am starting a session again, so I commented out the specified line and I was able to get rid of the warning. Just want to make sure that can anyone think of any issues I might run because of commenting out that line?

I comment out the second line referenced in the warning and that seems to take care of it but just want to run by devs here?

2) Search

How can I integrate the plogger search with wordpress search? I do not want to see two search boxes in my page? I can probably find how to get rid of it, but will need some help integrating it with wordpress search functionality.

--Vish]]>
Blank screen displayed! http://www.plogger.org/forum/comments.php?DiscussionID=355 http://www.plogger.org/forum/comments.php?DiscussionID=355 Thu, 05 Jan 2006 11:00:45 +0000
I have just completed installing Version 2.1 on hosted linux/apache server, and am experiencing what appears to be an unusual error. I was able to: -

1) Create two collections
2) Create one album
3) Upload one image to the album

Then when clicking on the view tab I am greated with a blank screen. The source of the page is interesting as I can see that the page as started to load, but gives up at the first < DIV STYLE > tag in the body??

Can anybody give me any advice with this issue pls?

Regards

Ray]]>
Integrating Plogger into Wordpress, Help! http://www.plogger.org/forum/comments.php?DiscussionID=354 http://www.plogger.org/forum/comments.php?DiscussionID=354 Wed, 04 Jan 2006 23:12:33 +0000 Mrono

</whine>]]>
unable to connect to database error http://www.plogger.org/forum/comments.php?DiscussionID=351 http://www.plogger.org/forum/comments.php?DiscussionID=351 Wed, 04 Jan 2006 09:25:00 +0000
Plogger cannot connect to the database because: Access denied for user 'steve68_e107123l'@'localhost' (using password: YES)

the userid, password and database are all correct. This is after the installation and everything works... then I try to logon with the user/password and I get this error message.]]>
Cannot Upload Images Due To Hosts http://www.plogger.org/forum/comments.php?DiscussionID=315 http://www.plogger.org/forum/comments.php?DiscussionID=315 Tue, 20 Dec 2005 07:48:18 +0000 eiffel
What happens is that i go through the upload page, click 'upload' and nothing happens. The yellow message box at the is empty and nothing else about the site has changed. No upload. The import page works fine though.

From other posts on this site, I've tried putting

error_reporting(E_ALL);


at the top of my globals.php. This gave me this php error:

Warning: rename(): open_basedir restriction in effect. File(/tmp/phpCnQApk) is not within the allowed path(s): (/home/mydomain/public_html) in /home/mydomain/public_html/plogger/admin/plog-admin-functions.php on line 62


The open_basedir error ran a bell from my hosts supanames.co.uk as I've had problems installing other php software (oscommerce) on their servers before.

I tracked this down again to this page:

http://www.supanames.com/support/open_basedir.html


which states:

If you experience the open_basedir security message when using an image upload script we recommend that you change any copy() commands found within the script to the command move_uploaded_file().


So, I uncommented line 59 in plog-admin-functions.php and commented line 60, like so:

if (!move_uploaded_file($tmpname,$final_fqfn)) {
// if (!rename($tmpname,$final_fqfn)) {
$result['errors'] .= 'Could not move file! ' . $tmpname .' to '.$final_fqfn;
return $result;
};


And now the upload page works.

But the import page doesn't.

Does anyone know what i can do to get around my hosts restrictions so that i can have both upload and import pages working. Or do i have to chose one or the other?]]>
Problems with the paths http://www.plogger.org/forum/comments.php?DiscussionID=350 http://www.plogger.org/forum/comments.php?DiscussionID=350 Wed, 04 Jan 2006 04:51:53 +0000 qrczak
On the server I have two folders. First with plogger (including all plogger files and folders with imeges and thumbs), second with index.php. And I wonna show gallery in index.php. At the beginning I change in gallery.php (in plogger folder) baseurl to $baseurl = "http://path/to/plogger/folder/"; and now I can see div formating (I mean in head section there are correct path to css files in plogger folder) but thumbs are't show. I don't know where I have to change gallery.php to correct path. I was try change $path = $parts["path"]; to $path = "http://path/to/plogger/folder/"; but this don't works.
Can anyone tell me something about this problem.

p.s.
Sorry for my poor english, it's not my native language.]]>
Got Hacked!! http://www.plogger.org/forum/comments.php?DiscussionID=333 http://www.plogger.org/forum/comments.php?DiscussionID=333 Sun, 25 Dec 2005 06:56:52 +0000 rjupiter
The security fix (in my case) did not work.]]>
Feature Request: Preserve Uploads Option http://www.plogger.org/forum/comments.php?DiscussionID=349 http://www.plogger.org/forum/comments.php?DiscussionID=349 Tue, 03 Jan 2006 22:34:24 +0000 skeeboo
So my suggestion is this. How about adding a checkbox/option on the Import page next to images being imported called "Do not delete from Uploads folder" or "Leave copy in Uploads". Something to that effect. Naturally it would be unchecked by default, but it would save some time for those of us that want some images to appear elsewhere without having to re-upload. It would just be a matter of clicking Import again and re-importing the image into another section.

Keep up the great work on the script.]]>
Album Hierarchy - Adding More? http://www.plogger.org/forum/comments.php?DiscussionID=345 http://www.plogger.org/forum/comments.php?DiscussionID=345 Sun, 01 Jan 2006 19:32:14 +0000 rjupiter
I am trying to rebuild my site after it got hacked and in doing so decided to reorganize a bit.

But as I was doing this I noticed something. I am trying to order my stuff in a ceratin way and I thought plogger could do it but I don't know.

Example:

Under the "manage" tab andin "collections" I have one "photography" now in photography I have the album "babies series" now I want to be able to put another album or step down in the babies series album so it would go like this -

Photography>Babies Series>Tribal (images go in tribal)

but when I click on the ablum "babies" all it does is tell me the table is empty. Is there something I can do to get more albums inside albums (if this makes any sense?)


Thanks]]>
a couple of pointers for a new layout pls http://www.plogger.org/forum/comments.php?DiscussionID=341 http://www.plogger.org/forum/comments.php?DiscussionID=341 Fri, 30 Dec 2005 20:50:20 +0000 puk
Basically i want a simple lookin site, just want a header, plogger in the middle and a footer, but its drivin me nuts, i'm sure the css isn't hard to do it but thinkin lack of sleep and working dodgy hours have inhibited my thought train.

I want the main div, the one with the images/gallery within to enlarge with larger pics upto a certain size, whence it'll become scrollable, but the footer is still below it.

Whats the best way to go about this, do it with a index.php file or alter the gallery.php file and add the divs within the code, so the footer always follows the size of the gallery and the main containing div always keeps the right size?

I'm just a bit confused and wonderin which way to attack this.

cheers]]>
Thunbnails show as red "x" no picture http://www.plogger.org/forum/comments.php?DiscussionID=303 http://www.plogger.org/forum/comments.php?DiscussionID=303 Fri, 16 Dec 2005 05:46:05 +0000 Textronics power mode problem http://www.plogger.org/forum/comments.php?DiscussionID=342 http://www.plogger.org/forum/comments.php?DiscussionID=342 Sat, 31 Dec 2005 08:35:09 +0000 roos
How do I fix this? Any help would be greatly appreciated!]]>
How to show both thumbnails and big picture at same time? http://www.plogger.org/forum/comments.php?DiscussionID=339 http://www.plogger.org/forum/comments.php?DiscussionID=339 Thu, 29 Dec 2005 16:15:56 +0000 cctval
This would allow use of thumbnails as navigation, like in this example
(I know this site uses flash, but I just want you to see the layout)

http://www.chrismueller.com


It would be awesome if we could do that!!

Cheers, Cal]]>
Include directly to album http://www.plogger.org/forum/comments.php?DiscussionID=338 http://www.plogger.org/forum/comments.php?DiscussionID=338 Thu, 29 Dec 2005 14:03:44 +0000 wesburke
Just wanted to first say, that so far my experience with Plogger has been great and installed with little snags. I have 2 questions on customizing/integration.

Is it possible to mod the include statment to go directly to an album? Without users going through a few clicks to get directly to the gallery?

Second question: ;) Is there an add-on or mod that I might be able to have the public submit photos to this gallery?

Thanks in advance and here is a link to what I have integrated so far ;)

http://www.lifeofpugs.com/gallery/index.php

Cheers,

Wes]]>
Can't download images http://www.plogger.org/forum/comments.php?DiscussionID=326 http://www.plogger.org/forum/comments.php?DiscussionID=326 Thu, 22 Dec 2005 22:16:24 +0000 T2
Thanks,
T2]]>
unable todo anything in plogger http://www.plogger.org/forum/comments.php?DiscussionID=336 http://www.plogger.org/forum/comments.php?DiscussionID=336 Wed, 28 Dec 2005 16:40:41 +0000 Jump menu http://www.plogger.org/forum/comments.php?DiscussionID=212 http://www.plogger.org/forum/comments.php?DiscussionID=212 Sat, 19 Nov 2005 03:56:26 +0000 T2
Thanks,
T2]]>
Problem With Database setup... http://www.plogger.org/forum/comments.php?DiscussionID=334 http://www.plogger.org/forum/comments.php?DiscussionID=334 Sun, 25 Dec 2005 13:07:46 +0000 jabroni76
Plogger connected to the MySQL host, but could not find the database nhscounc_majid

In the MyPHPAdmin area the database's name is "nhscounc_majid" and it seems to accept all other fields. Am I missing something? In the MySQL database field i just put "nhscounc_majid". Is there a path I need to put leading up to this?

Thanks for any help!]]>
One gallery suddently won't load http://www.plogger.org/forum/comments.php?DiscussionID=331 http://www.plogger.org/forum/comments.php?DiscussionID=331 Sat, 24 Dec 2005 22:38:14 +0000 ttyR2
I accidentally uploaded a second picture to one of the albums that had the same file name as an existing picture. When I deleted it, it deleted both pictures (which was fine) but ever since then, the entire gallery which contained that album won't load up at all. It just returns an error. Have a look at http://pictures.teamgenesisracing.com in the "Team Projects gallery". I can view and edit the album just fine in admin mode. How can I fix this?

tia,
ttyR2]]>
Undefined Index http://www.plogger.org/forum/comments.php?DiscussionID=325 http://www.plogger.org/forum/comments.php?DiscussionID=325 Thu, 22 Dec 2005 20:34:58 +0000 bluerob

if you could just take a look at my gallery...its for my family photo album.

http://www.jtlarkinsfamily.com/album/

you'll notice this pops up at the top and

Notice: Undefined index: level in /home/overflow/public_html/album/gallery.php on line 37


and this lone of text right above the album.

Notice: Undefined variable: rss_link in /home/overflow/public_html/album/gallery.php on line 634

Just any help with this would be much appreciated.

thanks so much.]]>
Removing Breadcrumbs (?) http://www.plogger.org/forum/comments.php?DiscussionID=330 http://www.plogger.org/forum/comments.php?DiscussionID=330 Fri, 23 Dec 2005 12:56:59 +0000 katybeth
I don't want the filename to be displayed at all, either in the breadcrumbs or in the URL. Is there a way to have the caption or some other "title" show up here??

For example,
Collections » Personal » My Birthday » kaitlin's_birthday_004.jpg
I don't want it to have "kaitlin's_birthday_004.jpg" showing. I want a title of some sort there.]]>
Show/Hide Comments http://www.plogger.org/forum/comments.php?DiscussionID=328 http://www.plogger.org/forum/comments.php?DiscussionID=328 Fri, 23 Dec 2005 06:46:06 +0000 twum What I'd like to do now is one of two things:

1) Make the comments in such a way that they open into a small pop-up window. The chances here are that if a viewer has a pop-up blocker, the comment window might get blocked

or

2) Use something similar to Show/Hide Details underneath each picture. So there a link that would open the comments inline or the fields to add the comments.

I've seen it before on other sites, but I don't know if it is possible here.

Thanks a lot in advance
twum]]>
Sorting galeries http://www.plogger.org/forum/comments.php?DiscussionID=329 http://www.plogger.org/forum/comments.php?DiscussionID=329 Fri, 23 Dec 2005 09:32:43 +0000 romainbj my plogger is : http://www.laperolog.com/theworldisyours/2005
I don't understand why when i select the "date taken" option to sort the pictures and folder on my gallery page it is still displayed in a really weird order.
Look i have 2 galleries from december 14th then one from december 23rd then one from december 14th again. if anyone can help....]]>
Exif Data http://www.plogger.org/forum/comments.php?DiscussionID=327 http://www.plogger.org/forum/comments.php?DiscussionID=327 Fri, 23 Dec 2005 06:26:52 +0000 webnetbox I has recently found Plogger. A great gallery.
The gallery ist wrapped in the CMS Joomla. It works great.
My questions:
1. How I can extend the Exif data. I still need the ISO information.
2. Is there the possibility to extend the Exif for the Olympus E 300?

Greets
translates with Abacho german to english, sorry]]>
Tell a friend feature http://www.plogger.org/forum/comments.php?DiscussionID=323 http://www.plogger.org/forum/comments.php?DiscussionID=323 Thu, 22 Dec 2005 10:06:29 +0000 romainbj did anybody here already put a Tell a friend feature on the Plogger script? i'd like it on each picture with a link which opens a pop up. So that visitors can send the exact url of the image thay want to tell their friends about...
Thx if anybody can help]]>