Creating a gallery when writing a post?
-
Hi,
Thanks for this very cool plugin. I really like the bp activity functionality that allows you to create an album when writing an update. I was wondering though; would such a thing also be possible when writing a blog post?
Atm i am using Frontend Publishing Pro, so people can write blog posts themselves. It would be really cool if at the same time it would be possible for people to create an associated album to that blog post.I actually tried to use the 2 (activity) hooks below and add them to the front end form. This did create an album but when i click it the images are gone. So apparently it does not store the images correctly.
add_action( 'wpfepp_form_fields', 'mpp_activity_upload_buttons' ); add_action( 'wpfepp_form_fields', 'mpp_activity_dropzone' );Anyway what are your thoughts on this?
Thanks
The topic ‘Creating a gallery when writing a post?’ is closed to new replies.