Search Results for 'bbpress'
-
Search Results
-
While creating new topics from list of topics I am getting this error (red outlined box):”ERROR: Are you sure you wanted to do that?”and no topic is added. I am able to add topics through Dashboard/Topics interface (admin console) WordPress: Version 3.4.1bbPress: Version 2.1.2 I am using custom theme but tried with default “twenty ten” theme. Result is the same – no topic is created and error is shown. Have no idea where it comes from. I suspect this started happening after WP 3.4.1 installation. Any ideas?
Topic: Bug theme
Hello,i’m french 😐 (sorry)
I use a WordPress 3.4 and a buddypress 1.5.6. With it a bbpress 2.1.2.My WP theme is Frisco for buddypressmy bbpress theme is BBpress default because I can’t select another one.
My bug is on a “members/username/forums/“My sidebar is running out.all over pages are ok.
How I can resolve it?
I used a http://codex.bbpress.org/theme-compatibility/ but how I can select it in the adminpanel.
Thank’s a lot.
Franck
Hi friends! I’m using BBPress 2.1.2 and BP 1.6, and the avatars at the forums are shown in low resolution. I was looking about this issue and I found a lot of ppl asking the same: is there any way to show the avatars in a better res?
I would appreciate A LOT if you can help me with this!
Topic: Question, Help needed!
Hi….
I am using the HTML5 Reset Blank theme, and I am designing the theme from scratch. The question I have is this, is bbPress a Theme, or is it just a Forum Page…. Sorry if I am confusing you.
I guess what I am asking is this, can I just create a Page in my Blog called forum, add the Forum to that page using the short code?
Thank you….
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.