Forums

GD bbPress Attachments
[resolved] Disabling Topic Tags.. disables bbPress Attachments (2 posts)

  1. Tobias Schutter
    Member
    Posted 3 months ago #

    I noticed that when I disable Topic Tags from the bbPress settings menu, that it will remove the attachment fields aswell.

    Problem is with the hook that is being used to output your form. Simple solution would be to use a different hook, which can not be disabled from the bbpress settings.

    Great plugin btw!

    code/attachments/front.php line 33/34:

    add_action('bbp_theme_after_reply_form_tags', array(&$this, 'embed_form'));
    add_action('bbp_theme_after_topic_form_tags', array(&$this, 'embed_form'));

    http://wordpress.org/extend/plugins/gd-bbpress-attachments/

  2. Milan Petrovic
    Member
    Plugin Author

    Posted 1 month ago #

    Uploader in 1.9.2. is added at the end of topic/reply form.

Reply

You must log in to post.

About this Plugin

About this Topic

Tags

No tags yet.