Published on February 26th, 2017 by BenM
Hi,
Why I can have things like that in replies :
<p class= »MsoPlainText »>Ca ne me semble pas correspondre. Regarde une autre référence.</p>
<p class= »MsoPlainText »></p>
<p class= »MsoPlainText »>Ou alors, tu passes sur une autre page.</p>
<p class= »MsoPlainText »></p>
<p class= »MsoPlainText »>Tom</p>
First of all, tags are let like this. Moreover, ” are replaced by ».
Thanks.
Published on February 26th, 2017 by BenM
Hi,
I use Private status to protect some forums and I would like to have a login page instead of 404 on private posts because it’s very inconvenient for people who have subscribed to a topic and click on the link to read new replies, to see a 404 if they are not logged in. (bbPress Private groups doesn’t work for this too.)
I tried a lot of things, but I was never able to catch status of topic’s forum with a single function.
bbp_is_forum_private doesn’t work here (there’s no ID).
get_queried_object() is empty.
I can have topic slug ($wp_query->query['topic']) but strangely, get_page_by_path doesn’t work.
Finaly, I have to make a SQL request to find ID and post_parent (so, forum) from slug, then use bbp_is_forum_private (to post_parent because it doesn’t work witk ID and ancestor)! It’s a little bit… heavy.
Do you have a best method?
Published on February 26th, 2017 by winwin1
I installed
MeshShare
Social Sharing
AccessPress Social Share
But I think none of them lets me share a specific post of bbpress.
What social sharing plugin works for bbpress posts, not just for wordpress?
Published on February 26th, 2017 by stopher
Hi there,
I’m having problems accessing the forum tab in the wp backend of my site.
For some reason it is offering me a 500 error….
I have tried to remove all my plugins and re-initiate the bb press plugin, which does activate, but still provides a 500 error when I try to access the forum link in the backend and the /forum extension on my site pages.
The forums that are there work, and I can create new ones, but I cannot access the forum list, either on the site or the backend.
My site is available here
Is there anything that you can help me with?
Kind regards
Chris
Published on February 26th, 2017 by Jacob_26
Hello,
I’m getting just a white screen when I’m clicking on forums. I’m using wordpress 4.7.2.
I already tried different themes, deactivated all plugins etc. But it still doesn’t work.
I can create new forums, but they don’t show up. Topics works fine. I’m guessing it has something to do with Mamp Pro, as long as I used the free version of Mamp with localhost everything worked fine. Now I’m having four hosts on map pro (not localhost) and I’m getting the white screen…
I hope anyone can help me out. Thanks
Jacob
Published on February 26th, 2017 by blueshiningstar
I would like to adjust width of forum-titles.
[Now]
|Forum……….|Topic|Posts|……………|
(I removed the title of Freshness by using “bbs-stlye-pack”)
I would like to adjust like below.
|Forum……….|Topic…..|Posts…..|…..|
WordPress4.7.2
bbPress2.5.12
Twenty Sixteen1.3
bbp style pack3.4.8
Published on February 25th, 2017 by UgoDimma
Hey guys,
I have set up my bbpress forum, create a page for it with the name forum, in the description box, I added some description, and featured image for the page. I also added some forums to get started with, but when I share my forum page on social networks, which is https://mydomain.org/forums/ it does not display any featured image, not even the one I added at the page. And again, the description it displayed is that of a forum I created.
Please, how do I force the page to display the featured image and the description I added to it when shared on social networks.
Published on February 24th, 2017 by directorjim
hi guys,
i need some help please, i imported a phpbb forum earlier today and the forums have come across fine and the topics but the replies have come through and all show anonymous. i’ve run all the repair bits with no joy.
phpbb ver – 3.2.0
wordpress ver – 4.7.2
bbpress ver – 2.6-beta-2
i imported the users aswell.
i dont think i missed anything but if you need more info please ask.
thanks
jim
Published on February 24th, 2017 by Kalusha
Hey,
I want that every User from my Site who is an “Autor”, must be in my Forum as an Spectrator. Is it possible with an function?
best regards
Published on February 24th, 2017 by Kalusha
Hello from Germany 🙂
I have an WordPress Role called “Autor”. This Role are on my Site “Premium User” and “Abonnents” are Standard User. Capabilyties for the bbpress are the same. Now I want to under the names in the Forum who is a Premium User and who is a standard User.
The bbPress Role for both is “participants” so the differents are only in the WordPress Role.
With this Code I can change the name, but only for participants…
##Name ändern Participant in User Standard User
function my_custom_roles( $role, $user_id ) {
if( $role == ‘Participants’ )
return ‘Standard User’;
return $role;
Hope anybody understand 🙂 me and can help me
regards