Search Results for 'bbpress'
-
Search Results
-
Hi,
my bbpress Topic Forum link leads to the 404 page.
http://www.yildirim.reisen/reise-forum/
I have checked the bbpress, buddypress settings, the other pluggins and also the parmalinks etc. but don’t know what causes this issue.
Thanks for support!
For years i have been using bbpress 1.0.3 and its works fine but now search engines creating error and mobile users are not able to browse. so i wanted to Import to latest bbpress forum plugin 2.5.4.
i went through step by step guide;
created new site (subdomain)
added plugin bbpress 2.5.4
setting as per guide
setup theme
created test forum
and when i went to import from old…. NOTHING IS IMPORTED.PLEASE let me know where i went wrong or missing something.
Im new to this stuff so try not to lose me but Im running wordpress 4.1 with the sparkling theme and bbpress 2.5.4. My site is selfyelp.net. The registration emails and lost password emails are going through fine with gmail but with aol and hotmail I get nothing. My site and wordpress is hosted through godaddy so I guess I need to know what or where the problem is. Is it a bug or is it godaddy or is it the email providers? How can I fix it and is there any workaround? And yes I have checked the spam folders. Thanks (O and every other aspect of email is working fine through the site -just this prob)
Hello,
Our revision log for bbpress is turned on, but when I edit a subject in bbpress and add a reason for the modification, it does not show up in the log. It just says the subject was edited X amount of time ago by… and it stops there. So it doesn’t say by who or the reason why.
Any idea what could be causing this?
Wordpress 4.1
bbpress 2.5.4Thanks!
maryse
Hello guys,
I tried to search for this topic for some time, and I found a lot of answers but non of them was on the point for my simple yet maybe difficult task.
My client needs the forum to be visible only for users/some users.
Basically only the users should be able to see the forums while others won’t even know it exist.Can someone please help me with on the point solution, and if non exist I would have to use some bypass, maybe even make my own php code – which I rather avoid.
Thanks for reading and helping!
Techical: using 4.1 WP and latest bbpress.Wordpress Version: 4.1
Latest bbpress version
website: http://www.gizmoids.comI want to show my forum topics as post on my website. Not all, jest some of them which I will choose.
Can I do this with bbpress? how?If it is not possible can you tell me how to use default taxonomy (categories) with forum? I want to store some topics in these default WordPress category.
Thank You
Hi,
When I receive an email notification, if I’m logged in and I click the link it takes me directly to the thread/post in question.
However if I’m not logged in I simply get:
Sorry, the page your requested could not be found, or no longer exists.
Running WordPress 4.1 and bbpress 2.5.4
I have tested with the bundled themes and the issue persists.
Greetings to bbPress Scientists and Engineers,
I want to restrict users to add an external link before a define number of topics and/or posts created.
In other words:
Allow a user to put external link in topics or posts only after he/she created some number of (say 20) topics or posts.This will be a revolution in bbPress if we could do this. It will help to stop spamming to a great level. And vBulletin and others must be worried about it.
Topic: i ask theme ?

i ask theme ? Thank you
Topic: Hidden Forum Group
I have made a hidden forum that is closed and hidden with intentions of having my staff only see this forum page itself. Is there a way or a process I need to make a group or send invites to people so they can see this or is it not possible with BBpress? Need some assistance with this asap as I am trying to get my group of writers into this special forum page.
Please advise.
Thanks!
Hi,
I’m having an issue with bb slides. On the desktop and at the back end it’s linking correctly but on mobile it links to brick-work.org/bb-slides/linkaddress. It only does this for the first slide, not the others which links correctly.
My wordpress version is 4.1, my bbpress version is 2.5.4 and my website is http://www.brick-work.org
Thanks in advance for any help!
Claire
Hi,
I am using Mesocolumn theme as it claims it is bbPress compatible.
I am having issues with the forum category widget. I have defined 4 categories but none appears in the widget.
Also, how do I add first-time bbPress registration to my forum page.
The link to my site is : http://www.ckingsensors.com/ckingforums/
I am using WP 4.1 and the latest bbPress version.
Any help would greatly be appreciated.
Thanks,
JayTopic: Edit reply – blank page
After installing BBPress nothing was working, I could see a list of forums if I went to /forums/ but nothing appeared to create a new forum or post, and no form appeared to enter a reply. I rebuilt the pages using the shortcodes and this worked great, but if I click “Edit” on a reply I get a page with no content.
Here is the code I am using in my main template to make the BBPress items show up:
<?php if (is_bbpress()) : ?> <section id="content" class="grid-block"><h3 class="page-subtitle"><?php echo $this['config']->get('Subtitle'); ?></h3> <?php if(!is_user_logged_in()) { echo do_shortcode("[bbp-login]"); } else { echo 'bbpress page'; $forum_id = get_the_ID(); if( get_post_type( $forum_id ) == 'page') { echo do_shortcode("[bbp-forum-index]"); } echo do_shortcode("[bbp-single-forum id=" . $forum_id . "]"); echo do_shortcode("[bbp-single-topic id=" . $forum_id . "]"); } ?>I can’t find a shortcode for the reply edit form. How can I made the reply edit form appear on a page?
Also none of the forms worked until I added this to the functions.php:
add_filter( 'bbp_verify_nonce_request_url', 'my_bbp_verify_nonce_request_url', 999, 1 ); function my_bbp_verify_nonce_request_url( $requested_url ) { return 'http://localhost:8088/mySite/' . $_SERVER['REQUEST_URI']; }I am using a woo-theme with their warp system, I think it does not work well with bbpress.
Please, how can I made the edit form appear? There appears to be no shortcode for that.