Published on June 11th, 2014 by master412160
What does this insert in the db that I need to remove manually?
Because my blog messed up because of this plugin. It is poorly coded to deal with the following situation:
Owner doesn’t want to get hacked because he has user ID 1 so he creates a new admin account and changes his previous account data to the new one.
This the plugin does not handle well…
Now I got no forum rules tab in user list, all forum roles are loaded in the blog roles.
Published on June 11th, 2014 by Sudar Muthu
With the recent bbPress update, the way notification is sent is changed. Earlier individual emails are sent to each people, but now only one email is sent with all the email address in bcc. I guess this is done to prevent email bottleneck. But this seems to have caused a issue in my setup.
I use wpmandrill to send emails through the mandrill service. With the new change, the to and from address is changed to a default “do not reply” email address that is calculated using the current domain name. The code is present in the bbpress/includes/common/functions.php
$do_not_reply = '<noreply@' . ltrim( get_home_url(), '^(http|https)://' ) . '>';
So it becomes <nobody@domain.com>
When this address is used as “to” address, the mandrill service thinks that it is an invalid email address because of the angle brackets.
I went through the code, but there is no filter to change the $do_not_reply variable.
Published on June 11th, 2014 by
Hi,
I have the latest bbpress and have it set to allow anonymous users to post/reply. While they can post and they can see my replies to a thread (as admin), they can’t see their own replies.
Anyway to allow anonymous users to see all posts, replies, and create new topics in a forum?
Thanks.
Published on June 11th, 2014 by Kaluh
Hi There,
I’m working on my forum and i’m customizing my profile page(the one you can see other people’s reccords and number of posts)
the only thing i get to see are:
Forum Role
Topics Started
Replies Created
the fields in the code look like:
<p class="bbp-user-forum-role"><?php printf( __( 'Forum Role: %s', 'bbpress' ), bbp_get_user_display_role() ); ?></p>
i’m just wondering how to show first/lastname or only lastname.
hope you can help,
Best regards,
Kaluh
Published on June 11th, 2014 by Robkk
using most of the code structure that robin gave me from
Display Topic Starter label around topic authors avatar in topic replies
how do i do the same for topic status like sticky, supersticky , closed
all i probably need to change from the code from the link is
if (bbp_get_reply_author_id() == bbp_get_topic_author_id() ) {
to something like
if topic status = sticky
i just dont know how to write that line correctly with the right code
Any help?
Published on June 11th, 2014 by Mareva
Hi!
I’m just begining with Private Groups plugin (and even with wordpress!), that seems to be a great plugin to manage users permissions to access to bbpress forums.
Just let me introduce my “configuration” in few words : I’m working with
– 2 forums (A and B)
– 2 groups (1 & 2)
– Group 1 is authorised to work with both forum A and B.
– Group 2 is only able to work with forum B.
I have 2 questions about Private Groups behaviors :
– SEARCH FUNCIONALITY : bpress search form or widget deal with all topics of all forums. I mean that the search functionnality does not take into account groups that are defined with Private Groups when displaying the results list. That’s true that a non authorised user can’t access to the detail of a topic (nor reply to it), but he can see all topics and even their content. Is there any solution to force the search functionnality to only deal with authorised combination forum/groups defined with Private Groups?
– PARENT FORUM : maybe I’m wrong but the only way I’ve found to work with Private Groups is to define one parent forum (the father of all) and subforums. The point is I have no need of any parent forum. Is there anyway to keep all forums at the same level without define any parent forum?
Thank you for any help or idea…
mareva
Published on June 11th, 2014 by Momo63zzz
Hi everyone
I’m using bbpress 2.5.4 with buddypress 2.0.1 and theme Oblivion.
Hi have problems with the bbpress extention.
When i want to create a forum or a topic from the website, it need validation on the dashboard by saving the forum to see the new content…
How can I resolve it?
Thank you
Published on June 10th, 2014 by hoborob
Hi Ya im trying to figure out how to add the 3 most recent topic titles under each forum on the form index page. any help would be much appreciated
Ie
forum Title 1
- topic one name
- topic two name
- topic three name
forum Title 2
- topic one name
- topic two name
- topic three name
Published on June 10th, 2014 by shughey
Can the bbp-template-notice info be removed and if so, how? It, and other notices, are just too much ‘stuff’ to have to look at.
Thanks,
Sam Hughey
Published on June 10th, 2014 by JosiahW
Is there a way to have MailChimp send out daily newsletters of the most popular threads of that week? Or maybe even most popular in specific forums?