PhotoQ WordPress Photoblog Plugin – Photoblogging Made Easy

Update: PhotoQ v1.1b is a newer version of the same plugin but offering more features. Please check out and download the new version instead of this one, you won’t regret it.

PhotoQ is a WordPress photoblog plugin that makes your photoblogging life easier. It is most suited for “one photo a day”-style web pages i.e., classical photoblogs.

In essence, PhotoQ allows you to manage your future posts in a queue. The plugin then gives you the possibility to have the top of the queue automatically posted at a given interval. PhotoQ also takes away the hassle of browsing uploaded image files and embedding them into posts: You simply upload your photo to the queue and enter desired information about the photo. PhotoQ then automatically generates the post based on this information.

An example of a photoblog running on WordPress and PhotoQ can be found at http://www.whoismanu.com.

Feature List

  • Queue-based photo management
  • Hassle-free, fully automated posting of photo posts
  • Possibility to add custom metadata to photo posts
  • Thumbnail generation
  • Automatic posting through cronjobs

Screenshots

Disclaimer

PhotoQ is somewhat experimental and I consider it nowhere near of being perfect. I rather consider PhotoQ to be a quick and dirty solution to give me the functionality I was missing in WordPress. Still, I think that PhotoQ can be useful to someone who tries to set up a photoblog with WordPress and that’s why I decided to make it public. However, I take no responsibility of what might happen if you choose to use it: You use PhotoQ at your own risk. On the other hand, do not hesitate to ask questions concerning PhotoQ if you get stuck – I would be glad to help.

Requirements

PhotoQ has been tested successfully under WordPress 2.2.1, 2.1, 2.0.6 and 2.0.2. However, it should run without problems under all WordPress 2 versions. If you are able to successfully run it under other versions, it would be nice to let me know.

Update: From version 2.3 onwards, WordPress handles categories differently. Users of WordPress 2.3 and higher should use PhotoQ version 1.0.2b or higher. Users of WordPress versions prior to 2.3 should use PhotoQ version 1.0.1b.

At the moment PhotoQ only runs with PHP safe_mode turned off. If there is any interest in a version that runs under PHP with safe_mode, I might consider making one available.

Version History

  • 07.10.2007 – 1.0.2b: patch to make it compatible with WordPress 2.3. Users of WordPress 2.3 should use this version, users of older WordPress versions should stick to 1.0.1b.
  • 22.01.2007 – 1.0.1b: fixed a bug that caused PhotoQ to handle some paths and urls improperly. Anyone wanting to use PhotoQ should update to this new version.
  • 11.01.2007 – 1.0b: first public release.

Installation

  1. Get this version of the PhotoQ Plugin (WP 2.3) (1.0.1b for WP < 2.3).
  2. Save the “whoismanu-photoq.php” file into the “plugin” directory (wp-content/plugins)
  3. If you plan to use the automatic posting capability, save the file “wimpq-cronpost.php” anywhere in your “public-html” directory
  4. You now have to create a directory on your webserver where temporary image files, corresponding to the photos in your queue, will be stored. By default this is the directory “/wp-content/qdir” (called “qdir” directory from here on).
  5. Make sure that the file permissions of the “qdir” directory are such that the plugin is allowed to write to it (otherwise, uploaded photos cannot be stored).
  6. Once posted, photos are moved from “qdir” to another directory. PhotoQ organizes posted photos by year and month. Photos posted in January 2007 are consequently moved to an automatically generated directory with name “2007_01″. We call the directory that contains these “YYYY_MM” subdirectories “imgdir”. By default “imgdir” equals “/wp-content”. If you want to use some other directory as “imgdir”, you have to create it now.
  7. Make sure that the file permissions of the “imgdir” directory are such that the plugin is allowed to write to it (otherwise, the “YYYY_MM” directories cannot be created and posted photos cannot be moved there from “qdir”).
  8. You are almost done. Just go to the “Plugins” WordPress admin panel and activate the Photoq plugin.

Using PhotoQ – The Basics

