Skip to:
Content
Pages
Categories
Search
Top
Bottom

Check Which Role User Has Using PHP

Published on November 14th, 2014 by emrphy

How can I check what role the user has using PHP? I want the index page of my forums to say one thing if the users are of a certain role, and another if they are of another role (a prompt to upgrade their account to see the rest of the forums). How would I do this?

Adding a custom page under the bbPress directory

Published on November 13th, 2014 by rock17

What’s the best way to go about adding a custom page under the bbPress directory (/forums)?

I’ve created a new page in WordPress that uses bbPress shortcodes. I’d like the URL to remain under ‘/forums’ like ‘/forums/new-page’. WordPress automatically converts the directory to /forumsnew-page (due to a conflict with bbPress using /forums)

Any help would be greatly appreciated!

How to Stop Admin subscription emails…

Published on November 13th, 2014 by manheim

We’re getting an email to noreply@ourwebsite.com every single time someone posts a reply. Looking into bbpress/includes/common/function.php starting on line 1023 it looks like this is the intended behavior. It sends an email to:

$do_not_reply = '<noreply@' . ltrim( get_home_url(), '^(http|https)://' ) . '>';

…and it BCC’s any users who are subscribed:
wp_mail( $do_not_reply, $subject, $message, $headers );

This seems silly. Am I really reading this right? Why can we not disable emails coming to noreply@ ? Big forums will get hundreds of emails a day….

ban some users

Published on November 13th, 2014 by pre89

i have a problem that i want to block some ipies login to my website. i want to ban the useres which send bad coments. how can i find their ip? i use wp-ban plugin for this

bbPress homepage customization

Published on November 13th, 2014 by webUI1

Hi All,
I’m beginner in bbPress development. Recently I’ve installed bbPress forum. My Query is:
On homepage of my forum (front-end), I can see only list of Forums (Forums Block) but I want to show Topic block as well just below forum block Could you guys please tell me that how to do it?

Cheers 🙂

Rename "Add Friends" and "Cancel Friendship Request" member page

Published on November 13th, 2014 by rathodlakha

Hello all,

i installed buddypress Version 2.1.1 and i create one member page now my problem is i want to rename Add Friends and Cancel Friendship Request so in place of this i want to add only “+” or “-” so please any body can help i tried in wp-content\plugins\buddypress\bp-templates\bp-legacy/buddypress-functions.php but its not working so any idea how can i rename this text?

bbpress iphone compatibility problems

Published on November 13th, 2014 by melanie bund

Hi, am using wp 4.0, twenty twelve theme, am having trouble getting the forum to look nice in iphone etc..
http://photohunters.org/photohunters/lets-talk/

there is a rather large space on right hand side for some reason, the titles “topics” and “post” are for some reason cut and on 2 lines

CAN ANYONE HELP?

ps. have had to disable the sidebar as it looked ridiculous, not sure how to solve that…

thank you in advance
Melanie

BBPress/CoursePress conflict

Published on November 13th, 2014 by Drhands

My topics were not showing and I found that a recent install of coursepress plugin was the problem. Is there a way to fix this? Both plugins I need! They are the ony ones I’ve found that can do what I need.

How to login in order to use bbPress

Published on November 13th, 2014 by Woltan

Dear forum,
I am new to WordPress and bbPress. I am looking for the following solution and hope some of you can help me along. Unfortunately, all my attempts of getting the stuff together myself failed.
I have a very simple site that only displays some information on a couple of pages. Now I would like to introduce a forum that is only accessible for registered users. (I am in no need to automate a process of registration since the number of users is very small.) I figured out how to set up the forum with categories etc. and it looks charming. However, I am not able to create any topics in the forums (apart form the admin panels) and the following message appears: “You must be logged in to create new topics.”

I have now the following question: How can I get a user to login in order to post to the forum?

Thank you in advance for any help, link, suggestion.
Regards
Woltan

Show topic title top of Each topic

Published on November 13th, 2014 by nM_WP

Hi,

WP-4.0 & BB-2.5.4 on localhost.

Everything working fine except, I am not able to show the “Topic title” at the top of each topic, as the topic title “Show topic title top of Each topic” appearing above.

I have tried bbp_get_topic_title() with no luck.

Skip to toolbar