Hello, I have installed BB press but my WP theme makes the font size very small.
Is there any way to cutomize the BB press Fourm? With another plug in? I know nothing about CSS but I know where to paste custom CSS codes…
This is how it looks:
Hello, I have installed BB press but my WP theme makes the font size very small.
Is there any way to cutomize the BB press Fourm? With another plug in? I know nothing about CSS but I know where to paste custom CSS codes…
This is how it looks:
I have a problem with a popup i have to ad images, the text is white on white background. I cant find where to change this. I use the pen-theme.
Here is what i want to change – https://ibb.co/yRp2wb1
Link to web – https://www.xn--prlforum-0za.se/
Hello,
Can somebody give me a simple function to update bbpress topics when a reply to it is posted? i.e. The equivalent of hitting the update button on the topic when a reply is posted to it.
I know I can add ShortCodes to the pages, but can I add them in the forums section? I add and nothing happens
From the dashboard, at Topics > All Topics, I have created a number of potential tags for Topics. However, these tags don’t show up when a user creates a new topic; there is only a blank “Tags” field (like the “Topic Tags” field in this forum). Can they be displayed? Thanks!
Hi,
Is there a possibility to let forum members send eachother private messages? If so, is there a plugin (compitaible with latestversion of wordpress and total theme) that works good with bbpress or do you know any other possibilities?
Thanks in advance!
Hi!
I have a strange problem with paging. I have not touched anything on my website: https://www.ggforo.com
And this link appears, for example, when I click to the page 2: https://www.ggforo.com/foros/foro/8614/page/2/
(and it’s happening with the rest of the pages too…)
What file I need to modify to solve the problem? Or what’s the problem?
Thanks in advance.
Regards.
Adrià Calendario.
I set up my forums with the help of “bbp style pack”, but unfortunately had to deactivate it as it kept causing fatal errors stopping me from logging in, and sometimes throwing errors in admin panel. But now something weird has happened to the layout. It seems to be “double spacing” lines. I have removed bbpress and bbp style pack from the plugin area, and then reinstalled the plugins … but the same error persists.
I have looked at the code, and there doesn’t seem to be any clues; all entries are still within their
<ul id="bbp-forum-447" ...
</ul>
<p><!-- #bbp-forum-447 --></p>
So no clues there. Anyone any ideas?

Hi there,
Due to a high number of spambot registrations, any user who registers for the forum initially gets “Spectator” rights. Once I check (usually within 12-24 hours) that they are not spam, I change them to “Participant”.
Some people get annoyed that they cannot post immediately. And I would like to create a popup banner that appears when users login for the first time but cannot post. I am capable of the JS and the CSS, but not quite the PHP.
Basically, I want to enqueue a JS file if the user is a “spectator” and is “logged in”.
Could you please advise how to complete my function (hopefully just the commented parts), which will go in the functions.php file, and what add_action arguments should be applied if I am wrong?
function forum_user_is_spectator(){
if ( is_bbpress() && is_user_logged_in() ) {
//$User_ID = get user ID
//$Spectator = find out if User Has Spectator rights
if ($Spectator){
wp_enqueue_script( 'spectator-js', get_template_directory_uri() . '/js/spectator.js', array(), false, true);
}
}
}
add_action('wp_enqueue_scripts', 'forum_user_is_spectator');
thx in advance
Hi,
I am not good at coding or custom css. My level of knowledge is: I just know how to install and activate stuff on wordpress more or less.
I am looking to get a clean, crisp and modern design on my forum and member site (located on a subdomain of my main homepage). However I cant really find a good theme. I am looking for a cheap solution – if possible free. I use BBpress and Buddypress and thats mostly the features I need. I will use a custom register plugin also and the main page should present news and some quick info for the members to be updates whats going on. Do you have any tips on themes that works well for this and looks good?
I googled and found these mentioned in a list and they where free (however not having a presentation on the main page as I want):
https://zakratheme.com/
https://wpastra.com/
Please help if you have any ideas 😊🙏