Viewing 15 replies - 1 through 15 (of 15 total)
  • I am having the same issue. Everything seems to work ok untill someone tries to upload a image. After submitting I get no image, and when I try to add another it does nothing. Please help us fix this. I need to know this plugin works before I go pro going to go pro. My web site is fishfanatixblog.com/forum

    Same here. Can someone please answer this?

    Plugin Author Milan Petrovic

    (@gdragon)

    This is a problem with plugin JS file not loaded. This can happen for any number of reasons that have nothing to do with the plugin. Plugin will attampt to load JS/CSS when page is detected as bbPress, but if that is not the case, you need to enable option to always include these files regardless of the page type.

    Thank you for your reply.

    “… but if that is not the case, you need to enable option to always include these files regardless of the page type. “

    How do I do this? I have already tried checking the button in settings to “always include” with no resolve.

    Thread Starter cameliafr

    (@cameliafr)

    Hey there! I never managed to fix this so I found this plugin instead:
    https://www.ads-software.com/plugins/bbpress-post-toolbar/

    It works really well with bbpress and has tons of features event though it’s not being updated anymore.

    You may want to give it a try !

    @cameliafr,

    Thank you for your reply. I also found that plugin and tried it but it does not work for me. The menu items are dispersed all over the page rather than at the top in a tool bar. I’m starting to wonder if that is not a JS issue as well?

    Nope. Just updated my JS and checked that it is working … same issues with both GDAttachments & bbpress tool bar. Any other suggestions would be greatly appreciated?

    This marked resolved but it is not resolved … still unable to upload attachments.

    If you are using BuddyPress, browse to Forums > Attachments, and make sure the “Always include” box is checked.

    Alternatively, you could force the javascript to load by adding the following to your theme’s functions.php file:

    add_filter( 'd4p_is_bbpress', '__return_true' );

    mgibbs, thank you for your suggestion. I added theabove to the functions.php but unfortunately it still does not work.

    The site is https://flyguys.net/forums if you or anyone would like to take a look and see what it is doing.

    Any other suggestions/ideas?

    Thanks you

    @mgibbs189

    Thank you your code fixed my problem

    I have the same problem and forcing that code to load didn’t work for me either. This issue seemed to crop up after the last update based on my site’s log of the last time a user was successfully able to upload a photo.

    Note: upgrading to latest version of my theme fixed it.

    Thanks ZachMatthews, I’ve deleted the plugin as it was not working but was always using the default 2010 theme and I’m pretty sure it’s last update was already taken prior to attempting bbpress. But I guess to know for sure I could try it again … will let you know.

    Thanks mgibbs189! That code fixed my issue as well!

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Attachments not uploading’ is closed to new replies.