Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #909906
    socialite7
    Participant

    1. how do I either get the bbpress profile to look like the way you guys have styled it… or how do I redirect the profile section with the 4 rows to be the s2members page

    2. How do I add an author tab to the bbpress profile

    I know this would be easier with buddypress, but there were too many conflicts with wp rocket, post pay counter, yoast and buddypress. I had to get rid of something

    #910234
    Lely
    Moderator

    Hello There,

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to your page would be very helpful, and perhaps some screenshots of what you want to achieve), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #978740
    socialite7
    Participant

    customizing the bbpress profile is proving to be more difficult than buddypress.

    http://www.poyint.com/wp-content/uploads/2016/05/Screen-Shot-2016-05-04-at-1.11.32-PM.png
    That shows the profile page of bbpress… as you can see it’s really plain. I would like to get rid of the forum role, topics started and replies started… because they already have tabs. The about me section I have no issue with it, but I would like to at least show the social networks that you enter in the backend of the site.

    I would also like to add an authors tab to it. I was able to do it with buddypress.

    #979618
    Rad
    Moderator

    Hi there,

    This is more on template customization, both BuddyPress and bBpress has their own set of templates. The integrations are done between them, and the customization on that areas are something we can’t cover.

    You may try consulting it to bBpress developer.

    Thanks for understanding.

    #983064
    socialite7
    Participant

    ok… there a way I can hide the profile link on the bbpress user page and add the list of use posts instead…

    or

    add an avatar to the author page, and add topics, replies, favorites and subscriptions links to the author page…

    add_filter(‘bbp_pre_get_user_profile_url’, ‘mjj_profile_link’);
    function mjj_profile_link( $user_id ){
    $user_info = get_userdata( $user_id );
    $user_nicename = $user_info -> user_nicename;
    return ‘/author/’ . $user_nicename;
    }
    I used that to redirect profile page to the author page, but the author page does not have an avatar or bbpress stuff… with buddypress there was a way to add custom links to the link box, but I’m not sure how to do it with bbpress. So, this is becoming tasking

    #983817
    Christian
    Moderator

    Hey there,

    Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!

    #984229
    socialite7
    Participant

    I see you guys helping a lot of people on this site… have you guys just gone away from that…???

    #984577
    Rahul
    Moderator

    Hi,

    bbPress is not a plugin which comes in the X bundle hence our support scope with its customization is limited.

    I hope you understand.

    For any X theme related questions, feel free to ask us anytime!

    Thanks

    #991150
    socialite7
    Participant

    ok that’s cool… Is there a way i can add the author page to the bbpress menu that this theme creates in a rectangle. You guys gave someone code to do it for buddypress and buddypress is also not a plugin that comes with x theme… Any help would be much appreciated

    http://www.poyint.com/wp-content/uploads/2016/05/Screen-Shot-2016-05-14-at-6.05.19-AM.png

    #991561
    Rad
    Moderator

    Hi there,

    That’s box is part of Buddypress, we didn’t code it. We only apply the styling so it will match the theme.

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-909906 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>