Search Results for 'bbpress'
-
Search Results
-
Hi,
A couple of questions related to link redirection and pagination:1. We’ve managed to implement threaded replies with paging with the help of this tutorial:
https://wpup.co/bbpress-threaded-nested-replies-with-paging/
but we’re still having problems with the links under recent comments and freshness, which won’t forward you to the correct page but to the first page of the topic. Any help on how to fix this?2. How can we include page numbers also on top of the topic page (currently page numbers are at the bottom of the page)? Tried to follow the suggestion at the tutorial site: “copy the code from Step 6 and paste it anywhere on top of where the the topic listing code starts” but it didn’t work.
3. How can we include navigation (page numbers) on the forum’s topic page, next to the topic names?
Our website
We’re using WP v. 4.9.4, theme Himalayas (1.1.1) and bbPress v. 2.5.14.Any help would be greatly appreciated! 🙂
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