Skip to:
Content
Pages
Categories
Search
Top
Bottom

After login, getting kicked back to main page and/or logged off.

Published on April 2nd, 2013 by npgraphicdesign

Hey everyone,
Having a really weird issue. Recently set up BB Press forums on my website. Downloaded a login widget from this website. And now, randomly, when I (or some other test users) log in, they get bounced back to the main page. Some people that has happened four or five times in a row, others, maybe once or twice. Other times, I’d go to the forum (while I’m not logged in) use the widget to log in, and still would kicked back out to the main page, and one or twice (randomly) when I’d go back to the forum, I’d be logged out.

Also, when I post a topic, or respond, i sometimes get kicked off to the root directory of the forum page, rather than remain in the topic. Help!!

Changing How Forums are Listed

Published on April 2nd, 2013 by Kaenim

Hi everyone. I’m in the process of migrating my website from phpBB to bbPress. In modifying the template, I feel like I’m pretty limited to what I can change without getting into modifying core files.

Basically, this is what my phpBB forum looks like –

And this is how my bbPress looks like right now –

I want to retain the look of the former, but in the archive-forum.php template file, the only code that is being called in that area is “bbp_get_template_part( ‘content’, ‘archive-forum’ );”

It looks like bbp_get_template_part() is calling the entire thing, whereas I’m used to phpBB giving me individual tags – I guess their equivalent to what you’d call shortcodes? – for the category name, the forum name, number of posts etc to place them precisely where I want them in the template.

So what am I missing? What file can I modify, or what functions could I call, that would allow me that same level of control?

Hopefully this is coherent. I’m pretty new to using bbPress – and BuddyPress, and WordPress… – so I feel a bit mentally fatigued from learning these systems, lol. Any help would most certainly be appreciated. Let me know if anything needs clarification, and thanks in advance to anyone who reads this wall of text. Cheers.

Registration Disabled

Published on April 2nd, 2013 by Soukous

Why am I getting this message?

When new users try to register they get a message telling them that ‘user registration is currently not allowed’

the URL in the browser is
http://www.unethicalbastards.com/wp-login.php?registration=disabled

Forum display issue, CSS conflict

Published on April 2nd, 2013 by geekdream

Hello guys! I’ve installed bbPress 2.3 (because another guys told me to install that version for resolve my display issue but don’t work too.) on WP 3.5.1.

All works fine, the installation and the users integration are good, but the forum page is not displaying well. i think depend by an conflict of the theme CSS and bbpress CSS, so i’ve tried to copy the bbpress.css in wp-content/themes/Avenue/css but dont work too…

the link is www.geekdream.it/forum

sorry for bad english !!

Thanks all! cheers!

bbPress2 fulltext search

Published on April 1st, 2013 by stevendo

Hi guys,

I’m implementing fulltext search for my company’s forums site which is based on bbPress 2 (plugin version 2.2.4). I think I should start with the wp_posts_fulltext_search table (MYISAM engine) that’s intended by WordPress for fulltext search. However, this table is not updated whenever a bbPress forum topic/reply is created/updated/deleted. How should I handle this problem?

Installed no Forums

Published on April 1st, 2013 by

I’ve seen a bunch of posts about this same thing but it doesn’t seem to work for me. I installed and made 3 forums. However when I go to http://mydomain.com/forums I get a 404. I originally had a page called forums which may have caused this. I went back deleted the plugin and reinstalled and no luck. Another post said to go to the permalinks page and that will automatically refresh the settings. That hasn’t worked either. So as it is, if I’m signed into my wordpress admin I can create new forums and view them individually, however I do not have a Forums page that I can link to in my header. Please help. 🙂

Forum Page Empty?

Published on April 1st, 2013 by gabstero

Hi Gang!

Went through the installation, added two forums, but for some reason the forums page is empty.

What am I doing wrong?

thank you,
Gabstero

Remove Site Role and Forum Role from admin user listing.

Published on April 1st, 2013 by deadlyhifi

I’ve tried the usual in my functions.php file and from my plugin but the columns aren’t being removed. Perhaps bbPress is loading after that function has run and therefore they’re not being unset?
`function edit_admin_columns($columns = array())
{
unset($columns[‘role’]);
unset($columns[‘bbp_user_role’]);
return $columns;
}
add_filter(‘manage_users_columns’, ‘edit_admin_columns’);
`

Anyone know how to do this?

Forums page doesn't display forums

Published on April 1st, 2013 by eddiemoto

I’m sure I’m missing something very simple. When I go to mysite.com/forums I don’t get a list of the forums. It simply shows a “Continue Reading”. Odd. However, if go directly to the URL mysite.com/forums/forum/support, the forum seems to work great.

I’m using the woothemes canvas theme and thought it may be a compatability issue so I switched to the buddypress theme to test. It does the same thing.

Thanks in advance

Problem importing bbPress standalone v1.2

Published on April 1st, 2013 by lincolnthree

Hi Folks,

I know the last thing you want to hear is “yet another migration problem,” but I seem to be having a pretty pesky problem where the import stops with posts from about 8 months ago, and I’m not really sure why. No matter what I try, I can’t seem to get a clean/full import.

My old forums are located here: http://FAILocpsoft.org/support/
My new forums are located here: http://FAILocpsoft.org/forums/ (for now)

As you can see, the “freshest” post on the new forums is about 8 months old, but the import says everything was complete, and I’ve run all of the re-calculations (one at a time) as specified in your importer guide.

Any idea why it might be getting stuck here? What info can I give to help diagnose this?

Thanks, I know how frustrating migration issues can be, so I really appreciate any help you can give,
~Lincoln

Skip to toolbar