Search Results for 'bbpress'
-
Search Results
-
Since I was helping a friend convert a phpbb2 board to phpbb3 I thought I’d take the time to also import the forums into bbpress (my preference).
I initially tried the import but could not get it to work and after looking on the forums saw that I was not alone.
To get the import to work I had to remap some fields in the phpbb conversion script and comment out some obsolete ones (took about 30 minutes.If anyone needs to get your PHPBB3 users and forums converted in BBPress you can replace the phpBB.php file in wp-content\plugins\bbpress\includes\admin\converters to match the following updated code: https://gist.github.com/pixelnated/a7a9c41154cf64696ddd1c2e4f4327ed
Topic: register problem
I did a forum login. For me it’s work well but if anyone want to register after he/she give her name and email the page want username and password from the user. Where can i turn this function off? because they can’t register because of this..
(BBpress forum)
Here is my page to see the problem: https://hyperracingleague.hu/
Hello,
I ask your comprehension, I’m not fluent in english (I’m french). I’ll try to explain myself the best way I can.
I’m using BBpress and I want to display categories in the normal/usual way in my index forums : Categories separating forums and forums forming lines in the index. Actually, categories display like forums and forums display like subforums : https://operationarcheo.fr/forum/
I want to have categories separating forums like this : https://drive.google.com/file/d/1icL0s-0vcRuPvX4uVNyluI_INMepC0-G/view?usp=sharing
I’m searching the simplest way to do this. Please consider that I’m not developper and also have difficulties to use english documentation.
Thank’s,
Mathieu
PS :
– Theme : Customizr free version
– WordPress version : 4.9.4
– BBpress version : 2.5.14Topic: Conditional for bbpress home
Hopefully I got the right forum here.
I want to add a heading when on the “forums” archive home page of the bbpress forum. Right now I have this for jetpack’s portfolio…note this is just a snippet of my code:
if (is_post_type_archive()) : echo '<h1 id="bts-page-title">' . __( 'WordPress Themes', 'bts' ) . '</h1>';…but the bbpress forum header area is loading that title as well. I’ve tried so many variations and conditionals, none work. I did manage to get the “forum” titles to show for individual forums with:
elseif (is_bbpress('forum') ) : echo '<h1 id="bts-page-title">' . __( 'Support Forum', 'bts' ) . '</h1>';But does anyone have an idea how to get the conditional to show a custom header title for the bbpress home page?
Hi all, I have converted my vbulletin forums to bbpress (a heavily pruned version of my big db)
– The conversion completed perfectly
– I ran the all repair jobs perfectly (except for user roles)
– The users are all imported perfectly
– the forum runs perfectly except..The Problem:
All replies in every topic shows anonymous instead of useris there any way to fix this?
thanks
Hi, I am using this Plugin: https://wordpress.org/plugins/bbspoiler/
The button ‘spoiler’ is not visible in bbpress frontend. Only in admin backend.
I’ve inherited a WordPress site (v3.2.1) running bbPress v2.0. I’d like to update everything to current releases and then see about adding some features. I’ve run into roadblocks at every turn.
Because of custom plugins, I can’t upgrade anything, as it all breaks right away, so I thought I’d start with a fresh install of WordPress (v4.9.4) and bbPress (v2.5.14) and try to re-create the site.
I can’t get the old posts out of the old site and into the new one.
I tried “bbPress Import & Export”, which doesn’t do anything (blank screen when I try to export), but was able to get an XML file out of the Tools->Export page.
When I tried to import it on the new site, I was asked to match up all the users (a pain with over 200 to do one-by-one), which seemed successful, but I ended up with a main forums page that looks right as far as Topics and Posts go, but the Freshness column says “No Topics” and clicking into a thread results in a “Oh bother! No topics were found here!” message.
Any ideas? Thanks!
http://newvht.ronhiggins.com/forums
u/p: vhtbbTopic: Membership and forum access
I currently have both bbpress and buddy press installed on my page. I have setup some private forums on the bbpress sites.
Right now, registration is manual as we want to control who can be a member.
What I would prefer is:
— Users submit their information and membership is approved.
— A nice to have here would be that either user names were just email addresses OR when approving the membership, the admin then assigned the user nameWe would also like to restrict the access to the forums so that there are 3 sets of users — One that can read all boards, one that can read a subset of boards, and one that can only read a single board.
Are there plugins that people recommend for this? Also, while I originally thought we would be using the social media aspects of buddy press, we don’t seem to be. Is there any reason to leave it installed?