WP Photo Album – WPPA

Important:
If you are upgrading from an earlier version of WPPA and it says “No Albums Yet” after you upgrade, you will need to access your WordPress database with an administration tool such as PHPMyAdmin and change the tables ‘wppa_albums’ and ‘wppa_photos’ to ‘wp_wppa_albums’ and ‘wp_wppa_photos’. This is assuming your table prefix is ‘wp_’ if it is something else,then replace ‘wp_’ with your table prefix.

Plugin Description

This plugin is designed to easily manage and display your photo albums within your WordPress site.

Plugin Admin Features

You can find the plugin admin section under Manage then submenu Photos.

Manage and create albums
Move photos to and from albums
Upload and delete photos
Adjust thumbnail and full view picture sizes (set default max sizes for each).

Installation and Usage

1. Unzip and upload the wppa plugin folder to wp-content/plugins/
2. Make sure that the folder wp-content/uploads/ exists and is writable by the server (CHMOD 755)
3. Activate the plugin in WP Admin -> Plugins.
4. Create at least one album in the albums tab
5. In the uploads tab, you can now upload you photots

Creating Photo Album Page

Create a page like you normally would in WordPress. In my example, we’ll give it the page title of “Photo Gallery”. In the Page Content section add the following code:
%%wppa%%
Also, make sure under ‘Page Template’ you are using ‘Default Template’ as some WordPress themes have an archives template.
Press the publish button and you’re done. You’ll now have a photo gallery page.

You can also create a custom page template by dropping the following code into a page:
<?php wppa_albums(); ?>
In order to work properly, this tag needs to be within the WordPress loop.
For more information on creating custom page templates, click here.

Adjusting CSS and Template Styling

WP Photo Album comes with a default layout and theme. To change the style and layout of the photo album, copy them/edit wppa_theme.php and theme/wppa_style.css to your active theme’s folder, and edit them.

WPPA uses a system of tags similar to the WordPress theme system. To view a list of available tags, please read tags.txt

Plugin Support And Feature Request

If you’ve read over this readme carefully and are still having issues, if you’ve discovered a bug, or have a feature request, please contact me via my contact page.

About and credits

WP Photo Album was created by R.J. Kaplan of me.mywebsight.ws.

A special thanks to my friend Sean for beta testing, doing some SEO magic and writing the readme file.

If you need any custom WordPress theme or plugin work, please consider W3Lift.

If you find this plugin useful, please consider buying me a beer.

Licence

WP Photo Album is released under the GNU GPL licence.

Download: wp-photo-album.zip (version 1.5, 16KB)
Hosted on WordPress Plugins

Please use the comment section for general comments only. If you have a question or need help, please use the forum.

