Hi,
I have successfully transferred our wordpress to the root directory. As well as the YAPB cache. Seems fine, thumbnails are there when i view the /articles page. Or when I edit the the post the image is attached also. But when i view the single post. It seems that the "yapb_get_alternative_image_formats" seem not to work. Instead i get 2 or more (duplicated) images of the same size on the post. Also it should give different size formats but its not there too. Any suggestions?
thanks
http://wordpress.org/extend/plugins/yet-another-photoblog/
it seems that duplicated image is due to a conflict on "Yet Another Related Posts Plugin". the only problem is "yapb_get_alternative_image_formats" function still dont work
i have uninstaleld and reupload this plugin but nothing. seems i can NOT attach the yapb image also. i want a refresh install & reupload all 90 images again. So that means i need to delete the yapb database? which tables?
ok i have been searching to replace this yapb plugin and i came accross with authothumb plugin. http://wordpress.org/extend/plugins/autothumb/
I havent tested this plugin yet but anyway, when i looked into its contents, i noticed that this plugin and yapb uses the same PhpThumb script (Phpthumb folder).
So what i did is i replaced the contents (only) of yapb's phpThumb-1.79 with all the contents from phpthumb (from autothumb). Note that the yapb's phpThumb-1.79 folder is inside the lib folder.
After that i reupload all of the images through yapb (this is when you edit your post)
Now everything is back to normal.