Now that you successfully installed PhotoQ, you are ready to go. First you need to setup some of PhotoQ’s options:

  1. In the “Options” panel of the WordPress Administration you should now have a subpanel labelled “PhotoQ”. Go there.
  2. The first two fields tell PhotoQ where to look for the “qdir” and “imgdir” directories. If you did not stick to the default options during installation, you need to specify these directories here.
  3. For now skip the “Meta fields” options
  4. For every uploaded photo, PhotoQ automatically generates a thumbnail. With the “Thumbnail size” option you specify its size. PhotoQ always keeps the proportions of the generated thumbnail the same as in the original photo. You thus have three possibilities: either you fix the thumbnails height and let PhotoQ calculate the corresponding width, or you fix the width and have the height adapted, or you fix the largest side of the thumbnail to some value and have PhotoQ adapt the other side.
  5. “Image size” specifies the size in which uploaded photos are shown on the website once they are posted and works essentially the same as “Thumbnail size”. Note however that the actual image file stays untouched i.e., it is not resized. The new image widths and heights are only used as “width” and “height” attributes of the HTML <IMG> tag and resizing is thus left to the web browser. Further, you have the option to keep the original image size by checking the corresponding checkbox.
  6. If you are all confused now, I suggest that you set “Thumbnail size” to “Fixed height: 80px” and “Image size” to “Keep original image size” for the time being and play with the other options later.
  7. You might want to check “ Delete image files from server when deleting post”, otherwise the image files associated with a post are left on the server if you delete the post.
  8. Skip the cronjob options for now and you are done. Click on “Update options” to save the changes.

Now comes the fun part, you are ready to manage your photo queue:

  1. In the “Manage” panel of the WordPress Administration you should now have a subpanel labelled “PhotoQ”. Go there.
  2. As you have not yet uploaded any photos the queue is empty. To upload a photo click the button “Add photo to queue”.
  3. I think that the upload form is pretty self-explanatory. Choose a file to upload via the “Browse” button, choose the categories for this photo, add a title and a short description, and finally add it to the queue by hitting “Upload photo to queue”. If the title is too long you might want to enter a shorter slug.
  4. If everything went smoothly, you should now see the photo you just uploaded in the queue. You can add another photo to the queue if you wish.
  5. Each entry in the queue can be edited by clicking on “Edit”. This gives you the possibility to alter all the fields and also to reorder your queue by changing the “Position” value.
  6. You can remove photos from the queue by clicking on “Delete”.
  7. To publish the photo at the top of your queue hit “Post top of queue”. PhotoQ then automatically generates a post where the photo is placed in the content part and the thumbnail is placed in the excerpt. The description is stored in a custom field called “descr”. You have thus access to the photo and the thumbnail in any of your templates via the template tags the_content and the_excerpt, respectively, and you can access the description via the custom field “descr”.
  8. The entry at the top of your queue should now be removed from the queue and appear as a new post on your web page.
  9. Check the result directly on your web page or in the “Manage->Posts” section of the WordPress Administration panel.

Meta Fields

If you want to add more information to your photo posts than the title and description provided by default, you have the possibility to do so via “Meta Fields”. Assume you want to associate each photo with the place where the photo was taken:

  1. Go to “Options->PhotoQ” in the WordPress Administration Panel.
  2. Click “Add Meta Field”.
  3. Give it a name, e.g. “place” and hit “Add Field”.
  4. For every photo you upload you will now have an additional field called “place” where you can enter the desired information. Once posted the field is saved as a custom field with the same name.
  5. The list of Meta Fields can be edited by clicking on “Rename” or “Delete”.
  6. The three options “Upon Add/Delete/Rename” define whether changes you make to a Meta Field are also applied to the corresponding Custom Field of already posted photos. Example: Assume you already posted 20 photos and only then decide to add a new Meta Field called “place”. If you check “Upon Add, Add to already posted as well”, a Custom Field named “place” (with an empty value) will be added to all of the 20 already posted photos as well.

Automatic Posting Via Cronjobs

PhotoQ allows you to have the top of your queue posted at regular intervals. This is especially useful if you go on a vacation and still want your blog to go on. Just fill up the queue before you leave and have PhotoQ do the rest. To set up automatic posting, you need to do the following:

  1. Set the frequency at which the posts should occur. This can be set in “Options->PhotoQ->Further Options”.
  2. Remember where on your web server you saved the file “wimpq-cronpost.php”.
  3. Setup a cronjob to execute “wimpq-cronpost.php” at your desired interval.
  4. Upon each execution of “wimpq-cronpost.php”, PhotoQ checks whether the last occurred more than X hours ago (where X is the value you set in the PhotoQ Options panel). If so, the top of your queue is posted.
  5. It might thus be a good idea to set the “PhotoQ Cronjob Frequency” slightly lower than the interval of the actual cronjob. E.g., assume you want a post once a day. Setup your cronjob to execute the “wimpq-cronpost.php” file once a day at the desired time and set the “Cronjob Frequency” in the “PhotoQ Options” to “23h”.
  6. Note: If your webhost does not allow you to setup your own cronjob you might be able to do something similar with a WordPress plugin such as WP-Cron (I have not tested this, so should you be able to make PhotoQ work together with such a plugin, please drop me a line).