Comments:

  1. Gregg F | June 5, 2007,

    I just installed the WPPA Plugin on a WordPress v2.2. I created an album and uploaded pics, then created a page and inserted code. The album page works, the photo display works, but when clicking on an individual photo I get this error:

  2. Adam C. | June 5, 2007,

    Hi there, love the plugin.
    My only issue was when I had was when I clicked on a thumbnail in the album view I got an error pointing to an undefined function in plugins/wpaa/theme/wpaa_theme.php on line 40.
    That line reads: `“>” alt=”" class=”big” />`

    I changed it to: `“>” alt=”" class=”big” />

    I just changed the PHP function in the anchor tag. Now everything seems to work fine. Did I miss something in the install that made it throw that error?

  3. Adam C. | June 5, 2007,

    Whoops, sorry… I wrapped the code in backticks because I’m stupid.

    I won’t bother reposting the code, but my site threw an error because it couldn’t find the wppa_full_url function. I changed it to wpaa_photo_url and it worked fine.

  4. LobsterMan | June 5, 2007,

    Adam: I fixed the error, many sleepless night got to me and I created a duplicate function. After removing the duplicate function, I forgot to change the call.

    Gregg: What error did you get? if it’s the same problem that Adam had, just download the plugin again, it will be fixed.

  5. LobsterMan | June 5, 2007,

    Adam: I really like the way you set up the plugin and the lightbox integration. I put allot of time and effort in making this plugin themeable, I’m glad someone found it useful

  6. Ordinary Folk » Blog Archive » A little link love – Week Seven | June 5, 2007,

    [...] WordPress Photo Album – Here’s a great plugin for any photography junkies out there that would like to create a slick little photo gallery on their blog. It’s perhaps not as robust as standalone packages like Gallery and Coppermine but it looks effective enough to me If you’re new here, please consider subscribing to our RSS feed. [...]

  7. An Album at Rule Of One | June 5, 2007,

    [...] Sean (from Geek With a Laptop) turned me on to a great photo gallery plugin for WordPress called WPAA. It’s a relatively simple (compared to Gallery2 or Singapore) gallery that embeds into [...]

  8. Mary | June 5, 2007,

    Hello !
    First of all : thanks for making such a great and simple plugins to manage photos ! I’m always looking for something else but with yours I’m sure to stay :D

    But I do have the same problem as Gregg. It doesn’t display an error, it just show a page with the name of the photo but don’t show it. I’m clueless :/

    Sincerly,
    Mary

  9. LobsterMan | June 5, 2007,

    Can I have the link to your site?
    When did you download it? you should re download the newest version, it’s fixed now.

  10. Gregg F | June 5, 2007,

    Adam, I do not know PHP but would love to integrate LightBox. Could you tell me how you did it?

  11. Idan | June 5, 2007,

    Got this error when I tried to create an album in the photo tab any thoughts?

    WordPress database error: [Field 'main_photo' doesn't have a default value]
    INSERT INTO wp_wppa_albums (id, name, description, a_order) VALUES (0, ‘test’, ‘test 2′, ’3′)

    IZ

  12. LobsterMan | June 5, 2007,

    Idan: I’ll look into it. what version of WordPress are you running?

  13. Der wilde Garten | links for 2007-06-06 | June 6, 2007,

    [...] WP Photo Album – WPPA – This ‘N That Ein Photoalbum-Plugin. (tags: Photo Plugins WordPress Blogging) [...]

  14. wncmacs | June 6, 2007,

    I’ve installed the plugin into my WordPress 2.2 blog and activated it, plus I created an uploads folder in the wp-content folder, but I don’t have an “albums” tab in WordPress where I can make an album and test things out. What else do I need to do?

  15. Gregg F | June 6, 2007,

    Another strange thing… When I enter a description for an album it writes the text over the top of the decription in the header of the default page. Rather than down in the box next to the photo. Isit something I am doing wrong?

  16. Idan | June 6, 2007,

    I’m using 2.1
    thanks

  17. LobsterMan | June 6, 2007,

    wncmacs: The Photos tab is a sub tab under the “Manage” tab in the WordPress admin

  18. Mary | June 6, 2007,

    Hello !

    I re download the plugin. Now working like a charm !
    Thanks again for your nice work :D

  19. Jake | June 6, 2007,

    This is an awesomely simple set-up… only question I have -

    Any way to add captions? This is clutch.

  20. Jake | June 6, 2007,

    Oops – obviously you have captions on your photos. Any elucidation on how to recreate this?

  21. LobsterMan | June 6, 2007,

    Jake: Once you’ve uploaded the photos, go to the manage albums tab and click edit album, you will be able to change the names of the photos and add descriptions

  22. David | June 7, 2007,

    I would like to reorder the pictures in the album, but did not see anything that allowed me to do that. Is that possible?

  23. Unthemed » Blog Archive » WP Photo Album — Wordpress Theme and Plugin News | June 7, 2007,

    [...] WPPA (WP Photo Album) is a simple to use, and fully customizable plugin for managing photo albums within a WordPress powered site or blog. [...]

  24. LobsterMan | June 7, 2007,

    David: Sorry, there’s no option to di that yet. But it’s a good idea for future versions.

  25. Paulo | June 8, 2007,

    Hi,

    I downloaded you album plugin and installed it on my WP installation. Works like a charm. No problem what so ever. Thank you and good luck on the future versions of this plugin. Two thumbs up!

    My sample album can be found at http://paulo.tioseco.net/photos/

  26. » Creating a Photo Album in WordPress (with screenshots) Paulo Tioseco | June 8, 2007,

    [...] Posted By: paulo  Published in Blogging, How To, Web Development, Internet 8Jun The WP Photo Album is a great WordPress plugin that easily enables users [...]

  27. Paulo | June 8, 2007,

    Hi again, since I find your plugin very useful, I’ve created a short HOWTO on my blog with screenshots on how to install it.

    check it at http://paulo.tioseco.net/2007/06/08/creating-a-photo-album-in-wordpress-with-screenshots/.

  28. SprMa | June 11, 2007,

    Let me queue with all the folks to say thanks!
    Works like a charm, but is it possible to use the %%wppa%% within text.
    Like:

    This is the album of all our ACME stuff we bought:
    %%wppa%%

    When typing this on a page the text goes after the album…

    Greetings from Germany,

    SprMa

  29. Tim | June 12, 2007,

    Awesome. Very simple to use yet functional and very well integrated within WP. I have been looking for something like this for a while. Thanks!

  30. james | June 12, 2007,

    Fantastic, it uploads the images but there are no thumbnails in my directory. Was it supposed to generate those or do you need to upload your own? Or am I doing something wrong?

  31. LobsterMan | June 13, 2007,

    It should generate the thumbnails (in a directory called thumbs) you might want to check the file permissions on your server.

  32. Rocabola | June 13, 2007,

    Hello… i´ve installed the “WP lightbox JS” plugin in my wordpress, and want to know how to integrate it into the WPPA.
    The idea is to show the image cliking the thumbails…

    This is a great plugin… thanks!!

  33. james | June 13, 2007,

    Still no luck, and every file and directory in wp-content in is set to 777, I swear!

  34. LobsterMan | June 13, 2007,

    James: that is super-weird. I have no explanation for that, and it works fine in all my test environments, so I don’t even see how I can do bug hunting.

  35. james | June 13, 2007,

    I know, I seem to be the only one with trouble. It is evidently a permissions problem as you say. If I can figure out why it is unable to write to the directory in my case, I’ll let you know. Thanks!

  36. Lara | June 14, 2007,

    Hi there! Great plugin :)

    I’m having one small problem though. The plugin seems to fail to make the thumbnails :( All permissions set to 777 even. I think this is the same problem as James :(

  37. Lara | June 14, 2007,

    Also, after I attempt to upload, the screen goes blank although it has finished loading.

  38. my mu blog » WPPA Plugin | June 14, 2007,

    [...] You can download it from download [...]

  39. rbjdbkilla | June 15, 2007,

    You are the man…

  40. james | June 15, 2007,

    My server apparently doesn’t have the GD extension loaded for PHP. Could this be the issue in my case? Do the image functions for thumbnails in the plugin require it?

    A script I ran using Gd Info to test the GD library said the GD extension wasn’t loaded.

  41. Shamus | June 16, 2007,

    I can also join the group of people who can’t get the thumbnails to autocreate. I have set permissions to 777 and chown’ed to the web user account. I’m not given any error.

  42. Shamus | June 16, 2007,

    Should have added I’m running WordPress 2.1.3.

  43. Shamus | June 16, 2007,

    OK – all good now. I’m running WordPress 2.1.3 on Ubuntu Feisty. There is some issue experienced with the thumbnail process with the version or the install of the GD library packaged with Ubuntu. I haven’t read through all the details yet but I re-installed with

    sudo apt-get install php5-gd

    and restarted Apache.

  44. resimler | June 17, 2007,

    Fantastic, it uploads the images but there are no thumbnails in my directory

  45. araba | June 17, 2007,

    I re download the plugin. Now working like a charm !
    Thanks again for your nice work

  46. Orville | June 18, 2007,

    Thanks for this awsome plugin.

    Just want to know if there is an easy way to allow access for authors to be able to manage the album.

    Have not been able to find it. Any help would be appreciated.

  47. David Lee | June 19, 2007,

    After the images are uploaded, I immediately got this error message:

    Warning: getimagesize(/tmp/phpLTMZ6p) [function.getimagesize]: failed to open stream: No such file or directory in /…some..directory…/wp-content/plugins/wppa/wppa.php on line 626

  48. LobsterMan | June 19, 2007,

    The function uses built in WordPress image resizing function. It probably requires the GD extension, So I guess it won’t work if GD isn’t installed on your server.

  49. Weblog Tools Collection » Blog Archive » WordPress Plugin Releases for 6/20 | June 20, 2007,

    [...] WP Photo Album is designed to easily manage and display your photo albums within your WordPress site. This is one of the nicest WordPress photo gallery plugins I’ve seen in a while.55 (No Ratings Yet)  Loading … [...]

  50. vincent | June 20, 2007,

    Anyone try this with WordPress-MU?

  51. oriolrius lifestream » WP Photo Album – WPPA – This ‘N That | June 20, 2007,

    [...] WP Photo Album – WPPA – This ‘N That [...]

  52. Foto Album till WordPress | June 20, 2007,

    [...] ser riktigt intressant ut om man vill ha ett foto album på sin blogg. Namnet på detta plugin är: WP Photo Album och du kan även se en demo här: [...]

  53. Dendi Reza | June 20, 2007,

    Hi I’m dendi. I’m downloding your plugin for my (new)blog dendireza.web.id

    Many thanks.

  54. My Links for June 17th through June 20th : Evan Roberts | June 21, 2007,

    [...] WP Photo Album – WPPA – This ‘N That – a really nice photo gallery plugin for wordpress [...]

  55. nate | June 21, 2007,

    I love your plugin! Works like a charm even in WordPress MU.

    Any work being done on comments, ratings, descriptions, or anything else of that nature? Keep me posted!

    -Nate
    http://www.journalblue.com

  56. nate | June 21, 2007,

    Actually, one problem with MU. The photos are mixed between users since there’s nothing distinguishing whose photos are whose.

  57. Skylog » Blog Archive » links for 2007-06-21 | June 21, 2007,

    [...] WP Photo Album – WPPA (tags: wordpress plugin) [...]

  58. WheelCipher | June 21, 2007,

    This is a GREAT plugin!!! Thanks!!!

    I have but one question… is there any way you know of to modify the code to make it where when the user clicks on what would be the “full size image”, it opens in a new widow?

  59. girlcreeture.com » Blog Archive » I did it! | June 21, 2007,

    [...] am so psyched it turned out to be so easy to mess around with. The plugin is titled simply enough, WP Photo Album, and you can download it and read other informations by following the linky!    Read [...]

  60. Girlcreeture | June 21, 2007,

    I had been putting off a gallery for so long because I kept anticipating a hassle but your plugin rocks. It has been so easy to manipulate into my blog, I still can’t get over how much I haven’t mucked anything up.

    Thank you ^___^

  61. Anthony | June 23, 2007,

    I wonder if there is a way to make albums under an album. This is the kind of feature I need but can’t seem to find a plugin that will do this without being extremely complicated.

    Thanks

    Anthony

  62. Monika | June 23, 2007,

    Hi
    it is simple as possible ;)

    I’ve found out that if I view a single photo this photo is a link like a thumbnail.

    But it makes no sense for me to view a single photo as a link?

    How can I modify this?

    regards
    Monika

  63. Word&Press Mu » Blog Archive » Plugins – 23 June | June 23, 2007,

    [...] Monitor monitors your blog traffic for activity coming from social news or bookmarking sites. WP Photo Album is designed to easily manage and display your photo albums within your WordPress [...]

  64. Koen | June 24, 2007,

    “This is awesome, insanely great…”: just to quote Steve Jobs. Nice work, had to fiddle with the permissions but it worked out fine.

  65. resim | June 24, 2007,

    Hi there! Great plugin

  66. Robert | June 25, 2007,

    The plugin is great, exactly what I need. But I can’t get it to work. I get the following error:

    “Warning: mkdir() [function.mkdir]: SAFE MODE Restriction in effect.”

    So I think it has something to do with the PHP Safemode. On my server it is on. I can’t turn it off, because my site is hosted on a shared server.

  67. LobsterMan | June 25, 2007,

    Robert:
    Most shared servers do not have such restrictions. This site is hosted on a shared server by Hostgator without any restrictions or issues.

  68. Ormonster | June 26, 2007,

    This is awesome. Just what I was looking for. I do have 1 question. Is it possible to change the order of the photos in their albums? thanks for creating this.

  69. LobsterMan | June 26, 2007,

    Ormonster: Sorry, that’s not an option yet.

  70. Ragewind | June 26, 2007,

    I love this plug-in, it does what I want and it isn’t hard to setup.

    However, I got the shame question as Ormonster. It seems the photo’s are just randomly placed (I got a album with img1, img4, img3, img2) and for some albums I really would like an order, since they can tell some sort of story in the right order.

    I browsed through the php files but couldn’t find something fast to sort it..is this something you can help with or does this come in a patch? If you could simply sort the image by name it would help really a lot.

    Sorry for the long story, al with al it’s a great plugin!

  71. Paolo | June 26, 2007,

    Hy
    I’ve installed the plugin and done everithing as in the guide.
    Plugin installed with succes but i’m not able to visualize the page “photo album” that apperars in the main page (sidebar).

    Since that moment also the “about” page is impossible to view.
    Everything i select in the sidebar, don’ t work…
    Always remain in the main page.

    So what’s happened?
    What i should do?

    Tahnks.

  72. wl | June 28, 2007,

    I love this plug-in! THANKS!

  73. Belzebubas | June 28, 2007,

    Nice plugin, but one more feature needed.
    I need not only putting all albums ir one post. But some times i need tu put an exact album into the post. I miss this function. In example, it could be like %%wppa$album_name%% or %%wppa$album_id%%, and i get an exact album. And it coud have this tag %%wppa$album_name$photo_name%%, and i get exact photo.

  74. JLH | June 28, 2007,

    It doesn’t work with MU, tried it multiple different ways, doesn’t create the tables and can’t find the upload directory which is different than a standard wordpress installation.

  75. Fishing Pictures And Albums | June 29, 2007,

    [...] some time now. I am glad to announce that I believe we have finally found that solution, thanks to WPPA. Thanks [...]

  76. Me | June 29, 2007,

    Yes it works fine with MU, Im running it now

  77. arabalar | June 29, 2007,

    Hi there! Great plugin. thanks

  78. Holly | July 1, 2007,

    This is a lovely plug-in. Having worked through some crashes (which have been reported by others) I can now set up an album without too much problems.
    I can upload and label.
    But the second, third and fourth album directly from tabs? that is giving me fits.
    i.e. to the pages have the correct album number there has to be a modification beyond %%wppa%%
    advice appreciated.

  79. ProseKnitic – of Words and Woll – The fun of photo galleries | July 1, 2007,

    [...] have been playing with different Word Press gallery plug-ins. I finally got WPPA to work. To put up one album, which I did with all of the Friday Arches photos was not that hard [...]

  80. Belzebubas | July 2, 2007,

    One more suggestion: It would be nice to have an ability, to maximize picture while managing albums. For example, I want to check the picture quality and then choose to delete it or not, so i have to go to site, check picture, then come back and delete I need.

  81. miriya | July 3, 2007,

    I’m with wheelcipher; I’m also wondering how one would make it so that full-size pictures would open in a separate window? Barring that, maybe something to set a maximum height/width for full-size images?

  82. Stephen | July 3, 2007,

    I installed WPPA but have problems with database errors. We’re running WP 1.5.2 and I’ve installed the WPPA folder in the /wp_content/plugins folder and activated it. When I click the WP Manage tab I now see a link labeled Photos. When I click the link to Photos to add an album I see the Manage Photos tab and the error:

    WordPress database error: [Table 'pronet.wppa_albums' doesn't exist]
    SELECT * FROM wppa_albums

    I tried manually creating the ALBUM_TABLE and PHOTO_TABLE tables but still no joy.

    Do you have any suggestions? The rest of WP has no problems accessing tables in the database.

    Thanks,
    Stephen

  83. Keith | July 5, 2007,

    I’m having trouble with getting this to work, whenever I modify a setting or upload a picture the plug-in takes me to a blank page (showing the WordPress admin menu on top, but the bottom part, where the plug-in info and stuff should be is blank). I’m running WordPress version 2.0.4, could this be the problem?

  84. petej | July 6, 2007,

    Thanks for a great plug-in. Like others, my one big wish is that I could rearrange pictures in an album, and that it wouldn’t place the pictures in an album in a seemingly random way. Otherwise excellent!

  85. WP Plugins DB » Plugin Details » WP Photo Album | July 7, 2007,

    [...] Visit [...]

  86. LobsterMan | July 8, 2007,

    Stephen & Keith:
    WPPA was only tested on WordPress 2.1 and 2.2

  87. Keith | July 9, 2007,

    Upgraded to 2.2 and I’m still having the same problem… Any ideas?

  88. Stephen | July 10, 2007,

    Thanks. I upgraded from WP 1.5.2 to 2.2 and now it works great. Thanks very much.

  89. Bret Halden | July 10, 2007,

    Love the plugin, thanks a lot. Is there a way I can display many albums in the same site ?

  90. Holly | July 11, 2007,

    Ok, bright people out there, how do I get mulitple albums with the correct pictures on each page?

    As far as ordering the photos go, mine seemed to come up in the same order each time, so I manually renumbered them through my FTP interface.

  91. Mike | July 12, 2007,

    Thanks for creating such a useful plugin.

    Regarding the problem with thumbnails, I had the same problem and was unable to change the permissions on the uploads/wppa directory so the solution was:

    1) Delete auto generated wppa directory
    2) Create new wppa directory manually and CHMOD to 777

    This overcame the problems and the plugin works like a charm.

    I’m with Belzebubas on this one. I’d like a way to specify which album I’d like to be displayed on a specific page rather than just a generic Gallery page. (see comment #73).

    Is this possibly to do with the current plugin or is it something you’re looking to implement in future versions?

  92. webmaster | July 13, 2007,

    Thanks a lot. We have tested it in wordpress-mu-1.2.3-2.2.1 and works fine. We have made some improves:

    -Lightbox effects
    -Slideshow in the sidebar

    We will send this hack to the WPPA author for share with yours.

  93. Cori | July 14, 2007,

    Hello,

    For some reason, I’m getting this message:

    “Warning: Invalid argument supplied for foreach() in /home/u1/khorin/ccgymnastics/html/wp-content/plugins/wppa/theme/wppa_theme.php on line 5″

    I look in line 5 and this what it has:
    ” ”

    What could be wrong?

  94. Tomek | July 16, 2007,

    I was thinking to use Your plugin on my blog that is right now offline (problems with hosting) “If you find this plugin useful, please consider buying me a beer.” If You want some money please make link for donations at paypal or other system I think alot of people will send some $ :)

  95. Todd | July 16, 2007,

    This is going back to James’ post on 12-June-2007 with reference to the thumbnails not being generated after uploading photos (echoed by Shamus and Lara thereafter).

    I had the same experience myself and my hosting provider advised me that they did not support the GD extension on their windows platform (which is necessary for the thumbnail generation to execute). I knew that they were running PHP version 4.3.3 and found some information at this site [ http://www.libgd.org/FAQ_PHP ].

    This is what I was able to do to resolve this issue for myself:

    It appears that PHP version 4.3.x includes it’s own version of GD bundled with each release.

    To activate the use of these GD extensions, I created a file at the root directory of my web server titled ‘php.ini’ and placed the following two (2) lines of code within it:

    =====================================

    extension_dir = “./extensions”
    extension=php_gd2.dll

    =====================================

    These two (2) lines of code enabled me to utilize the GD extensions on my web server and allowed the WPPA plugin to create the thumbnail images without issue.

    I hope this information may help others out who may be experiencing this, as well.

    *Currently using WordPress 2.2

  96. AaL | July 17, 2007,

    Hi lobsterman :) i have an error on my admin page when i created new album

    WordPress database error: [Field 'main_photo' doesn't have a default value]
    INSERT INTO a_wppa_albums (id, name, description, a_order) VALUES (0, 'Test', 'test', '')

    Im using WP 2.1

  97. patrick | July 17, 2007,

    hey there, firstly congrats on such an easy to use photo album! works very well in my site.

    i have one question though, i keep getting an error when i upload some photos saying that the memory or filesize is exhausted even though i know there is room on the server! is there a max file size allowed ? this pic is 220 kb, and i have others that are around 1mb in size! any ideas??

    thanks,

    patrick.

  98. patrick | July 17, 2007,

    Fatal error: Allowed memory size of 16777216 bytes exhausted at (null):0 (tried to allocate 1772 bytes) in /var/virtual/web/w0025/html/blog/wp-content/plugins/wppa/wppa.php on line 710

    this is the error message i get. it only happens with some photos i try to upload!

  99. mark | July 18, 2007,

    Real easy plug-in! Thanks
    Is there anyway to upload bulk images via FTP instead of uploading 1-10?

  100. Johannes | July 19, 2007,

    I may be stupid but i get and error
    Warning: Invalid argument supplied for foreach() in /var/www/web2/web/wp-content/plugins/wppa/theme/wppa_theme.php on line 5

    HELP!
    I have read the readme and made a page called “Photo Gallery” I also dont see any Albums not Upload Tabs

  101. tom | July 22, 2007,

    The error:

    Warning: Invalid argument supplied for foreach() in
    /homepages/htdocs/sites/wp-content/plugins/wppa/theme/wppa_theme.php on line 27

    This happens first of all if there is no album created in the admin.

    It then happens again if you navigate to a created album that has no images in.

    Perhaps a simple if and else statement could used ie:

    if

    ‘photos/gallery are there then display’

    else

    ‘show no images message’

    obviously that needs code though lol.

  102. fms | July 22, 2007,

    Great plugin :)
    Thanks heaps.

  103. MDEUK | July 26, 2007,

    Hello there!

    After doing quite a lot of research, it seems that your plug-in is the best out there, but having installed it, I get this error message:

    [Table 'db211998137.wp_wppa_albums' doesn't exist]
    SELECT * FROM wp_wppa_albums

    All the functions are there, but I am guessing that this is some sort of database error, but I’m not sure how to remedy it – can you help?

    Thanks!

  104. Dan | July 26, 2007,

    Warning: mkdir(): SAFE MODE Restriction in effect.

    Seems like you need SAFE MODE: OFF to use this plugin, or am I missing something?

    Any workaround for it to work when server has Safe Mode ON?

  105. A Mind @ Play » Blog Archive » Quiet moments | July 27, 2007,

    [...] finished, and maybe one or two new things will crop up in the coming days. Also going to give the WPPA plugin a bigger trial and add a few more photos from around and [...]

  106. rene | July 28, 2007,

    I changed autorities to the thumbs directory still i only get a question mark instead of thumbnails. The directory thumbs stays empty. I’m using the latest wordpress version and am worikng on a mac osx. What cann be the problem ? I also changed the owner of the thumbs directory from www to my username. Don’t know what www in this case means.

  107. me | July 29, 2007,

    This plugin was just what I was looking for. Thanks.

  108. rene | July 29, 2007,

    Problem solved (see 106)
    I was still working with an older version of PHP wich doesn’t support GD (see 95).

    Now it works !!!

    Thanks

  109. Dinner with Seanrox at Metafluence | July 31, 2007,

    [...] a great blog there and has put out a few kick-ass resources such as a WordPress archive plugin, a WordPress photo gallery plugin, and his beta Feed Link Ads [...]

  110. Dorte | July 31, 2007,

    Just started fidling with this plugin, although in eksplorer 7 it looks a bit different, but I guess eksplorer just is stupid.

    Anyway my question is: is it possible to have multiple albums, one set of album for each category, like f.eks.:

    Photo Gallery
    On this page there is going to be picture from my journey…

    Australia

    Album 1

    Album 2

    New Zealand

    Album 1

    Album 2

    And so on. I mean, is it possible to insert text between the albums, so they could kind of be categorized?

    Regards

    Dorte

  111. teo | August 2, 2007,

    hello, this is a nice script is exactly what i was looking for but i wan’t to know if i can show only one album not all the same albums together.

  112. Sounds Interesting . . . » Lucas’s Character Profiles | August 3, 2007,

    [...] Okay okay okay, I know this is like… I don’t know, a month late. But hey, it’s finally here! (I’m actually looking into Melissa’s suggestion of a Sounds Interesting photo album as well. Woooooo!) [...]

  113. jcam | August 4, 2007,

    Super sweet plugin. Worked like a charm. Has anyone figured out how to use lightbox with it, or is there any plans by the developer to include it?

  114. Fred | August 4, 2007,

    Thanks for a great script. I have been looking for such a simple one for a long time. Perfect.

    It would be wonderful if the pictures could be sorted so that the oldest taken pictures is the first one. Can I do it and how?

  115. Livia | August 7, 2007,

    Hi,
    first of all thanks for that great plugin.

    I don’t know if I’m too stupid, but I have a problem. I am using permalinks in my blog – if this could be important.

    The album page works, but when you click on a link to view one of the albums, it only changes the thumbnail and nothing else happens….

    What do I do wrong?

    Thanks a lot for your help!

    Best regards,

    Livia

  116. Livia | August 7, 2007,

    Ok… biiiiiiiiig shame on me…. sorry :-(

    One should never try to view an album on a page that wasn’t published yet….

    *blush*

    It all works perfectly fine :-)

    Thanks a lot!

  117. rene | August 7, 2007,

    when i upload large files +1MB the upload stops, i get a blank screen, and the result is that there is no thumbnail, sometimes there is no larger photo as defined in the plugin, but the full-size image is there
    what can cause this problem ?
    my host provider ? wordpress configuration files ? ….

  118. Elze Kool | August 14, 2007,

    Hi, i looked at your script and I’ve done some modifications that other people my like.

    – Modification 1 – Error uploading files with quotes –

    In the function ‘wppa_upload_photos()’ add the following
    line before the ‘INSERT’ query:

    $file['name'] = mysql_escape_string($file['name']);

    Reason: PHP adds quotes to $_POST and $_GET variables to protect against SQL insert hacks but doesn’t do this with filenames. This is a SECURITY HOLE in this case.

    – Modification 2 – Display specific photo in posts–

    in the function ‘wppa_albums_filter($post)’

    Add the following before the return function:

    if (substr_count($post, ‘%%wppa_foto%%’) > 0) {
    $id_start = strpos($post,’%%wppa_foto%%’,0);
    $id_length = strpos($post,’%%’,$id_start+13)-$id_start;

    $id = substr($post,$id_start+13,$id_length-13);
    $replacestring = substr($post,$id_start,$id_length+2);

    global $wpdb;
    $image = $wpdb->get_row(“SELECT * FROM ” . PHOTO_TABLE . ” WHERE id={$id} LIMIT 0,1″, ‘ARRAY_A’);
    $imgurl = get_bloginfo(‘wpurl’) . ‘/wp-content/uploads/wppa/thumbs/’ . $image['id'] . ‘.’ . $image['ext'];

    $link = get_bloginfo(‘wpurl’).”?page_id=5&album=”.$image['album'];

    $post = str_replace($replacestring, ““, $post);
    }

    Edit the link for your personal setup. In my case the photo page is page number 5.

    Good luck and thanks for this great plugin!

  119. Buzz Graphics » Blog Archive » Gallery online | August 16, 2007,

    [...] my photography page working. For anyone that is interested, I used a plugin for WordPress called WPPA. Really easy to get [...]

  120. Mark | August 17, 2007,

    The plugin doesn’t create tables on WPMU if you’re using the Plugin Manager because that manager is missing some code. In the PM code, find the activate and deactivate routines and right before the line that says “Done!” add this:

    add to activate_plugin function:


    do_action('activate_' . $plugin);

    and this to the deactivate_plugin function:


    do_action('deactivate_' . $plugin);

    Then go to the PM admin interface, deactivate and reactivate the WPPA plugin globally.

    That should do it!

  121. Arvexus | August 20, 2007,

    If possible to non admin user use this plugin? where edit the level of user ?

  122. Matthew Rosenberg | August 21, 2007,

    First the compulsary your plug-in is fantastic. It really is. Is there a way to have comments appear within the individual galleries instead of the gallery page? I will have a few different artists on the gallery page and want people to make comments on the individual artist galleries.

    -matt

  123. Ard | August 22, 2007,

    Super!!!, This is what I was looking for for a long time!!
    THANKS!!

  124. Richard Brown | August 23, 2007,

    Hi

    Brilliant plugin. I have embedded an album using exec-php at http://miracle.cregy.co.uk/the-time-machine-2006-07/. If other folks want to do something similar head over to http://bluesome.net/post/2005/08/18/50/.

    However, the album works funny embedded. Is it possible to embed the enlarged images only and avoid the thumbnails please?

    Thanks.

    Rich

  125. xwv | August 24, 2007,

    Hi. I Unzip and upload the wppa plugin folder to wp-content/plugins/
    Than I Make sure that the folder wp-content/uploads/ exists and is writable by the server (CHMOD 755)
    After I Activate the plugin in WP Admin -> Plugins.
    And I see nothing new in options .. how do i create a album? what wrong? some body help me.

  126. xwv | August 24, 2007,

    Warning: Invalid argument supplied for foreach() in /home2/xwevp/public_html/xwv/wp-content/plugins/wppa/theme/wppa_theme.php on line 5

    what is this?! :( what i need to do?

  127. WordPress Photo Galleries: State of the WordPress Images War | August 24, 2007,

    [...] WPPA [...]

  128. Schlebb | August 26, 2007,

    I would like to use this plug in on 3 seperate pages in my WP blog, How would this be possible?
    In the end I would like to have 3 seperate albums.

    Schlebb

  129. WPPA Updates- This ‘N That | August 27, 2007,

    [...] version 1.0 of WPPA was released back in June, I’ve got many emails and comments with feedback, support issues [...]

  130. Carolyn Cooper | August 28, 2007,

    First, many blessing on your house for this wonderful plugin. It worked first crack. It even withstood my hacking with it for a client.

    I looked at all of the other solutions, plugins, programs and this was the only one that could easily accommodate the simple presentation my client wanted within her development budget and her skill level to maintain.

    Second, the donation will be posted as soon as the client’s check arrives; I included it in the invoice.

    Third, I’m trying to make one edit that doesn’t seem to work. My client would like the album description to appear on the thumbnails “page” instead of the albums’ page. For some reason, even though I’ve moved the description code to the thumbnails section of the wppa_theme.php, I can’t get the description to appear. Any tips or suggestions, anyone?

  131. LobsterMan | August 28, 2007,

    I’m afraid it won’t work the way the plugin is set up now. In the next version, the tags will be more universal.

  132. George Jenson | September 2, 2007,

    I just setup a blog for good friends traveling around the world. They wanted a random photo on the sidebar. It links to their gallery, which is Page 25. All that is needed is this code in theh Sidebar template, I put it after the widgets all display:

    <li>
    <h2>Random Shot</h2>
    <ul><li><center><?php
    $dir = opendir(“wp-content/uploads/wppa/thumbs/”);
    $stack = array();
    while ($fname = readdir($dir)) {
    if (@getimagesize(“wp-content/uploads/wppa/thumbs/$fname”)) {
    array_push($stack,$fname);
    }
    }
    $x = array_rand($stack);
    echo “<a href=\”?page_id=25\”>
    <img src=\”wp-content/uploads/wppa/thumbs/” . $stack[$x] . “\”>
    </a></center></li></ul>”;
    ?>
    </li>

  133. TR | September 2, 2007,

    Hi there, thanks for the wonderful plugin. I’ve found it integrates into my site absolutely beautifully.

    Just a quick question. I want users to be able to upload photos and create albums, but those who are set to Editor permission rather than Administrator. Is there a way to enable this with this plugin, or must the user be set to Administrator?

  134. George Jenson | September 4, 2007,

    A better version of the random shot. Now links directly to the random image and includes a count. Put this before or after the widgets if you are using them:

    <li>
    <h2>Random Shot</h2>
    <ul>
    <li><center>
    <?php

    $image = $wpdb->get_row(“SELECT * FROM ” . $wpdb->prefix
    . ‘wppa_photos’ . ” ORDER BY RAND() LIMIT 0,1″,’ARRAY_A’);

    $cnt = $wpdb->get_row(“SELECT count(*) as cnt FROM ”
    . $wpdb->prefix . ‘wppa_photos’, ‘ARRAY_A’);

    $ilink = “?page_id=25&album=” . $image['album']
    . “&photo=” . $image['id'];

    echo “<a href=\”$ilink\”><img src=\”wp-content/uploads/wppa/thumbs/”
    . $image['id'] . “.” . $image['ext'] . “\”><br>1 of ”
    . $cnt['cnt'] . ” photos in the gallery.</a>”;

    ?>
    </center>
    </li>
    </ul>
    </li>

  135. Jim Smith | September 5, 2007,

    http://walterplotnick.com – I used this to create a gallery for my customer. Saved me hours of labor and it looks great. Thanks so much for the plugin. Can I buy you a beer?

  136. Richard Brown | September 10, 2007,

    Hi

    The tag to display a single gallery doesn’t work. Although I have placed within the loop it displays albums 1 and 2. Any idea why please?
    See http://www.devoncyclehire.co.uk/bike-selection/ for the results.

    Thanks

    Rich

  137. Harry | September 11, 2007,

    I was extremely happy with this plugin until I realized it does a SEPARATE QUERY for EVERY SINGLE picture in the gallery.

    This means that if you have 70 pictures in a gallery your page will make 70 (!!) queries to the database!

    Basically for those who don’t know what that means, the minute your site gets any significant amount of traffic, you resource and memory use will go through the roof, your site’s performance will break, and if you’re on a shared server, your account wil most likely get shut down.

    A single wordpress page on average should be making around 10-20 queries to the database. The blog I tried this plugin out on makes 8-12 queries per page, except on gallery pages where it makes 70-200+ queries per gallery. Unacceptable.

    Please let me know if you decide to improve this plugin to where it gets all its picture info on one single query (which should be exceedingly simple to do).

  138. J-15 pour Asie du Sud-Est ! » Blog Archive » Nouvel album photos | September 18, 2007,

    [...] je viens de trouver un plugin qui fait une Page d’album, que vous pouvez trouver ici. Il est très simple d’usage et [...]

  139. Luis Olmos | September 20, 2007,

    Hi, I’ve installed the plugin on 2 sites http://www.chelseanight.co.uk and http://www.nnight.com but i can’t get it to work with pretty permalinks. The page loads with the list of galleries, but when you click on the gallery i get a 404 message. Any clues, if i switch back to normal links it works but I’ve got all my links in my menu pointing to pretty permalinks. Any suggestions?

  140. kym | September 22, 2007,

    doesn’t handle tif files?

  141. Plugins que NO funcionan con Wordpress 2.3 : Juanpa! | September 25, 2007,

    [...] WP Photo Album (http://me.mywebsight.ws/web/wppa/) 1.0 [...]

  142. Ed Forteau | September 27, 2007,

    I’ve been looking for a photo gallery plugin to using on our wordpress mu site. I don’t want to use the Flickr plugin. Is anyone using it on wpmu? Any problems? Thanks!

  143. Plugin Reviews : WP Thoughts | September 28, 2007,

    [...] of WordPress, from just a humble weblog, to a fully fledged community using bbPress, to photo sharing site integrated with your [...]

  144. Mitchell | September 30, 2007,

    So do we have a final status on the thumbnails-not-created problem first noted by James back in July? I’ve tried all the suggestions here, including Todd’s | July 16, 2007 php.ini file, but no avail. No workaround? Just…some Ubuntu versions aren’t supported (for lack of GD extension)? If so, would be good to note that somewhere in the site. Too bad, I would dearly love to use this excellent plug-in.

  145. Paul P | October 2, 2007,

    Plans to upgrade the plugin to work with 2.3?

  146. Mark Cahill | October 3, 2007,

    It would be awesome if WPPA generated an RSS feed for albums.

  147. Martin | October 6, 2007,

    Is there any .PO file ? to translate…

    Thanks.

  148. dani | October 7, 2007,

    Excellent plugin, thankyou

  149. Tim Rybak | October 9, 2007,

    First of all, great plugin. I am wondering if it is possible to have a bunch of albums, but when you post them, or make a page, to only have a specific one show up. For instance, say I have 1 album right now. I want to add a second album, but I don’t want it to show up with the first one (this happened using the %%wppa%% code). I want to make a separate post and reference the 2nd album.

    Thanks!

  150. Strenuous hiking leads to debate over image hosting sites « Kambel Ramble | October 9, 2007,

    [...] project and I wanted to get my photos posted as soon as possible. I looked at a few wordpress plugins. Some of them looked pretty nice. But, there was still the question of where to actually store the [...]

  151. thisiscaz | October 10, 2007,

    Hi Lobsterman.

    First of all…Supercool plugin you wrote!!! Realy it’s one of the best ever seen on WordPress.

    But…I have a problem with the plugin!
    I uploaded it into my plugin directory and it appeard in my plugin window.

    After activation the option appeard in my manage-screen, but when I click on the “photo’s” button I get an error in the screen saying:

    WordPress database error: [Table '1231_officecentre.wp_wppa_albums' doesn't exist]
    SELECT * FROM wp_wppa_albums

    I thought it was an error refering to the fact that there was no album created yet. So I made an albun, but after clicking “Create Album!” I get the following error:

    WordPress database error: [Table '1231_officecentre.wp_wppa_albums' doesn't exist]
    INSERT INTO wp_wppa_albums (id, name, description, a_order) VALUES (0, ‘Efteling’, ‘Uitstapje naar de efteling’, ’1′)

    Next I was thinking…owh, maybe a problem with the photogalery page. After following the manual I get the error’s shown on the following page: http://officecentre.bastiaanfranssen.nl/?page_id=7

    Can you help me with this plugin? Because it would be very cool to have this plugin on my site.

    Thnx in advance.

    By the way, I’m using WordPress 2.3

  152. richard cleaver » Blog Archive » The Week in Review | October 14, 2007,

    [...] But looking for a decent photo gallery plugin for WordPress is harder than it appears. Maybe this one. Or this one. SlideShowPro also looks pretty cool. Zenphoto seems like a good candidate too. But [...]

  153. juan | October 23, 2007,

    Warning: The uploads directory does not exist or is not writable by the server. Please make sure that wp-content/uploads/ is writeable by the server

    que hago no hablo inglesss

  154. juan | October 23, 2007,

    Warning: mkdir(/home/virtual/sitio156308/www/wp-content/uploads/wppa): No such file or directory in /home/virtual/sitio156308/www/wp-content/plugins/wpapa/wppa.php on line 616

    Warning: mkdir(/home/virtual/sitio156308/www/wp-content/uploads/wppa/thumbs): No such file or directory in /home/virtual/sitio156308/www/wp-content/plugins/wpapa/wppa.php on line 622

    Warning: copy(/home/virtual/sitio156308/www/wp-content/uploads/wppa/7.jpg): failed to open stream: No such file or directory in /home/virtual/sitio156308/www/wp-content/plugins/wpapa/wppa.php on line 635

    That mistake please help me out

  155. Atom Groom | October 24, 2007,

    Hello-

    LOVE the plug-in man, nice work.

    Can you explain or link me to a way to comment on individual photos, rather than the album?

    Much appreciated.

    Best,
    Atom Groom
    atom@atomgroom.com
    http://www.atomgroom.com

  156. Brian | October 29, 2007,

    This is a great plugin, thanks so much..but i have the same question as TR above…is it possible to allow Editors (as opposed to administrators) access to the photo management section?

  157. Suppie | October 30, 2007,

    [quote]Warning: The uploads directory does not exist or is not writable by the server. Please make sure that wp-content/uploads/ is writeable by the server

    que hago no hablo inglesss[/quote]

    It helps Juan, if you make a dir called uploads on the server @ wp-content dir.

    it seems it doesn’t exist atm :-) or you simply dont have the rights to write to the dir (set).

  158. Christoph | October 31, 2007,

    Hi,

    first: A real, real big thank you for the plugin. Without it, WordPress would be almost useless to me.

    Since I needed the ability to re-order pictures in an album and to display single albums in a page, I’ve extended the plugin in a very simple way and put up the modified plugin at http://spellbreaker.org/~chrender/wppa/ in case this is useful to someone. No warranties of any kind :-) .

    Best regards,
    Christoph.

  159. Pedro Padron | November 1, 2007,

    Hi there!

    This is an excellent plugin. I’ve used it in one of my recent projects: http://www.infotos.org/.

    As soon as I setup a PayPal account, I’ll certainly buy you a beer.

    Thanks again!

  160. Kbuntu | November 6, 2007,

    Awesome plugin. I installed it with no problems, however I noticed it doesn’t create multiple pages. I have more than 50 images in one album. I might have missed something but can I just display 10 images and have a pagination to go to a second and or 3rd page?

    Thank you.

  161. John C | November 8, 2007,

    I get this warning, i am using the Vanilla Theme, and server is running froma third party company (startlogic)
    i using php 5.2.2, i was using php 4 and the error nev er showed.

    when i upload the photos they seem like they upload , but never actually end up on the FTP server that i can see the thumbs folder is there, but nothing in it

    Warning: Invalid argument supplied for foreach() in /hermes/bosweb12/b2644/sl.sintek/public_html/wp-content/plugins/wppa/theme/wppa_theme.php on line 27

  162. John C | November 8, 2007,

    i followed one of the posts above about the PHP.ini file and adding in the
    extension_dir = “./extensions”
    extension=php_gd2.dll

    i have done this, but still the problem remains

  163. John C | November 13, 2007,

    anyone know what causes this or how to fix it ?

  164. petej | November 20, 2007,

    John C — the error message is reflecting the fact that your photos are not properly uploading. From Rubin’s Read Me:

    “Make sure that the folder wp-content/uploads/ exists and is writable by the server (CHMOD 755)”

    Within that folder, you should see a folder called “wppa”

    Within that, you’ll see your uploaded images and another folder called “thumbs” which should mirror the image file names of its parent folder.

    Do you have a folder called “wppa”? Does it contain images?

  165. petej | November 20, 2007,

    John C — the error message is reflecting the fact that your photos are not properly uploading. From Rubin’s Read Me:

    Make sure that the folder wp-content/uploads/ exists and is writable by the server (CHMOD 755)

    Within that folder, you should see a folder called wppa

    Within that, you’ll see your uploaded images and another folder called thumbs which should mirror the image file names of its parent folder.

    Do you have a folder called wppa? Does it contain images?

  166. Anyi Zhu | November 22, 2007,

    Hi,
    May I know is WPPA works with WordPress 2.3? The thing I’ve noticed was that whenever I try to load a large-sized photo, the connection always time out, and I cannot upload the picture. Thanks!

  167. aleams | November 29, 2007,

    /homepages/45/d181125355/htdocs/dsc041710765/wordpress/wp-content/plugins/wppa/theme/wppa_theme.php on line 27: Invalid argument supplied for foreach()

  168. WPPA Plug-in | December 1, 2007,

    [...] โหลด WPPA Plug-in ได้ที่นี่ [...]

  169. Tim | December 5, 2007,

    The plugin works great. I was hoping to use it for a family site to allow many users to upload albums. For the sake of making it easier on everyone, I have all of the users set as “authors” so as to avoid any “unnecessary” permissions :)

    Is there any way to make the plugin available to the author-level user? It seems to take more than just changing the level of the user in the wppa.php file. I could comb the entire php but if someone knows a quick answer, it would be appreciated.

  170. pscottdv | December 7, 2007,

    I was also having a problem with thumbnails not being created and found I had to raise the memory_limit parameter in /etc/php.ini. I raised it from 20M to 50M and everything worked correctly after that.

  171. Maldives Tourism | December 12, 2007,

    WPPA looks really cool, gonna try it on our site

  172. Chris | December 24, 2007,

    Definately an awesome plugin!

  173. patrick | December 27, 2007,

    It seems not working in wordpress MU. Any solution ?
    Thanks you,

  174. Schorsch | December 29, 2007,

    Hey!

    Would be cool if not only admins can create albums. Is this possible?

    greetings schorsch

  175. links for 2007-12-30 | December 31, 2007,

    [...] WP Photo Album – WPPA – This ‘N That Integrated WordPress blog photo album plugin. (tags: album, WordPress, plugin, gallery, blog, photo) [...]

  176. Klaus | January 1, 2008,

    Hi,

    I installed the plugin and set everything as mentioned, last step was the activation under the plugins-tab. In point 4. you wrote: “Create at least one album in the albums tab”.

    I cannot find this tab! Am I totally stupid? HELP ME plz!

  177. Sproke :0) | January 2, 2008,

    Hi there.
    I was wondering if there was any way to get the plugin to view photos that have already been uploaded. I don’t want to re-upload all of my photos to get them into this gallery.

  178. Joel | January 3, 2008,

    This plugin is great. Just a couple questions/suggestions:

    - Is it possible to call specific albums on different pages? For example, all my Taiwan 2006 albums on one page, with Tianjin 2007 on a separate page? I have so many albums that I can’t list them all on the same page; it would be forever long and just keep growing.

    - reversing the chronological order of the albums (so the newest is at the top) would nice.

    - having comments for each album, or better yet each photo, would really blow my socks off.

    Thanks. I’ll start using this asap as soon as I figure out how to call specific albums on separate pages.

  179. Adam | January 4, 2008,

    Aside from ordering the ids in the database, is there any way to order the photos in the albums?

  180. mira | January 6, 2008,

    Hi there,
    Thanks for your plugin. I use it since a few months now and everything was working just fine,but now I get randomly this sort of message when I upload images:
    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 2000 bytes) in /home/…/wp-content/plugins/wppa/wppa.php on line 710
    I checked the file sizes- they are no bigger than usual…
    I also upgraded to WP 2.3.2 a few days ago. Could it be a compatibility issue? Thanks for your help
    mira

  181. Aske Ertmann | January 8, 2008,

    Hi everyone. I’ve went around the SAFE MODE problem by using CHMOD 6777 on the wppa folder, the uploads folder, and the wppa folder in uploads aswell as the thumb folder. What CHMOD 6777 does is that it sets the same UID and GID for the folders. And then SAFE MODE has no problem doesn’t complain. The CHMOD 6777 also gives all other permissions exact sticky.

    I didn’t even know that SAFE MODE could be worked around this easy, but know do you know my wordpress wppa photo album is working perfectly ;)

    Hope you guys can do the same, and a little tip: If you need a proper FTP Client that can set this CHMOD (some are restricted), you can download SmartFTP from http://www.smartftp.com/. Gets the job done.

  182. Big Lee | January 10, 2008,

    Warning: copy() has been disabled for security reasons in /home/alispot/public_html/i/wp-content/plugins/wppa/wppa.php on line 635

  183. Erica | January 13, 2008,

    How, may I know how can I have the albums arranged in order of their auto-generated id instead of the order that I set?

  184. Julie | January 13, 2008,

    I have the same issue, mira. The WP 2.3.2 upgrade page, here: http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.3

    list WP-Photo v1.0 as non-working/no longer compatible.

    I’m hoping there are plans to upgrade the plugin.

  185. Harl | January 19, 2008,

    Hi
    I love WPPA.
    A couple options I am looking for.
    First, what can I change so the order of the albums as they appears on the page is currently additions on the top?

    Second,
    Bulk uploading, or the ability to select one than one file at a time? ( ie control- click each file to upload)

    Thanks

  186. Deniz AKIN » Foto?raf Galerim Yay?nda! | January 24, 2008,

    [...] bloglarla ileti?im halindeydim.Ama sonunda arad???m? FotoBook eklentisinde buldum.?lk önce WPPA eklentisi kurdum.Bakt?m sürekli kendi sunucuma foto?raf yüklemek gerekiyor bende FotoBook [...]

  187. dansramblings.com » Blog Archive » Photos Up | January 28, 2008,

    [...] photo albums that actually make publishing a pleasant experience.  I used Word Press Photo Album (WPPA) – Its pretty nice and very easy.  I hope the next version allows for grouping sets of albums [...]

  188. pixeladas aleatórias ???? Plugins essenciais para WordPress | January 28, 2008,

    [...] WP Photo Album [...]

  189. Patrick | January 29, 2008,

    Hi!

    It is possible to add comments to my uploaded pics? So i could put some text under each photo?

  190. Costas | January 29, 2008,

    i liked wppa a lot. i have a question. i want people to add their comments under each photo. is it possible?

  191. phil | January 30, 2008,

    hi there,

    i have a big problem: i cannot open, edit or delete the folder wppa which is automatically generated. it sais i don’t have any permission. what to do now ?!?

    thx
    phiL =)

  192. Jason Cole | February 1, 2008,

    phil: try reseting permissions on the folder (this can usually be done from a command-click or right-click menu).

  193. Philipp | February 4, 2008,

    Hi!

    I set up lightbox with the gallery, but i need a string that gives me a link to the big picture!
    somehow, just gives me
    wp-content/uploads/wppa/
    …i don’t know why, cause if there is no lighbox enabled, and the picture is viewed single, this string just works to give the hyperlink to the image….
    i hope u understand my problem.!

    Thanks, Phil!

  194. Philipp | February 4, 2008,

    was the string i tried, it wasnt shown in my last post!

    without the _ before the ? of course ;)

  195. Philipp | February 4, 2008,

    didnt work either
    it was “wppa_photo_url();”

  196. Andy | February 4, 2008,

    Has this issue been addressed by the plugin author?
    I’d love to use it as its the best gallery I’ve found, but the potential for problems down the track worry me a little!

    Quote:
    Harry | September 11, 2007,

    I was extremely happy with this plugin until I realized it does a SEPARATE QUERY for EVERY SINGLE picture in the gallery.

    This means that if you have 70 pictures in a gallery your page will make 70 (!!) queries to the database!

    Basically for those who don’t know what that means, the minute your site gets any significant amount of traffic, you resource and memory use will go through the roof, your site’s performance will break, and if you’re on a shared server, your account wil most likely get shut down.

    A single wordpress page on average should be making around 10-20 queries to the database. The blog I tried this plugin out on makes 8-12 queries per page, except on gallery pages where it makes 70-200+ queries per gallery. Unacceptable.

    Please let me know if you decide to improve this plugin to where it gets all its picture info on one single query (which should be exceedingly simple to do).

  197. Philipp | February 4, 2008,

    i did write him a mail, didn’t get an answer yet…iwas hoping i could get an answer her.

    but the weird thing is the following:

    if it is the single pic to be displayed, the string works…doesnt work for my purpose, though! :(

  198. ondamaris | February 7, 2008,

    love the plugin.
    uploaded the new version (1.1) and installed, but it nevertheless (several times tried) in the plugins manager shows up as version 1.0 (indicating i should update to 1.1)

  199. whitesox | February 8, 2008,

    Warning: wppa_albums(/web/home/stockguy/html/wp-content/plugins/wppa/theme/wppa_theme.php) [function.wppa-albums]: failed to open stream: No such file or directory in /web/home/stockguy/html/wp-content/plugins/trunk/wppa.php on line 806
    =================================================

    I upgraded 1.0 to 1.1 today.
    and I have a problem just like above.
    I need 1.0 version.
    Where can I have 1.0 version.?

  200. Matt | February 8, 2008,

    Plugin seems to have installed and activated without a problem but I can’t get it to create an album. I go to the manage->photo section. Type in an album name and get the message that the album has been created but it doesn’t show up in my album list. Using WordPress v 2.3.3

  201. joeie | February 10, 2008,

    same here as matt.

    - uploaded it
    - set chmod 755 on uploads directory
    - created album succesfully, but no album shows up in the list…

    using wp 2.3.3 also

  202. mea | February 11, 2008,

    same problem as above – does not create an album

  203. blaze | February 11, 2008,

    and same here as Matt and joeie with WP 2.3.3

  204. AK47 » links for 2008-02-12 | February 12, 2008,

    [...] WP Photo Album – WPPA – This ‘N That [...]

  205. Tracey | February 12, 2008,

    Same here – tells me I’ve created an album successfully but it doesn’t store it anywhere. So I have no albums at all after creating them.

  206. Nic | February 12, 2008,

    I regret to report the same issue as Matt and joeie. WP 2.3.3, WPPA 1.1. Fresh install of WP, nothing on it that could cause problems. /uploads created and chmoded appropriately. WPPA activated and appears to work fine. Can’t create albums. Or rather, I do it, but after success of operation, nothing shows.

  207. LobsterMan | February 12, 2008,

    I’ve been reading the reports of this issue, but It works fine on my test server, so I’m not sure how to fix it. Are they any error messages? can you check the database to see if the tables wp_wppa_albums and wp_wppa_photos exist?

  208. keith | February 12, 2008,

    I had two problems getting wppa working:
    - I’ve little experience with WP, so maybe it should have been obvious, but I copied the “wp-photo-album” folder to my plugins, then I shunted “trunk” up one level, and finally renamed the folder “wppa” before I was able to get gpoing with the plugin

    - I had the same problem as the others above – though the “Album created” message came up, another message said ” no albums”, and the list was empty.
    PHP log said there was a database error:
    “Field ‘main_photo’ doesn’t have a default value for query INSERT INTO wp_wppa_albums (id, name, description, a_order) VALUES (0, ‘asjnckasjcn’, ‘kjnkjnkjnkjn’, ’2′)”
    So I poked around in PHPMyAdmin and gave that field a random string as a value. Creation of albums then started working. Yippee!

    By the way, there’s a typo: “Edit Ablum Information” (as a former editor, it leapt out at me)

    This plugin looks just right for a club site I’m helping with – thank you for making it.
    KP

  209. Tracey | February 13, 2008,

    Hi,

    If the tables are supposed to be created in the same place as wp_users, wp_posts and other assorted WordPress things, then no – not showing up at all.

    Is it possible to try inserting the two tables manually? What should I type in the number of fields?

    Otherwise, what else should I try?

    Thanks!

  210. MCS | February 13, 2008,

    Hey, I’m trying to get your WPPA plugin up and running to have albums for each of our news issues. I have no problem creating an album, but when I go to upload a photo, nothing happens. I’ve added:

    ini_set(‘memory_limit’,’64M’);

    to the top of your php file (just to be safe), and I don’t believe it to be a MySql error (running 4.1.20) because the album itself is showing up in the database. It seems to be an upload bug, but I recieve no errors, no warnings, wp-content/uploads/ is 0775, uploads/wppa is 0775, any ideas?

  211. Noah | February 13, 2008,

    I would like to know the same thing. I have no tables either.

  212. Tracey | February 14, 2008,

    Follow-up –
    I followed the first step that Keith detailed above (renaming folders), and it seems to be working fine, on my localhost. I’ll try the live site after work tonight.

    Cheers to you Rubin, and thanks to Keith!

  213. Greg Tangey | February 14, 2008,

    Hey guys, had the same issue detailed above and found the tables and options, etc. weren’t being added. Basically the wppa_setup function wasn’t running.

    Did a small bit of research and adjusted the code registering this function (the add_action on line 27) needed to be adjusted to register_activation_hook( __FILE__, ‘wppa_setup’ ); once doing this, the photo album set itself up correctly without any issues.

  214. yon | February 14, 2008,

    I have installed WPPA but have one problem: I do not see the thambs in the album page, only the big image after pressing the link.
    How can I fix it?
    I installd the WP 2.3.3.

  215. Siz | February 14, 2008,

    I have the same problem, no albums being added. I think Greg had the solution above, but i don’t understand the code? register_activation_hook( __FILE__, ‘wppa_setup’) what file is “____file____”???

    mine said, add_action(‘activate_wppa/wppa.php’, ‘wppa_setup’)

    I tried just replacing the add_action, but nothing happened.

    When adding it to my plugin folder, I had to bring the wppa.php out of the trunk folder into the main folder for the plugin to show up to activate. After that i can only see the manage photo tab and do nothing with it.

  216. Tracey | February 15, 2008,

    WPPA is up and running now, I love it. Thanks again.

    But – because I can’t leave well enough alone – I really want to get it working with a lightbox plugin. I’ve installed everything, and added ‘rel=”lightbox”‘ to the appropriate tag in wppa_theme.php, but all I get when I click a thumbnail is the lightbox loading animation spinning around… no photo ever appears.

    I’m a PHP-dork too, so I know very little about how to potentially fix this. Suggestions welcome! :)

  217. Matt | February 15, 2008,

    I renamed the directory for WPPA to “wppa” like mentioned above and not it works fine. I am having an issue with the wppa_photo_url(); tag though. Instead of returning the full url for the image it only returns a link to “/wp-content/uploads/.”

  218. Matt | February 15, 2008,

    Let me clarify a bit what I am trying to do. I’m changing the theme so I can use highslide instead of linking to the image page. So I’m trying to alter the link in this section of the theme.

    <a href=”" class=”img”><img src=”" alt=”*” />

  219. nottsack | February 17, 2008,

    I am getting this error. Anyone know how to fix it?

    Warning: include_once(/home/nottnot5/public_html/wp-content/plugins/wppa/theme/wppa_theme.php) [function.include-once]: failed to open stream: No such file or directory in /home/nottnot5/public_html/wp-content/plugins/trunk/wppa.php on line 806

    Warning: include_once() [function.include]: Failed opening ‘/home/nottnot5/public_html/wp-content/plugins/wppa/theme/wppa_theme.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/nottnot5/public_html/wp-content/plugins/trunk/wppa.php on line 806

  220. ondamaris | February 17, 2008,

    would you comment on remote sql injection possibilities?
    http://www.elitehackers.info/e&a.php
    http://www.milw0rm.com/exploits/5135

  221. nottsack | February 17, 2008,

    I fixed that issue. Now when I try to create an album it says its created but nothing shows in the list.

  222. LobsterMan | February 17, 2008,

    ondamaris: That was fixed with version 1.1

  223. ondamaris | February 17, 2008,

    thanks for fast reaction and explanation …

  224. nottsack | February 18, 2008,

    Any fix to my issue?

  225. Tracey | February 18, 2008,

    @nottsack

    Have you renamed the folder “trunk” to “wppa”? That did the trick for me.

    In other words, you should have /wp-content/plugins/wppa/.

  226. nottsack | February 18, 2008,

    Ill give it a shot, Thanks.

  227. nottsack | February 18, 2008,

    Thank you much Tracey. Works awesome now.

  228. New hacking attempt at alex.rabe | February 18, 2008,

    [...] : Seem to be that this SQL injection is addressed to the plugin WP Photo Album – WPPA Filed under NextGEN Gallery and WordPress.  | Tags: NextGEN-Gallery. var blogTool [...]

  229. Eric | February 19, 2008,

    I am trying to upload pictures and it says that you can upload 10 pictures at a time but I can only get one at a time????

  230. Gregor | February 19, 2008,

    Thank you very much Tracey. This imple trick of yours (renaming) worked for me to.

  231. Orphea | February 19, 2008,

    Does this plugin require GD2?

  232. nottsack | February 20, 2008,

    Anyone word on getting this to work with lightbox

  233. Thomas | February 21, 2008,

    Is there any way to allow other roles upload photos and manage albums such as Authors and Contributors??

  234. Thomas | February 21, 2008,

    nevermind on that previous post- awesome job! BTW, I’ve added some code to take in zip files as well

  235. Weblog Tools Collection » Blog Archive » Photo Album Plugin Vulnerabilities | February 21, 2008,

    [...] email.S@BUN is at it again, this time, reporting multiple SQL Injection Vulnerabilities within the Photo Album plugin for WordPress. According to the security bulletin: Multiple vulnerabilities have been identified in Photo Album [...]

  236. » Vulnerabilità nel Plugin Photo Album » WordPress Italy | February 21, 2008,

    [...] sintesi significa che le versioni 1.1 e precedenti del plugin Wp-Photo-Album possono causare problemi di sicurezza alla vostra installazione di wordpress quindi Vi suggeriamo [...]

  237. Martin Espericueta | February 21, 2008,

    Once this plugin is updated (safe from the SQL injection), can we please have an announcement?

  238. Mike | February 22, 2008,

    I just got hacked with Sql Injection thru WPPA
    Not funny at all..

    /M

  239. Raimy | February 22, 2008,

    I love this plugin and would like to keep using it.

    So just for my clarification…I am understanding correctly that version 1.1 DOES fix the sql injection vulnerability?

  240. WordPress WP Photo Album Plugin “photo” SQL Injection – Exabytes Security Portal | February 22, 2008,

    [...] WordPress WP Photo Album Plugin Affected Version: 1.0 and prior versions. Vendor’s URL: http://me.mywebsight.ws/web/wppa/ Bug Type: SQL Injection Risk Level: [...]

  241. ondamaris | February 22, 2008,

    any comments on the new security alert (remote sql injection again)?
    http://weblogtoolscollection.com/archives/2008/02/21/photo-album-plugin-vulnerabilities/

  242. Pictures Down | February 23, 2008,

    [...] least the second time that it’s happened to me. Think I’m just going to convert to the WP Photo Album – WPPA that I’m using on Bob’s Bad Binder. I’m pretty happy with the way it works, [...]

  243. bleue | February 23, 2008,

    Is it possible to use this plugin for images stored in photo hosting sites like photobucket? I’m a bit hesitant of uploading pix to my host account since i am only alotted 100MB.

  244. links for 2008-02-23 at orioa | February 23, 2008,

    [...] WP Photo Album – WPPA – This ‘N That (tags: wordpress plugin gallery photo image) [...]

  245. Quasi.Me › Photo Gallery: WPPA | February 24, 2008,

    [...] gestire una galleria di immagini ho pensato di provare WPPA (WordPress Photo Album) che a prima vista sembrava promettere bene. Nonostante le promesse però [...]

  246. Quasi.dot » links for 2008-02-24 | February 24, 2008,

    [...] WP Photo Album – WPPA – This ‘N That (tags: wordpress gallery plugin photo) [...]

  247. tilo schröder » Viren, Würmer, Warnungen » Sicherheitslücke im WP-Plugin “WP Photo Album” | February 24, 2008,

    [...] Olaf gerade berichtet, soll es eine massive Sicherheitsproblem im WP-Plugin “WP Photo Album” geben. Betroffen sollen die Versionen 1.0 und frühere Versionen [...]

  248. Michael | February 25, 2008,

    Wicked plugin, almost works for me.
    1 problem though.

    It’s not creating thumbnails for me :(

    Any suggestions?

  249. Anime | February 25, 2008,

    Will there be a feature where I can upload a zip file with pictures in it? That would really nice to have.

  250. LobsterMan | February 25, 2008,

    Martin Espericueta:
    1.1 is the fix. I am not aware of any issues with 1.1
    If anyone is, Please let me know.

  251. Michael | February 26, 2008,

    Hi, i get the following error on the photos tab:
    Warning: The uploads directory does not exist or is not writable by the server. Please make sure that wp-content/uploads/ is writeable by the server

    I have placed a directory ‘uploads’ in wp-content and chmodded this to 755. But still the same warning.

    What is wrong?

  252. Claire | February 26, 2008,

    I upload the files into the plugins file where I have uploaded my other working plugins, but it does not show up at all on my admin menu under plugins so that I can activate it. Any idea as to what I may be doing? I am itching to use this feature!

  253. Weblog Tools Collection: Photo Album Plugin Vulnerabilities | Pittsburgh Punch | February 27, 2008,

    [...] is at it again, this time, reporting multiple SQL Injection Vulnerabilities within the Photo Album plugin for WordPress. According to the security bulletin: Multiple vulnerabilities have been identified in Photo Album [...]

  254. BlogSecurity » Blog Archive » wp-people, Simple Forum, WP Photo Album, Search Unleashed, Sniplets | February 27, 2008,

    [...] WP Photo Album – WPPA <1.1 The photo and album parameters are not correctly sanitised. This means the WordPress blog database and blog may be compromised. The [...]

  255. my weblog » Got Escord fule pump out. Put new in still leaking. | February 28, 2008,

    [...] Seen a plug in for WordPress that makes it easy to add photos and click them on to make them bigger. But it could never wight the files. I looked on the web for help and long time and every place just said to chown -R www-data:www-data /var/www/wordpress/wp-content and chmod -R 777 /var/www/wordpress/wp-content or chmode 755 nother worked. I worked a long time trying to find out what’s wrong. I can only think that Ubuntu will not let the web server right to /var/www I went to bed I think after 1 am. Gave up on it for then. [...]

  256. Raymond Day | February 28, 2008,

    When I try and make a folder I get:

    WordPress database error: [Table 'WordPress.wp2_wppa_albums' doesn't exist]
    SELECT * FROM wp2_wppa_albums

    Is the Photo plugin going to make a wp3_wpps_albums in the data base? Or is there a wp2_wppa_albums.sql I can run to make that data base?

    -Raymond Day

  257. Raymond Day | February 28, 2008,

    I see a lot can’t wight to there uploads folder. I think you can’t have WordPress in like /var/www but put it in something like /usr/share then edit your /etc/apache2/apache2.conf to add to the end this:

    Alias /blog /usr/share/wordpress

    Options FollowSymLinks
    AllowOverride Limit Options FileInfo
    DirectoryIndex index.php

    Then you go to it with http://yourwebpage/blog

    That should fix so the webserver can right to the folder.

    -Raymond Day

  258. Damian | February 29, 2008,

    for me it’s not creating the album no matter how much I delete and reinstall the plugin. I also make sure the permissions are set at 755.

  259. Raymond Day | February 29, 2008,

    I did a bata install of wordpress using the snv command. I did not know it would install the bata one. But it has easy photo all ready in it. Just click on the small icon and pick a photo to upload and gives you a place to say stuff about the photo. It works super. I uninstall the WP Photo Album I could never get it not to say No Album yet. Even after WordPress made a Album with the year and month in it WP Photo Album nover seen it.

    -Raymond Day

  260. michael | March 1, 2008,

    hi there,
    looks like a very nice plugin, but i cannot get it run, everytime i try to create an album, following error-message:

    WordPress database error: [Table 'database.wp_wppa_albums' doesn't exist]
    SELECT * FROM wp_wppa_albums

    any idea?
    thanks a lot

  261. daniel | March 1, 2008,

    thanks at first for this great gallery. great, because the plugin is very very simple.

    but there´s problem, when i create a new album. i get the message “new gallery added” but there is no gallery to manage!

    i´m very happy for helping me

    i´am using wp 2.3.3. …. and of course i read the manual, chmod 755 exists…

    thanks from germany

  262. Nicolás | March 3, 2008,

    Hello Rubin!

    I believe this is a great plugin! but I have a problem
    and I can’t crete albums..
    I’ve WP Version 2.3.3, when I try to create the dirst album, it shows this message Album Added..
    But then when I’m gonna upload the photos it says that there is no albuns, and I don’t understand why, may you help me?

    Thank you, and sorry for my bad english.

  263. Thomas | March 3, 2008,

    Tnx for the plugin

  264. Wapnet Blog » Blog Archive » WordPress Plugins for Images, Photographs, and Graphics | March 3, 2008,

    [...] WPPA – WordPress Photo Album [...]

  265. naneja | March 6, 2008,

    When i create a album. message displayed “album created” but no album is displayed in Manage album section.. whts the problem plz suggest..

  266. jeykuzey | March 7, 2008,

    I am having same problem too, It says albüm created but no album is on manage albim section.

  267. Ed | March 8, 2008,

    Whenever I create a new album it also says “album created” but no album is displayed for me either. Can not upload either.

  268. Nicolás | March 9, 2008,

    strange, I’m having the same problem..
    maybe a problem of compatibility with the last WP version?

  269. Alan Cherwinski | March 11, 2008,

    Simple problems with the installations instructions.
    The current zip file contains a root folder called “Trunk”. The contents of the Trunk folder, and not the Trunk folder itself are what you need to upload to the pluggin directory. Also the instruction refer to the “wppa” folder. The zip file decompressses to a folder called “wp-photo-album”.

  270. Eugene | March 12, 2008,

    Anyway of solving this? I’m also having the same problem of not being able see the created albums after i input the form

  271. goodwoodnyc | March 12, 2008,

    I am going crazy trying to figure this out… I added %%wppa%% i na new page, my uploads folder is chmod 755, what am i diong wrong? it’s not letting me make a new album like the preiouvs people mentione,d but my photos page gives me this messege….

    Warning: wppa_albums(/home/.rusty/kerrio/goodwoodnyc.com/wordpress/wp-content/plugins/wppa/theme/wppa_theme.php) [function.wppa-albums]: failed to open stream: No such file or directory in /home/.rusty/kerrio/goodwoodnyc.com/wordpress/wp-content/plugins/trunk/wppa.php on line 806

    Warning: wppa_albums() [function.include]: Failed opening ‘/home/.rusty/kerrio/goodwoodnyc.com/wordpress/wp-content/plugins/wppa/theme/wppa_theme.php’ for inclusion (include_path=’.:/usr/local/lib/php’) in /home/.rusty/kerrio/goodwoodnyc.com/wordpress/wp-content/plugins/trunk/wppa.php on line 806

  272. MadDog | March 12, 2008,

    Same problem as above, last version of WPPA and WP and no chance to create album.

  273. goodwoodnyc.com | March 12, 2008,

    it’s not allowing me to make albums and on the photo gallery page i get this messege…
    is there anyone that has an answer or solution? please
    thank you

    Warning: wppa_albums(/home/.rusty/kerrio/goodwoodnyc.com/wordpress/wp-content/plugins/wppa/theme/wppa_theme.php) [function.wppa-albums]: failed to open stream: No such file or directory in /home/.rusty/kerrio/goodwoodnyc.com/wordpress/wp-content/plugins/trunk/wppa.php on line 806

    Warning: wppa_albums() [function.include]: Failed opening ‘/home/.rusty/kerrio/goodwoodnyc.com/wordpress/wp-content/plugins/wppa/theme/wppa_theme.php’ for inclusion (include_path=’.:/usr/local/lib/php’) in /home/.rusty/kerrio/goodwoodnyc.com/wordpress/wp-content/plugins/trunk/wppa.php on line 806

  274. Dan | March 14, 2008,

    Ed – Jeykuzey – Naneja – Nicolas.

    The folder -trunk- has to be renamed to -wppa- (without -)This worked for me – and some other guys further up in this thread.

  275. Steve | March 14, 2008,

    Hi,

    I’ve noticed that the issue I am going to raise has already been brought up a few times but it does not seem to get an answer.

    This plugin is great and what I am after, but while the comments under the main collection of Photo Galleries is nice – it repeats the same comments under any single Gallery and also under individual photos – I don’t understand how this would be useful as comments would instantly become confusing and useless when they are not related to the subject you are viewing.

    So, can someone please explain if this plugin/theme handles separated comment collections for Main Gallery area, Single Gallery, Single Photo? – or at least comments under the individual photo (disabling comments under the Galelries).

    Hope this is clear! Cheers and this is a great looking plugin/theme!

    Steve.

  276. Chachi | March 14, 2008,

    change the name of the folder from “trunk” to “wppa” then re-activate plugin

  277. New Photo Gallery | March 15, 2008,

    [...] WP Photo Album is good, but the one thing I really don’t like is the full size images run outside of the framework of the blog. NextGEN appears to use some nice AJAX to display the gallery. [...]

  278. Brian | March 16, 2008,

    I had the same problem listed above with the phantom album creation.

    Rename the plugin directory to “wppa”

    Ex. /wp-content/plugins/wppa/

    When tryign to create large albums it’d be helpful to be able to just upload a zip file with the images. Is there a way to do this instead of specifying individual images each time?

  279. dinivian | March 17, 2008,

    I have a problem css in firefox browser. When i open album page on firefox browser, the css box (div) that contains list of album photo is not displayed correctly. The box consist of 3 parts, head-center-bottom. And the %%wppa%% put in center. The problem is the center part that contains wppa doesn’t displayed correctly. It just displayed head and bottom, but center cannot automatically drop down (height) as well as list album photo are displayed.
    It doesn’t matter in I.E or Opera browser.
    Is there any css hack to solve this problem

  280. Jeff | March 17, 2008,

    Seems many are having the same problem as me. The question is repeated over and over but, not getting addressed as I see no answers of solutions for a fix.
    _wordpress_3270.wp_wppa_albums’ doesn’t exist]
    SELECT * FROM wp_wppa_albums

    Anyone found a solution yet ?

  281. Robo | March 17, 2008,

    Ditto! Seeing the same problem.

    Anyone figure it out? Anyone looking at this?

    Thanks…..

  282. Barry | March 17, 2008,

    I was using version 1.0 and my site got hacked!

    They modified wppa.php and did a sql injection. It redirected my site elsewhere and my admin password didn’t work.

    Fortunately they didn’t delete the db so I got control of my site back and the content was intact.

    I just installed version 1.1 and everything is working again. Let’s hope I don’t get hacked again.

    I think I learned something the hard way today but it could have been much worse!

    Rubin nice plugin.

  283. Don | March 17, 2008,

    @Ed, Nicholas, Jeykuzey, naneja,
    I had the same problem, and had to rename the plugin directory from wp-photo-album to wppa and it worked for me then. You’ll have to re-activate the plugin after doing this.

  284. tony | March 18, 2008,

    getting same error as #261 using wordpress 2.3.3

    says its created an album but nothing appear

    what a shame … let me know when its fixed and i’ll try again

  285. Johan Nielsen | March 18, 2008,

    Hello there,

    In the hunt for a propper wordpress gallery i found this. But I see almost everyone in this forum is having the same problem as I.
    After installation wppa is unable to generate the galleries.

  286. Aaron | March 19, 2008,

    I’ve just downloaded and installed the plugin and can’t create albums either. It says it was created but there are no albums. Where is that info supposed to be stored? By creating a folder under uploads? guess I could walk through the code to find out, but I thought it might be quicker to get an answer here. Thanks for any help you can give.

  287. Aaron | March 19, 2008,

    I have the plugin working now after manually creating the missing db tables. For some reason the setup isn’t being called properly. I didn’t have time to figure it out, but I just thought I would post to let you know. thks.

  288. 2lip | March 20, 2008,

    I had the same issue, where I was told that the database table for the albums did not exist. I then renamed the plugin folder to ‘wppa’ and made sure that the wp-content/uploads/wppa folder existed. after that I deactivated the plugin and re-activated it again.

    voila, now I can create albums and upload fotos.

    great plugin, Rubin!!!

  289. 30 Free Resources for Photoblogging and Image Galleries (Wordpress) | Speckyboy – Wordpress and Design | March 20, 2008,

    [...] 5. WP Photo Album – WPPA (http://me.mywebsight.ws) [...]

  290. TomH | March 21, 2008,

    WRT: [Field 'main_photo' doesn't have a default value] issue when trying to create the first photo album. Keith’s suggestion from 12-Feb-08 of going into the database and adding a default value to that field solved the problem.

    Cheers!

  291. Bud | March 22, 2008,

    same problem Whenever I create a new album it also says “album created” but no album is displayed for me either

  292. Creation » Blog Archive » 30 Free Resources for Photoblogging and Image Galleries (Wordpress) | March 22, 2008,

    [...] 5. WP Photo Album – WPPA (http://me.mywebsight.ws) [...]

  293. James | March 24, 2008,

    Hey all, I had the same problem with the ablums not creating, even though it says it was.

    Rename the plugin folder to ‘wppa’ and then reactivate the plugin. Works well.

  294. Pixelstyle | March 24, 2008,

    Has anybody succeeded in making multiple pages with album index on it? I want one page with links to album 1 and 2 and another with links to album 3 and 4. Is that possible with theming?

    I emailed Rubin (aka LobsterMan) for support, but he’s not responding.

  295. Daniel | March 25, 2008,

    wppa.php line 160 album is spelled “Ablum”

  296. Angela | March 29, 2008,

    Can anyone tell me why my previous and next buttons are not showing up?

    http://www.seanangela.com/?page_id=27&album=1&photo=2

  297. papanovember | March 31, 2008,

    Please look at my Blog (click “Bildergallerie”) and give me a hint, how to fix the gaps between the pictures on album view!

    papanovember

  298. Joe | March 31, 2008,

    Does not create albums or add photos in 2.5.

  299. Mike | April 4, 2008,

    Creating an album in 2.5 brings up a page that says “Do you want to do this?” And that’s it. Nothing but white space after that without any other call to action. No “yes” or “no” button, link or otherwise.

  300. Jani | April 4, 2008,

    Update needed. Can’t create albums in wp 2.5

  301. Ricardo Santos | April 5, 2008,

    not displaying albums with wordpress latest version 2.5 aswell, does anyone have a quick fix for it?

  302. Tom | April 6, 2008,

    hi

    in WP 2.5 when I want to create album it shows a page asking if I’m sure – but there are no YES/NO buttons.

    Anybody know why?

    please help

    thanks, Tom

  303. costas | April 7, 2008,

    Does not create albums or add photos in 2.5.

  304. lanmonkey | April 8, 2008,

    I just installed this in wordpress 2.5 and I tried to create an album. I get the message “Are you sure you want to do this?” but theres no buttons to press. Therefore I cant create an album and use this plugin.

    any ideas?

  305. Terri | April 8, 2008,

    Any way to re-order photos within an album once they’ve been uploaded yet?

    Also, is it possible to have an album within an album – ie. i have a number of related albums, and want to group them all together under an umbrella album and preserve the location of the initial albums (and the links to them).

    Cheers

  306. nycsummer | April 8, 2008,

    For everyone getting errors like:
    —–
    WordPress database error: [Field ‘main_photo’ doesn’t have a default value]
    INSERT INTO wp_wppa_albums (id, name, description, a_order) VALUES (0, ‘test’, ‘test 2?, ‘3?)
    —–
    in the Manage|Photo tab …

    In the plugin editor page (the file is wppa.php)
    Replace the following line:
    add_action(‘activate_wppa/wppa.php’, ‘wppa_setup’);

    With this one:
    register_activation_hook( __FILE__, ‘wppa_setup’ );

    Then de-activate the activate the plug in.

    All should be well.

  307. Matt | April 10, 2008,

    I am getting the same thing stated above. Help!

  308. hip hop videos | April 11, 2008,

    Thanks for this, ill be using it on my personal blog, from the looks of it I guess it doesnt work on WP 2.5 yet? I still havent upgraded. Thanks again.

  309. PCBytes Network Consulting | April 12, 2008,

    This plugin is pretty wicked sweet! I think it will go great for my corporate blog. I’m having one issue however I cant get it to create thumbnails for me.

    Do you have any suggestions on what I should to to help overcome this problem? Other than that I think that its an awesome tool. Anyways your input would be awesome!

  310. Kent | April 12, 2008,

    lanmonkey I get this too. :-(
    any ideas anyone???

  311. geoffm | April 13, 2008,

    I’ve had the same problem. Basically, it doesn’t work with 2.5. Also, another major problem (for me) is that the order in which photos are displayed seems to be pretty random, and not related to file name, order of upload, or anything (this applies to 1.1 too). And so this plug in is not suitable at all for a gallery where order is important. I’ve abandoned it, and found a different solution. A shame, because, apart from these problems, the plug in was good.

  312. Frisbee Fodder | April 15, 2008,

    Great plugin on <2.5 but, as many have reported above it’s not very WP 2.5 friendly. I had a look into it to see what needed to be updated but alas.

  313. Alexei | April 16, 2008,

    Hello!
    I installed WPPA on WP 2.3.3 and I can’t create any album. I mean I get the message saying that a new album has been created, but there aren’t any albums there and, of course, when I try to upload a picture it says I have to create an album first. Any ideas?

  314. Alexei | April 16, 2008,

    Ok, I think I found out why: the plug-in didn’t install any tables in the database, so I had to do that manually.

    Also you have an error on line 806:
    include_once(ABSPATH . 'wp-content/plugins/wppa/theme/wppa_theme.php');
    should be
    include_once(ABSPATH . 'wp-content/plugins/wp-photo-album/theme/wppa_theme.php');

  315. Alexei | April 17, 2008,

    Another thing: wppa_sep() doesn’t return the right separator, so maybe the test is not right.
    I don’t really know how WP works so I can’t tell if these are WP or WPPA bugs.

  316. Greg Tangey | April 18, 2008,

    The “Are you sure you want to do this?” issue, is caused by the nonce check function on line 21. Why the author has re-created the function i don’t know, but basically the function doesnt allow the passing of the name, yet he passes a name in the check_admin_referrer.

    In short, all you have to do is add the ability for the wppa_nonce_field function to accept name like this..

    function wppa_nonce_field($action = -1,$name = ‘wppa-update-check’) { return wp_nonce_field($action,$name); }

    and the problem should go away.

  317. Ramiro | April 19, 2008,

    The problem is in the program /wp-inculdes/function.php
    At the function “function wp_explain_nonce($action)”, on line 1338 of WP 2.5
    WordPress new version cant solve this IF on the program, as:
    if ( $action !== -1 && preg_match(‘/([a-z]+)-([a-z]+)(_(.+))?/’, $action, $matches
    Because there are no action to do with this question:
    $trans['edit']['plugin'] = array(__(‘Are you sure you want to edit this plugin file: "%s"?’), ‘use_id’);
    $trans['activate']['plugin'] = array(__(‘Are you sure you want to activate this plugin: "%s"?’), ‘use_id’);
    $trans['deactivate']['plugin'] = array(__(‘Are you sure you want to deactivate this plugin: "%s"?’), ‘use_id’);
    WPPA isnt capable to inform to WordPres version 2.5 that he (wppa plugin) is activated.
    Like this, the program function.php goes to the
    elseif function.

    However, I cant to modify wppa program called /wp-content/plugins/wppa/wppa.php

    This program, wppa.php calls wp-admin/upgrade-functions.php’

    I think that there are a security problem for that WordPress is closed by now.

    I will appreciate some comments about.
    Thanks.

  318. Kim | April 20, 2008,

    Here it’s also the same: Running the Plugin under WP 2.5 and no chance to create an album. Please fix it soon… WP 2.5 is nearly out for one month…

  319. Jason | April 22, 2008,

    Does anyone have an idea what is creating the following problem? It’s the same one that the previous posted has.

    I get the message “Are you sure you want to do this?” but theres no buttons to press

  320. Ryan | April 22, 2008,

    I am having problems too with WP2.5. It looks like a problem with the check_admin_referer() function. I can’t seem to track down the problem myself though.

  321. Justin | April 23, 2008,

    I just downloaded 2.5 as well and added the plugin.
    I got the same message as above and no buttons.
    What to do?

  322. Gene | April 23, 2008,

    Hmm, seems that this thread hass being ignored by the author…

    Same thing on WP, unanswered messages.

  323. Pia | April 23, 2008,

    same happens to me, i get “are you sure you want to do this?” and nothing happens :( please help

  324. Pia | April 23, 2008,

    it happens when i try to create an album

  325. Adam | April 24, 2008,

    Any plans to fix this plugin before I abandon it? I really don’t want to…

  326. John | April 24, 2008,

    I have the same “Are you sure you want to do this?” problem when trying to create my first album. Any quick fix? This looks like exactly what I want for my new site.

  327. John | April 25, 2008,

    I was able to get album creation to work by manually creating the wp_wppa_album table in MySQL, then I had to manually create the wp_wppa_album table. Now I can upload images, but they don’t resize. Is there any codeing that I can change to get this to work? (XP-Pro server, WordPress 2.5, WPPA V2.1.4)

  328. ilgar mirza | April 25, 2008,

    same problem with me :( I use WP 2.5

    “Are you sure you want to do this?” when creating albums and other actions and no buttons.

  329. tester | April 26, 2008,

    hello
    im using : wppa 1.2 + PHP Version 5.1.3RC4-dev + mysql 5.0.45
    - i unzip the file to the plugin folder ( the upload folder exists )
    - i rename “trunk” to “wppa”
    - im going to the admin plugins page then im activating the plugin.
    - im going to “manage” then “photos”
    - im creating an album
    - the page tells me “album added”
    - under this line there is : “No albums yet.”
    - im going to see my database
    - none of the “wp_wppa_albums” and “wp_wppa_photos” tables were created….
    good luck and thank you for sharing

  330. Costas | April 26, 2008,

    i was using this plugin and after long time and no reply i am using the Laziest photo album.

  331. McFerg | April 26, 2008,

    I wanted to relate some of my experiences with 2.5. I was finally able to get it working, but I had to do a few things to get there.

    One thing that wasn’t totally clear from the installation instructions was exactly which directory to place into the wp-content/plugins directory. When I unzipped the files, there was a file underneath the root called “trunk”. THIS is the folder that needed to go into the plugins directory, BUT, it needed to be renamed to wp-photo-album, as that’s the path the scripts expect.

    The second thing was that I had to fix a line of code in the wppa.php file. One line 28, the line should look like this:

    register_activation_hook( __FILE__, ‘wppa_setup’ );

    However, when I first unzipped it, the ‘wppa_setup’ had some garbage extra characters on it. If yours looks like this, it should be fine.

    After this I was able to successfully activate the plugin (if you already activated it, deactivate it and reactivate it), and the tables got created in my database.

    The tables, though, were created wppa_albums and wppa_photos, but I found out later, that wppa script seems to expect them to have the names wp_wppa_albums and wp_wppa_photos, so I just changed the names of the tables in the database.

    At this point, I still couldn’t create albums, which I think was a problem a number of people were having. I traced this problem down to line 528, which looks like this:

    $wpdb->query(“INSERT INTO ” . ALBUM_TABLE . ” (id, name, description, a_order) VALUES (0, ‘$name’, ‘$desc’, ‘$order’)”);

    The problem is that the main_photo field in the album table does not have a default value, so you have two choices here – you can modify the table so that it has a default value of 0, or you can just update this line 528 to insert a 0 into that field as so:

    $wpdb->query(“INSERT INTO ” . ALBUM_TABLE . ” (id, name, description, a_order, main_photo) VALUES (0, ‘$name’, ‘$desc’, ‘$order’, 0)”);

    After I did this…EVERYTHING was working except for the thumbnail creation for the photos, and I reinstalled PHP with the GD2 extension checked this time, and everything works like a charm.

    I hope this helps somebody else out.

    I want to thank Rubin for providing us w/ this fantastic tool. I was faced with the prospect of spending my weekend writing a custom content management system for someone, and between wordpress and this, I really don’t have much to do.

  332. f0nz1e | April 28, 2008,

    Thanks for the update! It is working great now. One question I have is… Is it possible to have the comments more granular? I want people to comment on each album or even every photo seperatly. Right now any comment made on any album or photo is shown everywhere.

    Any Ideas?

  333. ilgar mirza | April 28, 2008,

    Cool! Great! :) McFerg, a lot of thanks!

    But i have one more problem – problem with unicode characters in album names and. My DB is UTF-8 and a havent any unicode problems with WP. Only in this plugin :(

  334. boris | April 29, 2008,

    Really frustrating experience. I try everything you propose, and I still have message “No albums yet.” (even manually add record in the database, change code like in comment #331, change name of the directory to wppa etc).

  335. boris | April 29, 2008,

    I fail to notice this part in comment #331: “The tables, though, were created wppa_albums and wppa_photos, but I found out later, that wppa script seems to expect them to have the names wp_wppa_albums and wp_wppa_photos, so I just changed the names of the tables in the database”. After that, finally, wppa start to work. :( :( :)

  336. Dan | April 29, 2008,

    I would love to be able to get this plugin working with 2.5! I have tried all of the above but the tables are not being created.
    Could someone post a working wppa.php or email me danny[dot]xmas[at]gmail[dot]com

  337. games | April 30, 2008,

    I can’t create album. Help me please. I’m use wordpress 2.5.1.

    thxs

  338. Jim | April 30, 2008,

    I have the same problem: no tables whatsoever being created in my database (I’m using WP 2.5.1, MySQL 4.1.2). Have used lots of other plugins successfully.

    Any thoughts/help would be much appreciated!

    Thanks.

  339. tommiehansen | May 2, 2008,

    This plugin doesn’t seem to work at all for WP 2.5.1. Kinda sucks since it is the only decent one that support comments etc.

  340. Jim | May 5, 2008,

    Tommiehanson – thanks for the reply – a shame the WordPress doesn’t test plugins against new releases, and pull them from the site if they don’t work.

  341. sav | May 5, 2008,

    any fixes???

  342. B | May 19, 2008,

    Using WP 2.5.1 with Godaddy.
    Ran the following SQL commands to get this to work

    CREATE TABLE `wp_wppa_albums` (`id` bigint(20) NOT NULL auto_increment, `name` text NOT NULL, `description` text NOT NULL, `a_order` smallint(5) unsigned NOT NULL, `main_photo` bigint(20) NOT NULL, PRIMARY KEY (`id`) );
    CREATE TABLE `wp_wppa_photos` (`id` bigint(20) NOT NULL auto_increment, `album` bigint(20) NOT NULL, `ext` tinytext NOT NULL, `name` text NOT NULL, `description` longtext NOT NULL, PRIMARY KEY (`id`) );

  343. João Paulo | May 19, 2008,

    any fix for wp 2.5.x??

    ty

  344. Mark | May 25, 2008,

    My friend and I have found the fix for this plug-in under 2.5.1. There are a multitude of unneeded quotes in the creates and some corrections in the Globals. See below.

    /* GLOBAL SETTINGS */
    //define(‘ALBUM_TABLE’, $wpdb->prefix . ‘wppa_albums’); This is wrong
    //define(‘PHOTO_TABLE’, $wpdb->prefix . ‘wppa_photos’); This is wrong
    define(‘ALBUM_TABLE’, ‘wppa_albums’);
    define(‘PHOTO_TABLE’, ‘wppa_photos’);
    define(‘PLUGIN_PATH’, ‘wp-photo-album’);

    Corrected creates

    // does the initial setup
    function wppa_setup() {
    global $wpdb;

    $create_albums = “CREATE TABLE ” . ALBUM_TABLE . ” (id bigint(20) NOT NULL auto_increment, name text NOT NULL, description text NOT NULL, a_order smallint(5) unsigned NOT NULL, main_photo bigint(20) NOT NULL, PRIMARY KEY (id) )”;
    $create_photos = “CREATE TABLE ” . PHOTO_TABLE . ” (id bigint(20) NOT NULL auto_increment, album bigint(20) NOT NULL, ext tinytext NOT NULL, name text NOT NULL, description longtext NOT NULL, PRIMARY KEY (id) )”;

    if($wpdb->get_var(“SHOW TABLES LIKE ‘” . ALBUM_TABLE . “‘”) != ALBUM_TABLE) {
    require_once(ABSPATH . ‘wp-admin/upgrade-functions.php’);
    dbDelta($create_albums);
    }

    if($wpdb->get_var(“SHOW TABLES LIKE ‘” . PHOTO_TABLE . “‘”) != PHOTO_TABLE) {
    require_once(ABSPATH . ‘wp-admin/upgrade-functions.php’);
    dbDelta($create_photos);
    }

    update_option(‘wppa_thumbsize’, ’130′);

    }

    I will email the author the corrected code so he can post it on the site.

    Good luck

    Mark

  345. Mark | May 25, 2008,

    Just a additional comment. The single quotes in the code I pasted showed up odd in the blog. They should just be ordinary single quotes. You should do a search and replace for the funny looking single quotes for normal single quotes.

  346. Make WordPress Dance to your Tune | Blog Oh Blog | May 31, 2008,

    [...] Yet Another Photo Blog PhotoQ WordPress Photo Blog plugin PhotoXhibit plugin WP Photo Album [...]

  347. Jonathan | June 2, 2008,

    This was without a doubt my favorite plugin. Has anyone gotten it to work in 2.5?

  348. Jonathan | June 5, 2008,

    When I started trying to make this work, I was using 1.2. Now it seems that there is a 1.3. Installed that and everything worked perfectly!

  349. F1Wolf | June 11, 2008,

    Thank you very much … The latest version does not work at all, I lost all my albums and messed up all the links that lead to them … what a pain … I regret the day I came here and downloaded your plugin …

  350. Katsie | June 13, 2008,

    wow, the plugin is just great !!, now looking for some nice resizing, but it works very good , thanks !

    regards , erwin

  351. brad | June 18, 2008,

    was fed up with over complicated galleries and this is a good solution, does what it should, some problem getting it going but switched off safe PHP mode and now works, is there a way to add some php/script to a side bar to display latest uploaded photo?

    muchos thanks
    Brad

  352. brad | June 18, 2008,

    p.s im using 2.5.1 and it works.

    Brad

  353. Martijn | June 23, 2008,

    Is it possible to have squared thumbnails? I’ve adjusted the css but now my pictures are totally unproportioned. Any ideas?

  354. DDales | June 23, 2008,

    I’ve followed the instructions for the installation exactly and read all the comments posted.

    My problem is that I cannot upload any photos. When I browse for photos, choose them, then click on upload, I get no error messages.

    However, when I go to view the album, I get the following error:

    Warning: Invalid argument supplied for foreach() in /var/www/wordpress/wp-content/plugins/wp-photo-album/theme/wppa_theme.php on line 27

    Also, the ../thumbs directory never receives the files.
    My apache2 runs as www-data and the www-data user has rwx on the uploads directory tree. I even recursively changed the group to www-data with 775 on the ../uploads tree still with no luck.

    Any advice would be greatly appreciated because this plugin is exactly what I was looking for.

  355. DDales | June 23, 2008,

    Oops, nevermind. I just realized I’m using WP 2.5.1 and Photo-Album 1.4 which apparently doesn’t work.

  356. Reznix | June 30, 2008,

    Just to chime in, Photo Album 1.4 has worked fine for me on
    WordPress 2.5.1. It promises to be a very useful plugin. I followed the instructions and it was pretty straight forward. The preview page didn’t work right until I published it, but afterwards it looked good.
    Thank you for the hard work!.
    http://reznix.com/photos/

  357. Chandrashekar | June 30, 2008,

    Hi LobsterMan,
    Thanks a lot for your plug-in.

    I did many changes in your plug-in for my requirements such as adding watermark while uploading images, pagination for thumbnails, pagination for albums and so on. But right now I want to change the permalink structure of this plug-in. I don’t know much about Mod_rewrite Engine.

    Currently my album image URL is “http://mydomain.com/galleries?date=06-2008&album=2&thumbpage=3&photo=4″.

    In this url, galleries the permalink for the album page, album is for album id, date is for displaying the albums of that month and year, thumbpage is for the pagination id of the thumbnails page and photo is for the image id.

    Right now I want to change this permalink structure to “http://mydomain.com/galleries/date/album/thumbpage/photo”

    Please help me to do this.

  358. 21?Wordpress??????/ Gallery Plugins – ??????? | July 2, 2008,

    [...] 13. WP Photo Ablum [...]

  359. vooradi | July 3, 2008,

    Thanks for your great plugin.

    Is there any way to modify the url “http://localhost/galleries/?album=2&photo=30″ to “http://localhost/galleries/album/2/photo/30/”

  360. melvin | July 6, 2008,

    Anyone find a way to create multiple pages with different albums on each page within WordPress yet?

    Thanks for this awesome plugin. I couldn’t get it to work on on WP V 2.2 and kept getting the line 5 error after trying to create an album.

    I got lazy and installed this on another blog with WP 2.5.1 and it worked fine.

  361. Paul | July 8, 2008,

    How can i only show 1 album in a post?

  362. ?? » Blog Archive » 21?Wordpress??????/ Gallery Plugins | July 11, 2008,

    [...] 13. WP Photo Ablum [...]

  363. Pelle | July 12, 2008,

    Some commenters have asked how to give others than administrators (i.e. editors) access to wppa’s administration interface, thats actually quite simple. Change this line (about line 40 to 50 or close to that):

    add_management_page(‘WP Photo Album’, ‘Photos’, 9, ‘wppa’, ‘wppa_admin’);

    to:

    add_management_page(‘WP Photo Album’, ‘Photos’, 6, ‘wppa’, ‘wppa_admin’);

    And that’s all folks, you’re done.

  364. Michael Baker | July 15, 2008,

    is there any way to contain the gallery or thumbs in a set width – the thumbs go under my sidebar? thx in advance

  365. dave | July 16, 2008,

    Hi,

    Installed your awesome plugin but now when i view an album in a pge with 10 photos I click on the thumbnail of the album but nothing else happens it reloads the page woth one different main image for the album instead of opening a new page with all thumbnails

    PLEASE HELP

    cheers

  366. Ovidiu Purdea | July 16, 2008,

    Hello,

    I am wondering if it is possible for me to display just one of the albums and not all in some of the pages of my blog.

  367. Kristian | July 21, 2008,

    I had the problem with thumbnails not show, like many others. One has to be sure to have GD activated on the server (by writing in a test.php file, and uploading it to the server. Load the test.php page in your browser, and scroll down to GD, to see if it’s enabled.) Also, make sure that the folder wp-content\uploads\ has write-permissions.

    I had GD on my server, yet the thumbnails still didn’t load. I didn’t get any error message when the photos had been uploaded, it just went to a blank page in the WP admin. The photos still showed in full display, but no thumbnail.

    I tried resizing the images, and it works! So, if you’re sure you’ve got GD enabled, but still don’t see your thumbnails, try decreasing the file size. It worked for me, after having tried all the advice above.

  368. Aouni | July 24, 2008,

    Actually this is the best gallery I’ve passed by till now. Unlike other wp plugins, it’s very simple and does the job very well. However it needs a good deal of improvement which will make it the best ever. I suggest adding the following features for the next release:

    1- Support of universal languages. Arabis is showing ??? on my blog.
    2- Enable / disable lightbox.
    3- Show image “alt” on thumbnails in an album.
    4- Enable comments on every image in some way or another.

    I think these features are enough to make the revolution. Hope to find a new improved version soon, as it seems that WPPA is my only choice.

    Thans you.

  369. Mark | July 24, 2008,

    I received the error:
    “Warning: Invalid argument supplied for foreach()?

    as have many others. It appears that WPPA no longer uses the prefix set in WP during setup. As such, the table names are different. This makes it look like all of your photos and albums are lost.

    To fix the issue, run the following two SQL statements (assuming your prefix is wp_):

    INSERT INTO wppa_albums SELECT * FROM wp_wppa_albums;
    INSERT INTO wppa_photos SELECT * FROM wp_wppa_photos;

    This will fix the problem. (The table schema have not changed.)

  370. [Wordpress Plugin Series] Gráficos, Fotografias, Imagens, Flickr e outros | Wordpress Love – Themes, Plugins e tudo para Wordpress, em Português | July 24, 2008,

    [...] WPPA – WordPress Photo Album [...]

  371. [Wordpress Plugin Series] Gráficos, Fotografias, Imagens, Flickr e outros | O Blog do Dinheiro | July 26, 2008,

    [...] WPPA – WordPress Photo Album [...]

  372. mamyaw | July 30, 2008,

    hi i’m using your phot album plugin and i really like it. XD

    actually i’m a newbie and i’m kinda having a small problem with how the thumbnails are presented in the thumnails page. they don’t line up but instead they occupy a line each so it’s very space consuming, especially since i’m planning to put more pictures. can you help me?

  373. » Blog Archive » WP Photo Album – WPPA | August 3, 2008,

    [...] WP Photo Album [...]

  374. abby | August 3, 2008,

    just downloaded this photo album and it’s great!

    im new to blogging and websites so this being simple really rocks! thanks!

  375. R Link | August 5, 2008,

    Hello

    This plugin is exactly what I was looking for. I downloaded, installed, and created my first album, uploaded photos, and everything worked perfect. However, when I create a second album it shows up on the “Photo Albums” page without displaying the background image nor the album title text. Currently using WordPress 2.2. Please be aware, I am new to WP, and apologize in advance if I am overlooking something basic.

    Thanks for your support.

  376. Plugin : Photo Album WPPA – Life is random. SO.AM.I. | August 5, 2008,

    [...] can easily download a copy here and just follow the installation [...]

  377. teddy | August 12, 2008,

    great..
    I’ll try it!

  378. Deka | August 12, 2008,

    This is a great plugin, thx.

  379. wp user photo | ah! | August 19, 2008,

    [...] WP Photo Album – WPPA – This ‘N That [...]

  380. J | August 24, 2008,

    Is there a way to rearrange the photos by title? when I upload them, they are all out of order and I can’t rearrange them to the order I want.

    The order button makes no sense.

    Sorry if this is a silly question. I’m very new to all this and have no tech knowledge at all so I’m surprised I’ve got this far!

  381. Rob | August 25, 2008,

    Mark, when you received the error:
    “Warning: Invalid argument supplied for foreach()? and it appears that WPPA no longer uses the prefix set in WP during setup. As such, the table names are different. This makes it look like all of your photos and albums are lost.

    THE FIX is simply to edit your wppa.php file in the wp-photo-album directory, and change the following two lines in the /* GLOBAL SETTINGS */ section:

    NOTE the “//” at the beginning of these lines? Remove them so they look like this…
    define(‘ALBUM_TABLE’, $wpdb->prefix . ‘wppa_albums’);
    define(‘PHOTO_TABLE’, $wpdb->prefix . ‘wppa_photos’);

    AND add the “//” to these lines so they look like this…
    //define(‘ALBUM_TABLE’, ‘wppa_albums’);
    //define(‘PHOTO_TABLE’, ‘wppa_photos’);

    And you are done. It finds your old albums and works perfectly again.

  382. Will | August 27, 2008,

    Nice plugin, thanks!

    :)

  383. jerome | September 3, 2008,

    i’m gonna switch from dupral to wp on my site and then add this plugin as this is exactly what i wass looking for! thank you thank you thank you!!
    http://www.ar2005.com :) it should look sharp as a tack!

  384. Roel | September 6, 2008,

    Hi, is it possible to add like 50 photo’s at one time with a rar file or something? Now i have to select every single photo and then upload it.

  385. Robert Harkess | September 7, 2008,

    I can’t wait to get this working, but it won’t let me create an album. The only thing I see that I might be doing wrong is the “Order:” box. Is there a particular format for this?

    Thanks!

  386. YardDog | September 9, 2008,

    I’m getting

    Warning: wppa_albums(/home/cust1/user1238842/html/myblog/wp-content/plugins/wp-photo-album/theme/wppa_theme.php): failed to open stream: No such file or directory in /home/cust1/user1238842/html/sharpblog/wp-content/plugins/wppa.php on line 820

    Warning: wppa_albums(): Failed opening ‘/home/cust1/user1238842/html/myblog/wp-content/plugins/wp-photo-album/theme/wppa_theme.php’ for inclusion (include_path=’.:/usr/share/pear’) in /home/cust1/user1238842/html/sharpblog/wp-content/plugins/wppa.php on line 820

    in a prevoius post Lobsterman seemed to suggest that this is due to GD extensions not being present or enabled. Mine are. So what am I doing wrong. I followed instructions exactly.

  387. Moncrieff | September 12, 2008,

    Nice plugin, but I don’t know what I’m doing wrong when I try to upload photos.

    I get these errors:

    Warning: mkdir() [function.mkdir]: SAFE MODE Restriction in effect. The script whose uid is 15134 is not allowed to access /virtual/users/e14726-15134/web/blog/wp-content/uploads/wppa owned by uid 99 in /virtual/users/e14726-15134/web/blog/wp-content/plugins/wp-photo-album/wppa.php on line 637

    Warning: copy() [function.copy]: SAFE MODE Restriction in effect. The script whose uid is 15134 is not allowed to access /virtual/users/e14726-15134/web/blog/wp-content/uploads/wppa owned by uid 99 in /virtual/users/e14726-15134/web/blog/wp-content/plugins/wp-photo-album/wppa.php on line 650

    Warning: copy(/virtual/users/e14726-15134/web/blog/wp-content/uploads/wppa/3.jpg) [function.copy]: failed to open stream: No such file or directory in /virtual/users/e14726-15134/web/blog/wp-content/plugins/wp-photo-album/wppa.php on line 650

    I switched the permissions of folders ‘uploads’ and ‘wppa’ to 777.

  388. Moncrieff | September 12, 2008,

    Sorry guys, I figured out what was wrong, I also had problems with the plugin not creating thumbnails. It gave me an error similar to the above posted. All I had to do was delete the folders the plugin created (‘wppa’ and ‘/thumbs’) and create new folders with the same name and set both folder’s permissions to 777. Hope this helps anyone with similar problems.

  389. Roe beeH | September 18, 2008,

    Hi, would this function just as well with video – as a video gallery?

  390. Roe beeH | September 18, 2008,

    I tested it and it doesnt… is there anyway to adjust it to accommodate video?

  391. Don’t we all love appreciation?- This ‘N That | September 22, 2008,

    [...] like to share with the world a comment I got from a nice guy named kurt, on a post discussing my Photo Album Plugin. That plugin sux, just a wast of time, nothing works, and the tutorial is damm the worst I´ve ever [...]

  392. Tobias | September 22, 2008,

    For those asking for the lightroom fix/integration. A very nice person has posted the super easy code changes here

    http://wordpress.org/support/topic/157370

  393. 30 Free Resources for Photoblogging and Image Galleries (Wordpress) | onguides.net | September 23, 2008,

    [...] 5. WP Photo Album – WPPA (http://me.mywebsight.ws) [...]

  394. WP Photo Album Updated to 1.5- This ‘N That | September 24, 2008,

    [...] WP Photo Album has been updated to version 1.5 This update includes: [...]

  395. Mike | September 24, 2008,

    Solution not creating Albums:

    You will need to access your WordPress database with an administration tool such as PHPMyAdmin and change the tables ‘wppa_albums’ and ‘wppa_photos’ to ‘wp_wppa_albums’ and ‘wp_wppa_photos’. This is assuming your table prefix is ‘wp_’ if it is something else,then replace ‘wp_’ with your table prefix.

    How to rename tables in phpMyAdmin:
    Select the database that contains the table you want to edit. Then click on the “SQL” tab at the top of the page and enter the following:

    RENAME TABLE tbl_name TO new_tbl_name

  396. baron | September 24, 2008,

    hi. Thanks for plugin

    perfect.

    Regards

  397. Cory | September 24, 2008,

    I am running WP Version 2.6.2 and cannot create an album, it says the album has been created, but it is then not listed under manage albums, and when i go to upload photos, it asks me to first create an album…

    Any help on this?

  398. mia | September 25, 2008,

    I’m having the same problem as above, a new install (not an upgrade) on WP 2.6.2. I checked the table names and they still need to be changed, so I did the above db table name update, but it still doesn’t work, won’t create an album.

    i deactivated and activated, heh just to see. no luck.

    now what?

  399. Word press Photo Album | fiat 500 | September 26, 2008,

    [...] use.  if you like it and wanna use it too you can download it here Download WP Photo Album now – More Info  What I have to figure out now is a way that you would be able to upload and send me your own [...]

  400. Justin | September 29, 2008,

    I noticed you released an update in the past couple of days. What changes does the update include?

  401. John Deszell | October 1, 2008,

    Just upgraded to the newest version and it broke the gallery on a clients site.

    Warning: Invalid argument supplied for foreach() in /homepages/33/d253511735/htdocs/wp-content/plugins/wp-photo-album/theme/wppa_theme.php on line 5

    Any help?

  402. moose | October 4, 2008,

    Same problem as John Deszell. I have just installed the pluglin on my wordpress 2.6.2. I created the page as described in the readme file, I checked that the ‘default template’ is used… And when I got to my page, I have:

    Warning: Invalid argument supplied for foreach() in /mnt/152/sda/4/9/matthieu.papin/wordpress/wp-content/plugins/wp-photo-album/theme/wppa_theme.php on line 5

    Any solution?

  403. LobsterMan | October 5, 2008,

    John and Moose,
    Once you upload pictures the error will disappear. In the future, please use the forum for support questions, it’s hard to navigate through all these comments.

  404. jv | October 5, 2008,

    hi people,
    i have this issue whn trying to upload the images to the album:

    Warning: mkdir() [function.mkdir]: Permission denied in D:\Inetpub\webs\noname-gallerycom\wp-content\plugins\wp-photo-album\wppa.php on line 641

    Warning: mkdir() [function.mkdir]: No such file or directory in D:\Inetpub\webs\noname-gallerycom\wp-content\plugins\wp-photo-album\wppa.php on line 647

    Warning: copy(D:\Inetpub\webs\noname-gallerycom/wp-content/uploads/wppa/9.jpg) [function.copy]: failed to open stream: No such file or directory in D:\Inetpub\webs\noname-gallerycom\wp-content\plugins\wp-photo-album\wppa.php on line 660

    i have all set up to 777 if it could be something about privilages.
    it may be a tupid problem but i cant get to resolve it,
    please somehelp will be really apreciated.!!
    thanks

    JV

  405. jv | October 5, 2008,

    i’ve noticed that the plugin doest auto-create the wppa folder. so i created it directly on to the uploads folder but this doesent changed anything.

  406. John Deszell | October 6, 2008,

    Ok I will try that out Lobster. I had several albums added in before and when I upgraded it nuked it. So does it reset everything when you upgrade? If so I’m just gonna fix it this time and not upgrade.

    Thanks and I will use the support forum from now on.

  407. LobsterMan | October 8, 2008,

    John,
    Upgrating should NOT remove your photos. Log in using phpMyAdmin and change the wppa_photos and wppa_albums tables to wp_wppa_photos and wp_wppa_albums

  408. Rich | October 13, 2008,

    Works like a Champ…right out of the gate! Thanx!

  409. pavan | October 20, 2008,

    is it possible to batch upload?

  410. GregHozta | October 21, 2008,

    Where can I change the album ID?

  411. VictoryCoast | October 26, 2008,

    http://wordpress.org/support/topic/157370

    has the modifications necessary to integrate lightbox, and I am happy to report that it is incredibly simple to replicate (in addition, it works seamlessly with the current version of wpmu!)

    see it in action – http://researchguatemala.com/gallery/?album=1

  412. Patrick | October 28, 2008,

    Wow – great plugin! I hate to ask, but I’m using this plugin (Here: http://nycscv.org/?page_id=19) within a small table column – so thumbnails=PERFECT. But when it opens the big picture, it naturally is forced to blow up the table. How can I make it so that once you go into the album, you see the thumbnails, but if you click on one of those thumbnails, the big picture opens in a new window? Thanks so so much in advance!

  413. Kathy | October 29, 2008,

    Love the plugin. How do you figure to include captions with the photos?

    http://united.playactiondesign.com/?page_id=6

    Kathy

  414. Foto’s | Thuishaven van de Duimpies | November 10, 2008,

    [...] Mocht je zelf ook zoiets op je wordpress weblog willen toevoegen, wij gebruiken de WP Photo Album. [...]

  415. Claudia | November 18, 2008,

    Hi,

    I installed the plugin but I get this message on the page which should be my photo gallery: Warning: Invalid argument supplied for foreach() in /www/wp-content/plugins/wp-photo-album/theme/wppa_theme.php on line 5

    Any idea whats causing this?

  416. Claudia | November 18, 2008,

    Sorry I didn’t read all the posts, the error has dissapeared when the albums are uploaded.

  417. denofsteves.com » Blog Archive » Photo Album Kick-off | November 22, 2008,

    [...] http://me.mywebsight.ws/web/wppa/ [...]

  418. lucas.david | December 5, 2008,

    it is good work,many thanks

  419. dan.mihaila | December 8, 2008,

    i put the directory site/wp-content/uploads to have the 775 mode, it says album added, but no album is added…and no other errors…why can i do?
    tnx

  420. Add a Photo Album to Your Blog | December 11, 2008,

    [...] WP Photo Album is a good photo album if you would like to just upload your photos directly on your server. The only problem I see with this one is this your photo files are a large size. [...]

  421. Pablo DiCiacco | December 12, 2008,

    OK. Sounds great. May I please see some links to working examples of this in action? Maybe even your own install example?

  422. wordpress photo gallery plugin | Manojpareta.info | December 13, 2008,

    [...] 5. WP Photo Album – WPPA (http://me.mywebsight.ws) [...]

  423. Heather | December 17, 2008,

    Hi– I love the plugin but I can’t get it to display my album to the public. I have the page set to public visibility, I have the server side WPPA folders set to read by anyone & yet, unless someone is logged in as a registered user– they are redirected away from my album page…

  424. Heather | December 17, 2008,

    Sorry disregard my last post– another plugin was interfering with WP album. Thanks for a great plugin– simple & beautiful!

  425. Enrico | December 17, 2008,

    Does wppa work with wordpress 2.1.3 ?
    I’m trying to create an album, but without success…
    The plugin created the two tables in database, but it seems that the plugin is not able to INSERT any data into it…
    Once I confirm the album creation, I will get a blank screen.
    Any suggestion ?
    Many thanks…Enrico

  426. Alan | December 19, 2008,

    Hi Guys,
    I’m having the same problem as keith (“Keith | July 5, 2007″), where i’m brought to a blank screen. I’m version 2.3.3.
    Anyone got the exact steps to fix this?
    Thanks,
    Alan

  427. » Blog Archive » Gallery Section is Up!!! | December 23, 2008,

    [...] everyone. We finally got the gallery section up and running! We are using the WP Photo Album plugin. So far, we just uploaded the Nocturnal event. More coming soon, so stay [...]

  428. 4webmasters » Top 1000 WordPress Plugin Authors | December 31, 2008,

    [...] WP Photo Album [...]

  429. En.nicuilie.eu Blogs » Top 1000 WordPress Plugin Authors | December 31, 2008,

    [...] WP Photo Album [...]

  430. duak | January 1, 2009,

    wery good thanks..

  431. Best Wordpress Photo Album Plugin | BubGub | January 1, 2009,

    [...] WP Photo Album (aka WPPA) [...]

  432. 21?Wordpress??????/ Gallery Plugins | ???? | January 3, 2009,

    [...] 13. WP Photo Ablum [...]

  433. Wordpress Plugins for Photo Galleries – Photoblogging Part II : Web Design Resources Blog & Graphics Blog with Lists of Web Site Design Tools | January 14, 2009,

    [...] WP Photo Album – WPPA [...]

  434. chad | January 15, 2009,

    hi, is there any way to remove the path and title above the image (“Albums » Album Name » Photo name”) Thanks for an awesome plugin!

  435. chad | January 15, 2009,

    Resolved. in “wp-photo-album/theme/wppa_theme.php” commented out

  436. chad | January 15, 2009,

    oops, line 21 and line 23 php wppa_album_name(); ? and php wppa_breadcrumb(

  437. NuTsHeLL | January 19, 2009,

    Hi, is there anyway i can change/show the the album title in another language?(Dhivehi) Maldives, i have change the theme file and the CSS file, but when i save the album name in wordpress the title is displayed all in (???? ?? ????)… any help!!!
    thanks for the Great Plugin!…

  438. Anna | January 21, 2009,

    HI! I have uploaded WPPA and done everything I have to do, but am wanting to put an album on each of the pages I already have set up, is there a way to do this? I don’t want that initial page that has a link to all the albums on it.

  439. GetJef | January 23, 2009,

    Hello,

    I’m using WP v2.7, but I see that your WP Photo Album v1.5.1 is only compatible up to WP v2.6.2. When might you offer your loyal WP plugin fans a more current compatible version? I am eager for your update.

    Thank you,
    GetJef

  440. Neo | February 3, 2009,

    Is there a working version for WordPress MU?

  441. Sasslefrassle | February 11, 2009,

    Hi,

    Is this possible?

    I want to have the following set-up with this script: 2006, 2007, 2008, and 2009 photo galleries. Then I want sub categories inside of those; Event A, event B, and Even 3 inside of all of them, and have those selectable in the galleries.

  442. Aleksey | February 16, 2009,

    Can i add comments to plugin template?

  443. Leon | February 17, 2009,

    Hey, thanks for a great addon. I do have a question though, when viewing a particular photo, if you click that photo it will go to the photograph url, I wondered if there is any way to allow clicking the photo to simply take you to the next photo in the album?

  444. Neo | February 21, 2009,

    Is there or will there be an option to allow regular registered users to create and upload their own pictures through the front end (without having to go to the admin panel)?

  445. Rupert | February 21, 2009,

    Hi am just trying this on my own server and am getting a HTTP 500 error – the file permissions etc are all set and it is possible to upload to the wordpress media library, and the rest of the site is working fine so I assume the MySQL is all good…but I still get the error. I am using IIS7 with the latest php. Is there anything obvious i’m missing?

  446. Phil | February 26, 2009,

    Any help with this result of a brand new install? I just put %%wppa%% in the page content.

    Brand new blog – not really populated yet.

    Thanks

    Warning: Invalid argument supplied for foreach() in /home//public_html/kosdpg/wp-content/plugins/wp-photo-album/theme/wppa_theme.php on line 5

    That line is:

    <div class=”album “>
    <a href=”" title=”View The Album”><img src=”" alt=”View The Album” class=”image” />
    <a href=”" title=”View The Album”>

  447. Paul | March 10, 2009,

    Hello,

    I was wondering if this plugin supports WordPress 2.7.1. The WP Plugin Directory says it only goes up to 2.6.2.

    Thanks!

  448. Gur Rosen | March 11, 2009,

    Great Plugin, but is there a way to change the order of the uploaded photos in the album?

  449. Phil | March 13, 2009,

    Hi, I have a slight issue with the plugin. My photo page loads but I get no image. Then clicking on where the image should be I get an Invalid argument supplied for foreach(). Thank You for your time.

  450. Divyesh | March 18, 2009,

    Hi,

    I upload this plugin for my blog but there are following error in plugin.

    Can u plz tell me how can i remove this error.

    WordPress database error Field ‘main_photo’ doesn’t have a default value for query INSERT INTO wp_wppa_albums (id, name, description, a_order) VALUES (0, ‘Divyesh’, ‘Try for the album’, ’1′) made by do_action, call_user_func_array, wppa_admin, wppa_add_album

  451. Frank R | March 20, 2009,

    My thumbnails wouldn’t work on my Hostway hosted site. I finally got it to work by contacting technical support and giving them the following email:

    “I need GD Extensions for PHP installed to view image files on my WordPress site.

    Please add support for GD image manipulation library by adding the following line of code in the php.ini file of my domain: xtension=gd.so”

    I reinstalled the program and deleted all the pictures and re-uploaded them and it worked perfectly.

  452. Alexander | March 21, 2009,

    Hello!
    I had an problem with uploading pictures.
    This is the massege:

    Warning: copy(/var/www/web259/html/wordpress/wp-content/uploads/wppa/10.jpg): failed to open stream: Permission denied in /var/www/web259/html/wordpress/wp-content/plugins/wp-photo-album/wppa.php on line 660

    Can anyone help me please?

    Regards Alex

  453. 21?Wordpress??????/ Gallery Plugins | ????? | March 22, 2009,

    [...] 13. WP Photo Ablum [...]

  454. WordPress Gallery Plugins | Blog Oh Blog | March 23, 2009,

    [...] Check it out here :- WP Photo Album Plugin [...]

  455. WordPress Plugins for Images, Photographs, and Graphics « Lorelle on WordPress | March 25, 2009,

    [...] WPPA – WordPress Photo Album [...]

  456. TShirts | March 25, 2009,

    Awesome plugin, thanks. :)

  457. Exploring the Power and Variety of Image Gallery WordPress Plugins « Lorelle on WordPress | March 27, 2009,

    [...] WP Photo Album Plugin [...]

  458. brooklyn escort | March 27, 2009,

    nice plugin. will need some tweaks to work on my site. let us know when its updated.

  459. ???? WordPress ???? at ??-??????? | April 3, 2009,

    [...] ?????WP Photo Album Plugin [...]

  460. . » Achtung,Baustelle! | April 4, 2009,

    [...] rum, genauer genommen an der Galerie. NextGEN Gallery will nicht so wie ich will, also muss ein anderes Plugin für meine Galerie [...]

  461. Top 3 Wordpress Photo Gallery Plugins | April 22, 2009,

    [...] Wp Photo Album This plugin is designed to easily manage and display your photo albums within your WordPress site. It is a middle of the line plugin that is more complicated than Duh but has nowhere near the features as NextGen. Still its worth trying. [...]

  462. Chandrashekar Vooradi | April 22, 2009,

    Hi LobsterMan,
    Thanks for your great plugin. I asked you earlier about permalinks issue. I did lot of work on it. Now I’ve modified your plugin to become a great one. Now we can manage the albums on months and years. We can tag the album photographs. We can group them on the tags. Also we can add the comments to the photographs.

  463. Top 1000 WordPress Plugin Authors « Metode de promovare | November 6, 2009,

    [...] WP Photo Album [...]

  464. Michel Dragos | December 9, 2009,

    Hi,
    Is there a way to use wppa_photo_desc() and wppa_photo_name() under the wppa_page(‘thumbs’) part?

  465. mrbazha | December 28, 2009,

    i am using wp 2.8 and the plugin isn’t working…what can i do?????

  466. Abram Fehr | December 31, 2009,

    I really like the idea of this plugin. I downloaded it, installed it, set it up, add some albums and galleries, so far so good. The albums show up, but when I click on an album to see its pictures nothing happens. Am I missing something?

  467. 10?WordPress?????? « ??|?? | January 10, 2010,

    [...] Check it out here :- WP Photo Album Plugin [...]

  468. palm | May 19, 2010,

    I upload this plugin for my blog but there are following error in plugin.

  469. Diana Thompson | May 21, 2010,

    Thanks for such an elegant plug-in. I found it super-easy to work with.

    I need to add descriptions to thumbnails, like Carolyn Cooper, so I won’t be able to use it for this project. I’ll definitely keep WP Photo Album in mind for the future.

    Thanks again for your hard work.

    Diana

  470. travesti | May 22, 2010,

    Awesome plugin, thanks. ;)

  471. ben | May 27, 2010,

    Hi,

    I have installed etc…and it works great. only thing id love to know is, how can i make it able for people to comment on the pictures?

  472. John Lennon | June 1, 2010,

    I’m in trouble when he execultar online because the getimagesize error is considered by the server with no name … can someone help me?

  473. Andre | June 2, 2010,

    Hi, this is the tool I was looking for. It works. Thanks.
    I need suggestion how to make dis-link the picture to the source??

  474. travesti | June 3, 2010,

    same problem as above – does not create an album

  475. Artur | June 8, 2010,

    Thanks a lot for this Plugin.

  476. » Display your Photo Album in WordPress | June 9, 2010,

    [...] he settled in on was WP Photo Album and it worked out kind of [...]

  477. sling bag | June 13, 2010,

    i am using wp 2.8 and the plugin isn’t working…what can i do?????

  478. Interieurinrichting | June 13, 2010,

    Does it work on 2.9?

  479. kok aan huis | June 13, 2010,

    Good widget!

  480. Andre | July 4, 2010,

    Hi, please advise how I can put addition information at my photos such as date taken and how can I manage only 20 photos on each album. Thanks.

Add a Comment

(required)

(required)



Download WPPA

View in action

Support Forum


WPPA Updates

Menu:

Search

Recent Comments

Andre:
Hi, please advise how I can put addition...

kok aan huis:
Good widget!...

Interieurinrichting:
Does it work on 2.9?...

sling bag:
i am using wp 2.8 and the plugin isn’t w...

Tanveer Hussain:
Hi, Really great thanks i was search ...