Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Jan-Peter

    (@starguide)

    Hi project_subdomain,

    currently there is no direct support to automatically add the Shariff buttons to bbpress. I’ll put it on the list for a future release, but cannot give you an ETA or promise that we will be able to support it.

    What can of course work is, if you edit your bbpress theme and add the shorttag in there at an appropriate place.

    <?= do_shortcode( '[shariff]' ) ?>

    You probably want to look at the loop-single-reply.php template file. It seems to work fine, but has some CSS issues, that would need to be solved.

    If you want to try that, I’ll can assist you a little bit.

    JP

    Thread Starter project_subdomain

    (@project_subdomain)

    great – thanks for your reply and fast support!

    I have placed the buttons at an appropiate place now. When clicking any button a new site is loading with the single reply on its own, requiring a further click on the button for actions. Could you recommend a solution for an easy way around that?

    The buttons then work except the emailform as nothing happens when hitting the button.

    Plugin Author Jan-Peter

    (@starguide)

    Can you provide a link to your site? Where did you place the buttons? I tested it in the loop-single-reply.php and the buttons worked normal: https://social-emotions.de/forums/topic/testtopic/

    Edit: Except for the mailform, that one does not work. I recommend to use mailto instead.

    Thread Starter project_subdomain

    (@project_subdomain)

    my fault, put it in loop-single-reply.php right after <?php bbp_reply_content(); ?>. Right after <?php do_action( 'bbp_theme_after_reply_content' ); ?> it’s working now. Did you put yours at the same place?

    That’s a pity with mailform as I suppose it to be the most used button on my forum. Would be great to see it work someday.
    Huge thanks for your support!

    Plugin Author Jan-Peter

    (@starguide)

    Well, actually I have it after <?php bbp_reply_content(); ?>. But who knows. As long as it works, it’s all good. ??

    I’ll take a look at the mailform issue and if we can solve it, but cannot promise anything at the moment.

    Thread Starter project_subdomain

    (@project_subdomain)

    thanks, mailform would be great.
    will mark this topic as resolved.

    Plugin Author Jan-Peter

    (@starguide)

    Version 2.4.0 now adds support for bbPress. The buttons can now be automatically added to all replies and the mailform now works as well.

    I hope you like it. ??

    Thread Starter project_subdomain

    (@project_subdomain)

    great, thanks, just tried it and works.
    some futher suggestions: right now mailform has no close option in case someone does not want to send a message anymore. would be great to have a close or back option.

    Plugin Author Jan-Peter

    (@starguide)

    Not a bad idea: A close button for the mail form. I’ll put it on the list of further improvements for future updates. Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘bbpress support’ is closed to new replies.