Search Results for 'bbpress'
-
Search Results
-
Topic: bbPress not working
I can not I create a new forum, when I go to the new forum option and type in the title name and when I click on preview it all looks normal but when i publish it and click on the View forum then on my page it says “Error 404 – Not Found” and below “Sorry, the page that you are looking for does not exist. “What should I do?
Hey,
My company’s website uses a custom wordpress theme, and we’ve been adding bbpress compatibility to it directly (rather than using a child theme). We’ve been working on a staging server initially, before installing the updated theme on the main site.
We got everything working very nicely on the staging server, but the main one seems to have problems. Here’s an example:
- A sample user page: http://www.inklestudios.com/forums/users/joethephish – It seems to be using some data internally from the blog. The article id is “post-561” which actually corresponds to this blog post: http://www.inklestudios.com/archives/561
- The fact that it’s been treated as a blog post means that it’s been structured and styled slightly differently too, and is getting related classes to the tags from the blog post.
I’m very confused, because supposedly there’s no difference in setup between the staging server and the live one.
I have a single top level template file for the forums: forum.php, which looks like this:
get_header(); ?> <!-- ?php comments_template( '', true ); ? --> <!-- .left-column --> <!-- .right-column --> <!-- #content -->I would like to avoid all of the typical wordpress “backend” stuff for my users. For example, when a user registers, he just gets redirected back to whatever page he was at beforehand – there is no notification page or “success” page, just a redirect – how are my users to know they should check their email? How can I create a page that simply says “thank you for registering, please check your email for your username and password” after they register?
I would like to avoid getting redirected to the default “/wp-login.php” and instead use the bbpress login page I created. I would also like to use the bbpress registration page I made (using the shortcode and template) instead of “/wp-login.php?action=register”. Is this possible?
I would like to keep users on the front end of the site.
I created a page for forgotten passwords – after a user fills out the form, they are simply redirected – no notification of what just happened, no message that says “Your password is being email to you”, how can I go about making this more user friendly? If someone uses incorrect login detail, they simply get redirected to “/wp-login.php”, I would like them to stay on the “front end” of the site (I have a login page there after all).
Why does everything redirect in some way or another to “/wp-login.php”? How can I integrate this fully into the site without always jumping to a wordpress page?
Second issue, I seem to be having a problem with some of the other page, if I try to view members or a single member I get a 404. When going to “/index.php/forums/users/”. Any idea why these pages do not work?
Here is my domain: http://www.tbgamers.com
Thanks, I’d appreciate any help.
I installed bbpress on this morning. I have been slowly integrating it into my worpdress twentyeleven child theme. One thing I am noticing is that the sample sticky posts I created are not receiving the sticky class added to them.
What I’ve done so far is copy over archive-forum, page-topic-tags, sidebar-bb-tagcloud, single-forum, single-topic, single-user and taxonomy-topic-tag into my child theme and formatted the each page to match my existing theme. If i view my site in live preview using the bbpress theme I see that the Sticky class is being applied to the sticky topics. I’m not sure why this isn’t happening using my child theme?
Hey all,
I have a website that users log into and would like to sign in/register the user when the go to the bbpress forum. The site is NOT a wordpress site.
I have read several posts on this topic:http://bbpress.org/forums/topic/integrating-with-external-authentication-system/
being the most recent but none of them seem to work. I can successfully log in or create a new user. They show up as logged in on the home page. However when they click any link bbpress does not recognize them as the current user and the login form is displayed again.
We are using bbpress 2.0 db version 2471.
Here is the code I have been inserting either in a file of its own (linking to that file from my system with login parameters passed) or in the header.php file of my businesslike template:
-new_user( compact( ‘user_login’, ‘user_email’, ‘user_url’, ‘user_nicename’, ‘user_status’, ‘user_pass’, ‘display_name’ ) ); if ( is_wp_error($user) ) { echo ” got an error “.$user->get_error_code(); } $user = bb_login( $_GET[‘login’], $_GET[‘password’],1 ); }
$user = bb_set_current_user( $user->ID );}?>
I have few questions regarding BBPress customization of registration process:
- Registration Form: can I add custom fields?
- Registration process: is it possible to have new registered users to be “approved” by an admin and that admin will receive an email each time when new user will send registration request?
- Forgot password functionality: is it possible to send pre-generated password instead user will go and reset it?
Thanks.
Hey,
Using BuddyPress 1.6 and bbPress 2.1.2 and come across a problem. When trying to edit a post in a group forum, the page loads the /edit page, but there’s no difference between that page and the actual post page and you don’t get to edit the page.
Tried disabling all addons and running default BuddyPress skin, but doesn’t work. Editing non-group forum posts works.
Hi All,
I am planning to set up a forum to go with my wp blog and got a few questions for you.
- Since bbpress is now a plugin for wordpress, will it use the same db as wordpress?
- If it uses the same DB, is it safe?
- When I install a plugin for bbpress, will it add the load to my blog pages too?
- Is there a way to customize bbpress forums separately?
Thanks!
Hello,
I’ve spent the last 2 hours reading through all the documentation I can find on this error but have not found any resolution.
PROBLEM
> After installing bbPress from the WordPress plugins menu, I get a 500> Internal Server Error for mysite.com/wp-admin/
If I rename the bbPress folder to bbpress-bak in wp-content/plugins then the error goes away, but I can’t activate bbPress with the folder name changed.
Permissions for bbPress are set to 755 and all php files are at 644. I tried deleting the .htaccess file but it didn’t do anything.
I’d love to use bbPress with my WordPress install, but can’t get it working because of this error.
Any ideas?
Thanks in advance!-Nick
Topic: Change Breadcrumb url link
I’m trying to get bbpress to let me use a regular page on my site for the main forums page which I want to populate using the bbpress shortcodes. This is not hard to do, but the issue I’m stuck on is that once you go into the forums the breadcrumbs will only link back to the page with the “Forums” (or whatever you change it to in the settings)slug, and that page works like an archive page and wont let me write anything on it or use shortcodes etc.
I’ve wasted many hours already trying to figure this out, any help would be so much appreciated.
Thanks!
using latest updates of wordpress and bbpress