Skip to:
Content
Pages
Categories
Search
Top
Bottom

Import forums from localhost

Published on July 20th, 2014 by fabiii

Hi there,
I’d like to import punBB forums to BBpress from localhost.
I am running MAMP localy with punBB forums and I want to import them to an online BBpress installation.
When I am typing in ‘localhost’ and credentials in the import form the script cannot find topics, messages, users and so to convert though I don’t get any DB connexion error message.

Any advice on how to achieve this? Thanks.

url shows forums/forum/myname

Published on July 19th, 2014 by jack28791

I have permalinks set like this

/%category%/%postname%/

I just installed bbpress and haven’t touched the settings. My forum root looks like

mysite.com/forums and displays the 2 forums I created

Test-1
Test-2

But when I go to test-1 it looks like:

mysite.com/forums/forum/Test-1

I don’t want it to say “forums/forum” just “forums/Test-1”

How can I accomplish this?

Updating BBpress question

Published on July 19th, 2014 by wahtips

I had someone build my website and he hasn’t been much help recently so I have been trying to learn things on my own. I have bbpress 2.5.3 and I’m not sure what all the website developer has done when it comes to customization. I want to update but before I do I just wanted to make sure I won’t lose anything on my forum. It’s fairly new but if I lose anything I don’t know if I would be able to fix it. I know very little about this type of stuff. So I just wanted to know if it is safe to update or if I should hold off.

how to upgrade bbpress 1.0.2 to a newer version?

Published on July 19th, 2014 by Masoud Golchin

Hi,
i’m using bbpress 1.0.2 for my website forums since 2006 .
i want to know how can i upgrade it to newer version?
as you know automaticly upgrade is not possible 🙂

Help with getting basic plugin to work

Published on July 19th, 2014 by 3djake

Hi there

I want to add more fields to the users profile and also display them under the users role in posts.

I just want it to fetch the information from the users meta data.

How ever the following does not appear to work

`
<?php

function add_author_details( $user_details ){

/* Add author details */
$user_details['soldier'] = __('Soldier Name');

return $user_details;
}
add_filter('user_adddetails', 'add_author_details');

function add_author_details_author() {

echo get_user_meta(bbp_get_reply_author_id(), 'soldier', true);

}
add_action( 'bbp_theme_after_reply_author_details', 'add_author_details_author' ); ?>
`

Any help would be appreciated.

Update 2.5.4 – Lost Languages Files

Published on July 18th, 2014 by vegas778

Hi All,

Why when I have updated bbpress to the version 2.5.4 I have lost the language files ? The po and mo files are not any more in the languages folder….

Is it a bug or how to solve that for the next update ?

Thanks

Regards,

Forum Page does not have link to Login

Published on July 18th, 2014 by arminius

Hello, just setup my first forum, and it does not give the user an option to login if they have already created the account. On my forum page, I have the code:

. Here is the page: http://bodybuildingdietapp.com/forum/. Insight would be appreciated.

compact bbpress

Published on July 18th, 2014 by dingxiaohan

I’m extremely new to WordPress and totally new to bbpress. I have designed a community website in 2012 which seems fine, and want to add a forum.

It needs to be compact and waste no space, or people won’t use it. That doesn’t seem to be possible in 2012, which forces a sidebar if you want a search facility, and which consumes a lot of vertical space with the identity of the contributor, including a large avatar. My very first experimental shot is here:
http://www.hundredthmonkey.eu/?topic=wish-list
and you’ll see what I mean. I wish I could attach a screen shot of the Sibelius.com forum, which is my ideal.

I am thinking that the only solution will be to link out to a separate site with a really compact, unfussy, uncluttered theme. Can anyone suggest?

not sending password to new registered member

Published on July 18th, 2014 by pwerza

Hi, newbie here. I asked friends to register in my forum, but no password send to their emails. Please advise. Thank you.

My topics side bar is not appearing in my forum?

Published on July 18th, 2014 by megrin

i followed the instructions on this site of installation. downloaded recommended plugin and I can only get my main sidebar to appear as oppose to the formed theemed options. what is the next step, any help will be greatly appreciated

Skip to toolbar