Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove white bar

Published on February 16th, 2024 by ditout

hi,
I would like to know how can I remove the white bar under le menu bar ?
http://www.image-heberg.fr/files/17078154094146058687.jpg
Thank you very much !

Strange code under profile

Published on February 15th, 2024 by lifeguard81

Hi guys,

after install i see some strange code under profilenames. Only as admin i see this.
What is this?

https://i.imgur.com/4TODpKr.png

:diamond: –> ♦? possible solutions not working

Published on February 14th, 2024 by getfree

hi,
I am trying to parse pasted text into something else, where the simplest thing is to change :spade: :club: :diamond: and :heart: to be visualized as ♠♣♦ and ♥ but my solution is not working.

In the Theme files I edited functions.php by adding the following code (in the staging environment)

// Function to replace suit representations with symbols
function replace_suit_symbols($hand_history) {
    // Replace suit representations with symbols
    $hand_history = str_replace(':spade:', '♠', $hand_history);
    $hand_history = str_replace(':heart:', '♥', $hand_history);
    $hand_history = str_replace(':diamond:', '♦', $hand_history);
    $hand_history = str_replace(':club:', '♣', $hand_history);
    
    // Return the modified hand history
    return $hand_history;
}

But when I write “:spade”, for instance, nothing changes. What am I missing?
Hello Theme, WP 6.4.3, bbPress 2.6.9.

remove IP

Published on February 13th, 2024 by ditout

Bonjour,
I setup my forum in using BBpress, there is the IP number under the photo of participant,
I would like to remove it, How can I do ?
Thank you very much !
[URL=https://www.hebergeur-image.com/][IMG]https://www.hebergeur-image.com/upload/91.161.191.107-65cb8d8da9d12.JPG[/IMG][/URL]

bbPress installed but Forums can’t be found in dashboard

Published on February 12th, 2024 by mikeraine11

Hi,

We recently moved our site from a previous host to WordPress.com, and in doing so updated the site to the Twenty Twenty-Four theme. We use bbPress for discussion forums because it integrates with Memberpress courses.

All was good on the old site, but now bbPress and any mentions of Forums has disappeared from the WP Admin dashboard. I’m double checked that I am a bbPress keymaster, and also installed the bbPress Style Pack plugin, but don’t see anything there that solves my problem. I have also seen some people with a similar issue say that the All in One SEO plugin was the culprit, but that is not installed on the site.

We are running version 6.4.3 of WordPress.

Can anyone please help me get forums working!

Thank you!

change bbpress forum layout same as bbpress.org theme

Published on February 10th, 2024 by duwg

feel like this forum is a bit of false advertising 🙂 because the default setup looks nothing like bbpress.org

does anyone know how to get their bbpress layout too look more like bbpress.org and buddpress.org

I mean the Forum home page shows recent topics/discussion on the right hand side and Category on the left hand side more like Vanilla forum

default bbpress setup is a forum style home page show category first

Dashicons Forums and Topic Titles

Published on February 10th, 2024 by jemar707

I am trying to replace the titles for Voice and Replies with dashicons like the WordPress forums are styled. I am using the code below, and it works in that it adds the dashicon, but it doesn’t remove the words.


/*topic titles*/
.bbpress .forum-titles {
	overflow: hidden;
}
.bbpress .forum-titles .bbp-topic-voice-count::before,
.bbpress .forum-titles .bbp-topic-reply-count::before {
	font: 400 16px/1 dashicons;
	margin-right: 100px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

	.bbpress .forum-titles .bbp-topic-voice-count::before,
	.bbpress .forum-titles .bbp-topic-reply-count::before {
		font: 400 21px/1 dashicons;
		margin-left: 20px;
	}

.bbpress .forum-titles .bbp-topic-voice-count::before {
	content: "\f307";
}
.bbpress .forum-titles .bbp-topic-reply-count::before {
	content: "\f125";
}

.bbpress li.bbp-header li.bbp-forum-info,
.bbpress li.bbp-header li.bbp-topic-title {
	text-align: left !important;
}

/*forum titles*/

.bbpress .forum-titles {
	overflow: hidden;
}
.bbpress .forum-titles .bbp-forum-topic-count::before,
.bbpress .forum-titles .bbp-forum-reply-count::before {
	font: 400 16px/1 dashicons;
	margin-right: 100px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

	.bbpress .forum-titles .bbp-forum-topic-count::before,
	.bbpress .forum-titles .bbp-forum-reply-count::before {
		font: 400 21px/1 dashicons;
		margin-left: 20px;
	}

.bbpress .forum-titles .bbp-forum-topic-count::before {
	content: "\f307";
}
.bbpress .forum-titles .bbp-forum-reply-count::before {
	content: "\f125";
}

.bbpress li.bbp-header li.bbp-forum-info,
.bbpress li.bbp-header li.bbp-topic-title {
	text-align: left !important;
}

HTML code appears on forums

Published on February 8th, 2024 by osheta

Hi,

I’m been seeing some post with HTML code when the teacher answers the questions. We are integrated with Learndash and they told me to comment this with you too. Error HTML

Thanks,
Maria

bbpress footer code shows as text

Published on February 7th, 2024 by anutgc

On this page – https://thebakersjunction.com/forums/
the footer code comes up as text.

I disabled all plugins one by one. When i disabled G5 Core plugin the problem on this page disappeared but my entire site template got broken.

I guess it is a conflict between bbpress and g5 core.

Pls help

bbp style pack removed my custom forum roles

Published on February 7th, 2024 by demonboy

Hi,

Great plugin, Robin. I’ve installed it and off the bat it’s made some imrpovements. However my forum was displaying the custom roles I created using User Role Editor. Now that I have activated your plugin, the display of these roles within the forum has been overridden and now just displays the standard roles like ‘participant’. How do I disable your over-ride?

TIA

Skip to toolbar