This plugin allow registered users attach an images to a posts and pages.
To add a picture for a post, the user needs to go to: http://wordpress-installation-url/post-name-or-page-name/upload-image
To see the list of all added images thumbnails for the current authenticated user, he/she needs to go to: http:////images
The max size of thumbnail are the same values setted in administration panel under: Settings>>Media
To see the list of images a member has upload, the user needs to go to: http://wordpress-installation-url/members/some-member-login/member-images
The template tag GpcAttachImagePost::new_image_tag_for_post() can be used as follow to display a post thumbnails (if has any image associated) within a category/archive.
The template tag GpcAttachImagePost::images_total_for_member() can be used as follow to display the total number of image-uploads a user made.
The template tag GpcAttachImagePost::images_for_member() can be used as follow to display the images a user upload.
Requires: 2.8.5 or higher
Compatible up to: 2.9.2
Last Updated: 2009-12-24
Downloads: 532
Got something to say? Need help?