• Resolved emmasprinkle

    (@emmasprinkle)


    I’m having an issue getting the member rank and the associated image to show on bbpress under a user’s name (https://www.fanbolt.com/forums/discussion/forum-rules-guidelines/)

    I have the settings in place in GamiPress > Settings > Addon’s > BBPress > Ranks:

    – User Profile Rank is selected for what I want to be displayed

    Display Options:
    – Show Thumbnail on
    – Size set to 50px
    – Show title on
    – Show link off

    However, nothing is showing and looking at the source it doesn’t look like anything is being called. I’ve tried turning plugins on and off as well with no luck – any suggestions or code I can add?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Ruben Garcia

    (@rubengc)

    Hi @emmasprinkle

    You described that you have stup the options like show the thumbnail, the image size etc

    But the most important settings are the rank types to display, have you checked the types you want to display?

    If yes, then the next to check if your theme, since it probably overrides the way bbPress posts are displayed, have you tried to switch to a wordpress default theme?

    Best regards

    Thread Starter emmasprinkle

    (@emmasprinkle)

    I have got the rank types selected to display – so everything is selected that should be on the Add-ons page.

    We’re using the BuddyBoss Child theme – so it shouldn’t be overriding anything. But I just tried Twenty Twenty – and it does show with that theme. Are there any compatibility issues with the BuddyBoss Theme? Or anything else we can try?

    Plugin Author Ruben Garcia

    (@rubengc)

    Hi @emmasprinkle

    Our bbPress integration uses the actions ‘bbp_theme_after_reply_author_details’ and ‘bbp_theme_after_topic_author_details’ to place the details under the user avatar

    If your theme overrides the bbPress reply and doesn’t adds this actions, then the details won’t get displayed

    BuddyBoss has a great support team behind and for sure, if they haven’t added those actions they will be more than welcome to add them to ensure compatibility

    You can refer them to this topic to let them know the actions I’m talking about and for sure will fix this as soon as possible

    Best regards

    Thread Starter emmasprinkle

    (@emmasprinkle)

    Thank you – I appreciate your help – I’ll reach out to them!

    Thread Starter emmasprinkle

    (@emmasprinkle)

    I reached out to BuddyBoss and apparently this isn’t something that they can do without charging me for custom development work. Are you able to provide any additional documentation on your end for us to try to handle development work on our end? It would be greatly appreciated if so!!

    Thank you!

    Plugin Author Ruben Garcia

    (@rubengc)

    Hi @emmasprinkle

    As I can see, the BuddyBoss forums has this hooks to display the author details

    The BuddyBoss forum reply template is on buddyboss-platform/bp-forums/templates/default/bbpress/loop-single-reply.php where you can see the next code that is the required to display the GamiPress elements:

    <?php do_action( ‘bbp_theme_after_reply_author_details’ ); ?>

    Probable, the place you want to display them are not forums and is some type of group feature

    For that the BuddyBoss team requires to provide custom development services to place this content in the place you are looking for

    Or in your theme, you need to find the reply template, copy it on your child theme and add the line mention before (for that is not a simple task that requires development knowledges)

    Hope it helps

    Best regards

    Thread Starter emmasprinkle

    (@emmasprinkle)

    That did it – I’ve got it in there now. Thank you! I greatly appreciate your help here! ??

    Plugin Author Ruben Garcia

    (@rubengc)

    Nothing @emmasprinkle

    Glad to help you!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘User Rank Not Showing on BBPress Posts’ is closed to new replies.