P2 Theme – Adding media buttons to reply field
-
Hello, i wish to give my users an option to upload images when they reply. I have looked at adding the code which is in the post-form.php to comment-form.php but “add to post” doesn’t work.
<?php if ( current_user_can( 'upload_files' ) ): ?> <div id="media-buttons" class="hide-if-no-js"> <?php echo P2::media_buttons(); ?> </div> <?php endif; ?>
I understand why it doesn’t work as the textarea has a different name, if I change the name the comment doesn’t get posted. How could I do this?
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘P2 Theme – Adding media buttons to reply field’ is closed to new replies.