Skip to:
Content
Pages
Categories
Search
Top
Bottom

Adding Social Media to Public Profile with Icons

Published on November 15th, 2016 by u_Oi

Hi Buddies!

I checked out the “Layout and functionality” page, and I found that I can add Social Media Fields to bbPress through this function:

function add_extra_contactmethod( $contactmethods ) {
// Add new ones
$contactmethods['twitter'] = 'Twitter';
$contactmethods['facebook'] = 'Facebook';
$contactmethods['googleplus'] = 'Google Plus';
$contactmethods['youtube'] = 'Youtube';
  
// remove unwanted
unset($contactmethods['aim']);
unset($contactmethods['jabber']);
unset($contactmethods['yim']);
  
return $contactmethods;
}
add_filter('user_contactmethods', 'add_extra_contactmethod');

I wonder if there is a way to make them visible. I mean if I add my Facebook account could bbPress show it on the public profile with a Facebook Icon?

And also show them in users topics and replies posted?

Any advice, thanks!

Participant trash others replies from their own topic

Published on November 13th, 2016 by tronix-ex

Hi Support,

How to allow Participant to trash others replies only from their own topic. Need your help as soon as possible.

Note: I’ve used User Role Editor and selected delete_others_replies but it allows Participant to trash replies from other topics also. I only want to trash form their own topics only.

Thanks,

Unable to change bbpress role.

Published on November 13th, 2016 by johnskennedy

Hi,
Since my last login I am unable to change the forum user role of any of my members from the user’s tab in the dashboard. I select the user and the role and press change and nothing happens.

502 Error on all Replies and on Admin Replies Page

Published on November 13th, 2016 by gbbgadmin

Our forum has operated perfectly for 3 years. Suddenly, the past 2 days we get 502 server error with every reply. We also get 502 server error when trying to access the “Replies” page on Admin. We can access Topics page, Forums page, and all settings of the plugin. However, when anyone tries to submit a reply on a forum, 502 error. When we try to go to the “replies” page on admin, 502 error.

We have deactivated all plugins. Still 502 errors. We have not added any plugins or changed our software at all. This just suddenly started happening.

The forum is located at: https://bitbillions.com/community/

Any ideas?

how to make forum full width?

Published on November 12th, 2016 by bobtheturtle

Hi,
Trying to make forum full width on topics and posts. any ideas? please help!

my theme is gameleon
and
my website forum is http://www.iappadapt.com/community/

bbpress full width on “topics” and “replys”

Published on November 11th, 2016 by bobtheturtle

Hi,

How do I get the topics and reply on my bbpress forum? I got the main “forums” page to display full width using the “full width template” but everything else is still got the sidebar.

Please help!

here is my website forums http://www.iappadapt.com/community/

Forum Index Page Display Help

Published on November 11th, 2016 by imthinking

I’m a solid 7.5 out of 10 on WP but 100% new to BBpress.

I plan on having about 15 categories with some 50 forums for each category on my site. The current default display isn’t easy to follow so I’m attempting to find a way to easily change the layout on the forum index display page.

However, I don’t want to show all of the forums as some are private to groups etc.

I’m looking to achieve this look on this page: http://theme-sphere.com/smart-mag/forums/

I understand CSS is involved here but I’m looking for a get me going fix.

How can I list multiple forum titles on one page. When I use the code and then use it again to show a different forum it will only show the first one.

Is this not possible with shortcode?

Could I create a graphic bar and separate groups of forum titles like in the page I linked to?

Thank you for whoever guides in the path of rest as I have exhausted these forums in an attempt to answer these questions.

🙂

bbpress forum-Replies are not getting

Published on November 11th, 2016 by gobi004

i’ve moved the topics and replies from one to another site. topics are showing but replies are not showing i’ve done repair things also. it shows only current replies which is from new site. but doesn’t show the imported replies.
link: http://developer.agile-labs.com/forums/

Getting latest reply

Published on November 10th, 2016 by jbrownwebdev

I’m currently working on a project for a client who wants to have the latest reply from any topic in a forum show up on the main bbpress page under the forum name. Is there a way to get this reply from the database using either built in functions or a wp_query. I also need to show the persons avatar, name, and when it was posted. Any help would be greatly appreciated. Dev site is at http://realestateinvesting.how/topics/. I can’t tell you exactly what version of bbpress they are using as the client hired a developer before me who hid the plugins unless your at a user level higher than admin. WordPress version is 4.5

Auto-role setting is applied even when unticked

Published on November 10th, 2016 by gmsb

The “Auto Role Automatically give registered visitors the XYZ forum role.” field is being applied even when the checkbox is un-ticked.

Auto-role field

I was able to replicate this across dev/staging/production, the state of the checkbox was ignored in all 3 instances.

Skip to toolbar