Making PhotoQ Better

Any comments, suggestions, bug reports, feature requests, contributions to future versions, etc., etc. are highly appreciated. Any help to improve PhotoQ is more than welcome.

Also, should you decide to make a photoblog using PhotoQ, please let me know. I would be more than happy to let the world know by linking to your site.

Comments (65)

  • 1

    Weblog Tools Collection » Blog Archive » WordPress Plugin Releases for 1/15 thinks:

    [...] PhotoQ is a WordPress plugin that makes your (or at least my) photoblogging life easier. It is most suited for “one photo a day”-style web pages i.e., classical photoblogs. In essence, PhotoQ allows you to manage your future posts in a queue. The plugin then gives you the possibility to have the top of the queue automatically posted at a given interval. PhotoQ also takes away the hassle of browsing uploaded image files and embedding them into posts: You simply upload your photo to the queue and enter desired information about the photo. PhotoQ then automatically generates the post based on this information. [...]

  • 2

    pep thinks:

    How does this plugin compare to YAPB ( http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog ) ?

  • 3

    whoismanu says:

    pep,
    i guess the main feature distinguishing photoq is the queue based management and automatic posting functionality.
    this said, i have not tested yapb or any other photoblog plugin for wordpress (simply because at the time when i wrote it there was nothing like that out there yet)

  • 4

    Brajeshwar says:

    Not really a plugin but I’ve a WP Photoblog Theme that is pretty easy to use, maintain and install – You can find it here.

  • 5

    links for 2007-01-16 at orioa says:

    [...] whoismanu? – PhotoQ WordPress Plugin – Photoblogging Made Easy フォトログ専用と言ってプラグイン。簡単にフォトログ管理することができます。 (tags: WordPress plugin photos) [...]

  • 6

    Melissa Odom thinks:

    Hello,

    I am excited about your plugin PhotoQ! I downloaded everything and as far as I can tell I have it set up correctly.

    Could you tell me what the following error means:

    Warning: rename(/home/jingles/public_html/melissaodom/wp-content/qdir/img_0004.thumbnail.JPG,/home/jingles/public_html/melissaodom//wp-content/imgdir/2007_01/img_0004.thumbnail.JPG) [function.rename]: No such file or directory in /home/jingles/public_html/melissaodom/wp-content/plugins/whoismanu-photoq.php on line 1039

    Unable to move img_0004.thumbnail.JPG, posting aborted.

    I am new to wordpress and the different plugins.

    Thank you!

  • 7

    whoismanu says:

    melissa,

    great that you are using my plugin, i guess you are the first one!
    If I got you right, you are able to upload to the queue, you see the photos in your queue, but you get the error when trying to post the top of the queue.
    the error seems to indicates that the directory /wp-content/imgdir/2007_01/ does not exist on your server, so photoq is unable to move the files (photo and its thumbnail) from the qdir to the imgdir and consequently aborts the posting process. are you sure that the file permissions of the directory imgdir inside wp-content are correct?
    also, does you photoq imgdir option equal: /wp-content/imgdir ?

    hope this can help, otherwise don’t hesitate do ask more questions.

  • 8

    whoismanu says:

    melissa,

    i just had another idea: your webhost might be running php in safe_mode. you can check this in the following way:

    copy-and-paste the following into a new file, called “info.php”, and upload it your website:

    <?php phpinfo(); ?>

    Now point your web browser to the newly created file “info.php” and you will get a lot of information about the running php configuration. Look for a line with directive “safe_mode”. If it says “On” your host runs php in safe_mode, which prevents photoq from copying files to the monthly directories it created.
    If it runs in safe_mode, this leaves you with two options:

    1. you try to convince your web host to turn safe_mode off for you (until now i always succeeded to do this ;-) )
    2. you wait for me to make a small upgrade to photoq which gives the user the option to run the plugin in safe_mode (but at the price of having all the photos directly in imgdir and not nicely ordered into subfolders)

    Please let me know whether safe_mode was the problem. Thanks.

  • 9

    Melissa Odom writes:

    Hello, Thanks for responding.

    The new error message is:
    Warning: getimagesize() [function.getimagesize]: open_basedir restriction in effect. File(/wp-content/2007_01/img_0011.JPG) is not within the allowed path(s): (/home/jingles/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/jingles/public_html/melissaodom/wp-content/plugins/whoismanu-photoq.php on line 1055

    Warning: getimagesize(/wp-content/2007_01/img_0011.JPG) [function.getimagesize]: failed to open stream: Operation not permitted in /home/jingles/public_html/melissaodom/wp-content/plugins/whoismanu-photoq.php on line 1055

    Warning: Division by zero in /home/jingles/public_html/melissaodom/wp-content/plugins/whoismanu-photoq.php on line 1058

    Warning: Division by zero in /home/jingles/public_html/melissaodom/wp-content/plugins/whoismanu-photoq.php on line 1063

    I am wondering if it is a coding issue on my end. If I view the page in firefox on my apple computer the images show up even with the error messages. However, if I view the site with IE on my HP computer I see “” comment tags and no picture.

    I will look at it more tonight and let you know what I find out.

  • 10

    Jonathan thinks:

    Hi, i have this problems:

    WordPress database error: [Table 'wp.wp_photoq' doesn't exist]
    SELECT q_imgname FROM wp_photoq

    WordPress database error: [Table 'wp.wp_photoq' doesn't exist]
    INSERT INTO wp_photoq (q_title, q_imgname, q_position, q_slug, q_descr) VALUES (‘sad’, ‘dibujo2.jpg’, ’0′, ‘asd’, ‘asd’)

    WordPress database error: [Table 'wp.wp_photoq' doesn't exist]
    SELECT * FROM wp_photoq WHERE 1 ORDER BY q_position

    creating Table: wp_photoq
    WordPress database error: [BLOB/TEXT column 'q_descr' can't have a default value]
    CREATE TABLE `wp_photoq` ( `q_position` int(10) NOT NULL default ’0′, `q_title` varchar(200) default ”, `q_imgname` varchar(200) NOT NULL default ”, `q_slug` varchar(200) default ”, `q_descr` text default ”, PRIMARY KEY (`q_imgname`) );

    creating Table: wp_photoq2cat
    WordPress database error: [Table 'wp_photoq2cat' already exists]
    CREATE TABLE `wp_photoq2cat` ( `rel_id` bigint(20) NOT NULL AUTO_INCREMENT, `category_id` bigint(20) NOT NULL default ’0′, `q_imgname` varchar(200) NOT NULL default ”, PRIMARY KEY (`rel_id`) );

    creating Table: wp_photoqfields
    WordPress database error: [Table 'wp_photoqfields' already exists]
    CREATE TABLE `wp_photoqfields` ( `q_field_id` bigint(20) NOT NULL AUTO_INCREMENT, `q_field_name` varchar(200) NOT NULL default ”, PRIMARY KEY (`q_field_id`) );

    creating Table: wp_photoqmeta
    WordPress database error: [Table 'wp_photoqmeta' already exists]
    CREATE TABLE `wp_photoqmeta` ( `q_fk_imgname` varchar(200) NOT NULL default ”, `q_fk_field_id` bigint(20) NOT NULL default ’0′, `q_field_value` text, PRIMARY KEY (`q_fk_imgname`,`q_fk_field_id`) );

    I’m sorry, it’s long but i put it anyway.

  • 11

    whoismanu says:

    jonathan, seems like photoq has problems creating its table in your database. can you tell me when exactly you are encountering this problem. on what page. also, what is the wordpress version you are using? do you happen to know the mysql version of your server? thanks a lot.

  • 12

    whoismanu says:

    To all of you who had problems similar to the ones melissa encountered: the new version 1.0.1b seems to fix it.

  • 13

    Jonathan writes:

    Well, i have:
    Apache 2.2.3: apache_2.2.3-win32-x86-no_ssl.msi
    MySQL 5.0.27: mysql-essential-5.0.27-win32.msi
    Php 5.2.0: php-5.2.0-Win32.zip
    Wordpress 2.1: wordpress-2[1].1.zip
    PhpMyAdmin 2.9.2: phpMyAdmin-2.9.2-english.zip

    My problem is exactly when i click Manage -> PhotoQ, “the fun part” haha a joke.
    I just click in “PhotoQ” and it’s say that.

    See u later.

  • 14

    Jonathan thinks:

    I have created the Database “wordpress” in “Collation”, may be it’s a problem.
    i relly don’t know anything.

  • 15

    James DiMeo thinks:

    Just testing out your plugin – it rocks man – I’ll be using it for my photography site soon.

    jnuttstudios.com – THX

  • 16

    Jonathan thinks:

    Well , the problem was the MySQL version, it’s work now with 4.1

    Now, i have this problem
    Unable to move mana-amar-es-combatir-front.thumbnail.jpg, posting aborted

    i can’t see the “thumbnail” before “post”

  • 17

    whoismanu says:

    jonathan, are you using the new version of the plugin (1.0.1b)? also, do you have php safe_mode turned off?

  • 18

    Jonathan writes:

    i have the new version, and i do not have in safe mode:

    sql.safe_mode Off Off
    i create the database with “Collation” , may be that’s the problem? i don’t know ^^

  • 19

    BloggingPro China » WordPress Plugin: PhotoQ says:

    [...]   PhotoQ,用于Photoblogging的Blog作者,也就是基本已发布照片内容为主的Blogger,它可以支持自动将上传照片发布为Blog文章。   上传whoismanu-photoq.php激活,上传wimpq-cronpost.php到站点根目录,激活。创建一个目录作为“队列目录”,在Options => PhotoQ中设置基本参数(包括之前创建的队列目录位置)。在Manage => PhotoQ中上传管理发布内容。 Tags: cron, photo, photoblogging [...]

  • 20

    Matsuwara thinks:

    Hi! I’m very interesting in PhotoQ WordPress Plugin. But when I try upload image I have this message:

    Warning: Division by zero in z:\home\localhost\www\wordpress\wp-admin\admin-functions.php on line 2171

    Warning: Division by zero in z:\home\localhost\www\wordpress\wp-admin\admin-functions.php on line 2172

    Warning: imagecreatetruecolor(): Invalid image dimensions in z:\home\localhost\www\wordpress\wp-admin\admin-functions.php on line 2184

    Warning: imagejpeg(): supplied argument is not a valid Image resource in z:\home\localhost\www\wordpress\wp-admin\admin-functions.php on line 2200

    Successfully uploaded. ’13.jpg’ added to queue at position 1.

    I’m using WP 2.1.1

  • 21

    whoismanu says:

    Matsuwara,

    Did you specify a width or height value for the thumbnail on the photoq options page?

  • 22

    Rebecca says:

    I find the plugin very useful and i used it on my site, there’s only one thing i want to ask.
    Is there any way to make it publish not only the photo but also publish the description?

  • 23

    Rebecca thinks:

    Hey Thanks!
    I just make it out by myself!
    Cheers!

  • 24

    whoismanu says:

    Rebecca,

    you can access the description via the corresponding custom field (‘descr’). An easy way to access its value (and the way i do it on my page) is to use the get custom field values plugin.

  • 25

    THEMANUEL » Was mach ich damit? writes:

    [...] wobei der Intervall der Veröffentlichung skalierbar ist. Freitag 11.05.2007 @ 04:34 — Permalink Gelesen: 1 · heute: 1 · zuletzt: Donnerstag, 01. Januar 1970 -01:00 [...]

  • 26
  • 27

    Matt thinks:

    Could you elaborate on how to make it post the description with custom field plugin?

  • 28

    whoismanu says:

    matt, once you have the custom fields plugin installed you can print out the ‘descr’ custom field by placing the following piece of code in the template file (e.g. single.php) at the place where you want it displayed:

    <?php echo c2c_get_custom('descr'); ?>
  • 29

    Testdag | Projektet II writes:

    [...] Name: Whoismanu PhotoQ Version: 1.0.1b Plugin URI: http://www.whoismanu.com/blog/2007/01/photoq-wordpress-plugin/ Description: Adds queue based photo-upload capability to WordPress Author: Manuel Flury Author URI: [...]

  • 30

    Mattias thinks:

    Great plugin! Just installed it and is tinkering around with it. Is there any way to massuppload pictures? I have a photosite and it would be great to be able to use photoq on that site

  • 31

    whoismanu says:

    Mattias,

    massuploading is also one of the items on my wish list ;-). meaning that unfortunately it is not yet available but will most probably come to photoq in one of the next versions.

  • 32

    Badjeffro writes:

    Great App – very easy to install and implement within a few minutes.

    …It would be great to see integration with ‘flickr’ accounts.

    Thank you!

  • 33

    Jacob writes:

    Hey, Just want to say thanks for the great plugin, and also second the call for mass uploading! This would be the killer feature for me. Any idea on a timescale for the next version? Not to be too pushy or anything… Haha.

    Anyway, keep up the good work, and thanks again.

    All the best from China!

  • 34

    whoismanu says:

    Jacob,

    I would not like to commit to a specific roadmap right now, but I am working on it, so don’t worry… ;-)

  • 35

    Graham Huber thinks:

    I get a fatal error from WP’s admin panel when I try to active it. I’ve created the qdir and set the permissions. I am using 1.0.1b.

    “Plugin could not be activated because it triggered a fatal error.”

    Please assist? Can you email me if you know the fix?

  • 36

    whoismanu says:

    Graham just wrote back with a fix for the “Plugin could not be activated because it triggered a fatal error.” problem. This is not an error related to photoq in particular. It seems to be related to some webhosts not assigning enough memory to php (and thus wordpress and thus photoq). Now, if you have a wordpress installation with a considerable amount of plugins it might just happen that you hit the memory limit. It seems to be good practice to have at least 16mb of memory allocated to php. This can be achieved by updating .htaccess with the following line:

    php_value memory_limit 16M

    as recommended here

    Here is another link on the problem.

  • 37

    Soso writes:

    The uploaded file could not be moved to /usr/home/webroot/lx.ro/vhosts/paraddox.lx.ro/wp-content/qdir.

    i set the permissions for that dir to 777 but still does not work

    what could i be doing wrong?
    thanks for the answer
    Soso

  • 38

    whoismanu says:

    soso,

    what version of the plugin do you use? what version of wordpress do you use? maybe a stupid question, but did you check that the path that you get in the error message really exists on the server? did you check whether php_safe_mode is off? are you able to upload stuff to your blog using regular wordpress uploads (i.e. when you create a post)?

  • 39

    Wordpress Photo plugins: Update : Simon Perry: Schemes, dreams & trivia thinks:

    [...] PhotoQ makes it easy to create photo-focused blogs – “It is most suited for “one photo a day”-style web pages i.e., classical photoblogs.” [...]

  • 40

    5 Odd And Unique Uses Of WordPress | Blogging Bits writes:

    [...] is stopping you from hacking WordPress to function as a photoblog. Yet another photoblog and PhotoQ WordPress Photoblog Plugin are the kind of WordPress Plugins that let you do just that, with [...]

  • 41

    WordPress 的 5 种另类用途-Yanwu博客 says:

    [...] WordPress 的功能作为图片博客。Yet another photoblog 和 PhotoQ WordPress Photoblog Plugin [...]

  • 42

    links for 2007-09-22 | unblogged.hansi.es thinks:

    [...] PhotoQ WordPress Photoblog Plugin – Photoblogging Made Easy PhotoQ is a WordPress photoblog plugin that makes your photoblogging life easier. It is most suited for “one photo a day”-style web pages i.e., classical photoblogs. (tags: wordpress plugin plugins photo photography photoblog) [...]

  • 43

    m.s. thinks:

    hi,
    thanks for this plugin. its the first photoplugin i’ve used that actually worked right away.
    i tried to use the cronjob, but its not working. is there something i’m supposed to do for it outside of just filling in the time interval under the “further options” in the photoQ options area?
    thanks!

  • 44

    Düş Atölyesi » Wordpress plugin for photoblogging thinks:

    [...] http://www.whoismanu.com/blog/2007/01/photoq-wordpress-plugin/ wordpress, download, photography, script, php, eklenti, bookmark, favourites, internet [...]

  • 45

    whoismanu says:

    m.s.,

    yes, you need to do something more. you need to set up a cronjob on the webserver. If you have your site hosted with a webhost, you might not be able/might not have to set up this by yourself. Normally, an email to your webhost indicating which file should be executed (url of the wimpq-cronjob.php file) and when (for a-photo-a-day, once in a day at a fixed time) should be enough. They will then set it up for you.
    If they don’t want to do this, you might be able to use a plugin such as wp-cron to execute the file. However, as stated in the above post, i have never tested this second option myself.

  • 46

    WordPress 的 5 种另类用途 | 阿七涂画 thinks:

    [...] WordPress 的功能作为图片博客。Yet another photoblog 和 PhotoQ WordPress Photoblog Plugin [...]

  • 47

    Countries in colors writes:

    Hi there Manu. Thanks for the great plugin, which works seamlessly on my site running wp 2.1.3. After upgrading to 2.3 however, I have the following error message when adding to the queue:

    Call to undefined function: return_categories_list() in /home/content/x/x/x/xxx/html/wp-content/plugins/whoismanu-photoq.php on line 1230

    I’ll try debugging but if you have any idea how to solve this, that’d be greatly appreciated!

    Cheers

  • 48
  • 49

    dodatki writes:

    Thanks a lot!

  • 50

    Countries in colors writes:

    Following my comment posted yesterday Manu has been very kind to upgrade photoq to make it compatible with WordPress 2.3. That’s what I call great support! thanks a million!

  • 51

    5 Odd And Unique Uses Of WordPress thinks:

    [...] is stopping you from extending WordPress to function as a photoblog. Yet another photoblog and PhotoQ WordPress Photoblog Plugin are the kind of WordPress Plugins that let you do just that, with [...]

  • 52

    Eugenio Errazuriz says:

    Hi, thanks for the great plugin! I was wondering what code should add, so i can have the thumbnails on the next and previous buttons like you have on your demo.

    Thanks again!

  • 53

    whoismanu says:

    eugenio,

    thanks for your comment. the appearance of my webpage is not really related to photoq. so there is no “thumbnail-next/prev-link” feature in photoq. photoq is just used as a backend to make managing the photoblog easier. you still need a template to go with it. these links are thus just part of my custom-made template. however, you are not the first person asking this question, so i might consider integrating something like this directly into future photoq versions or publish another plugin that does it (can’t promise it though). i am also thinking of other ways of making integration of photoq and templates easier. until that happens i can send my current (not really meant for the great public) solution to you or other interested people. i’ll get in touch with you on this one.

  • 54

    Eugenio Errazuriz thinks:

    Hi manu! thanks for the quick reply! I would love to have the chance to see how you implemented those thumbs into your wp template. I guess it must be some custom code to retrieve a thumbnail version of the previous entry on wp. Ill be waiting your mail eagerly!

  • 55

    PhotoQ Wordpress Photoblog Plugin v1.1b - Now Including Batch Uploads thinks:

    [...] 11.01.2007 – 1.0b: first public release. [...]

  • 56

    垃圾驿站 » Blog Archive » WordPress 的 5 种另类用途 says:

    [...] WordPress 的功能作为图片博客。Yet another photoblog 和 PhotoQ WordPress Photoblog Plugin [...]

  • 57

    WordPress 的 5 种另类用途 | 网站建设指南 thinks:

    [...] WordPress 的功能作为图片博客。Yet another photoblog 和 PhotoQ WordPress Photoblog Plugin [...]

  • 58
  • 59

    WordPress 的 5 种另类用途 | 5pages thinks:

    [...] WordPress 的功能作为图片博客。Yet another photoblog 和 PhotoQ WordPress Photoblog Plugin [...]

  • 60
  • 61

    WordPress 的 5 种另类用途 » PHP网站技术收集 says:

    [...] WordPress 的功能作为图片博客。Yet another photoblog 和 PhotoQ WordPress Photoblog Plugin [...]

  • 62

    We’s » Blog Archive » WordPress 的 5 种另类用途 thinks:

    [...] WordPress 的功能作为图片博客。Yet another photoblog 和 PhotoQ WordPress Photoblog Plugin [...]

  • 63

    PhotoQ Wordpress Photoblog Plugin v1.2 - Ready for Wordpress 2.5 says:

    [...] 11.01.2007 – 1.0b: first public release. [...]

  • 64

    Dbqp_拼搏2008 小平的博客 - WordPress 的 5 种另类用途 writes:

    [...] WordPress 的功能作为图片博客。Yet another photoblog 和 PhotoQ WordPress Photoblog Plugin [...]

  • 65

whoismanu?

serving fresh homemade photographs
Use.