Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Plugins & Atahualpa »

Easy Comment Uploads Compatibility


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
 
Prev Previous Post   Next Post Next
  #1  
Old Apr 25, 2010, 11:31 AM
twright
 
1 posts · Apr 2010
Easy Comment Uploads Compatibility

Hello,
I am the developer of the Easy Comment Uploads Wordpress Plugin and recently many of my users have been informing me that the upload form does not work correctly with the Atahualpa theme.

Having looked at the theme's source code, it seems like the comment_form action is placed below the submit button for the comment form, contrary to the convention for most other themes including the default. Specifically this means that no plugin using that hook can include any forms of it's own and this is what prevents my plugin from functioning correctly - in addition no easy work around can be used (html forbids nested forms).

The solution is simple, near the end of comments.php, if you move the line <?php do_action('comment_form', $post->ID); ?> down to just above </form>, this should fix all of the issues.

i.e.
PHP Code:
    <!-- Comment Textarea -->

        <p><textarea name="comment" id="comment" rows="10" cols="10" tabindex="4"></textarea></p>
 
        <!-- Submit -->

        <p><input name="submit" type="submit" class="button" id="submit"

        tabindex="5" value="<?php _e('Submit Comment','atahualpa'); ?>" />

        <?php comment_id_fields(); ?></p>

        <?php do_action('comment_form'$post->ID); ?>
        </form>
        </div><!-- / respond -->
Thanks,
Tom Wright
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Inline Google Maps compatibility redwagon Plugins & Atahualpa 13 Oct 11, 2011 05:01 AM
FTP images showing in uploads directory but not in media gallery mmqc2 Atahualpa 3 Wordpress theme 1 Jan 22, 2010 06:18 PM
[SOLVED] widget logic and atahualpa compatibility bigliettaio Plugins & Atahualpa 10 Jan 3, 2010 03:56 PM
WP plugin compatibility clues jack96161 Plugins & Atahualpa 2 Oct 29, 2009 03:02 PM
Problem with Theme & Easy Comment Uploads Hinnerfeldt Plugins & Atahualpa 0 Sep 25, 2009 01:20 PM


All times are GMT -6. The time now is 10:59 AM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.