Tagged: x
-
AuthorPosts
-
May 2, 2016 at 6:05 pm #909906
socialite7Participant1. 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
May 3, 2016 at 12:56 am #910234
LelyModeratorHello 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.
May 6, 2016 at 11:02 am #978740
socialite7Participantcustomizing 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.
May 6, 2016 at 8:21 pm #979618
RadModeratorHi 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.
May 9, 2016 at 4:57 pm #983064
socialite7Participantok… 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 taskingMay 10, 2016 at 5:26 am #983817
ChristianModeratorHey 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!
May 10, 2016 at 9:59 am #984229
socialite7ParticipantI see you guys helping a lot of people on this site… have you guys just gone away from that…???
May 10, 2016 at 1:44 pm #984577
RahulModeratorHi,
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
May 14, 2016 at 6:08 am #991150
socialite7Participantok 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
May 14, 2016 at 3:30 pm #991561
RadModeratorHi 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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-909906 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
