Forum Replies Created
-
as I said bbpress simply uses WordPress registration, so any wordpress/membership registration will work. Bbpress simply hooks to that registration in the background.
In reply to: First post of topics disappeared!ok, so something changed to create this, no idea what yet.
Is the site public?
In reply to: Allow only TinyCEM HTMLsorry, I am not a tinymce expert, so can’t really help further
bbpress simply uses the wordpress registration and login, so users can register with the wordpress registration
In reply to: First post of topics disappeared!so how long have the forums been active, and when did this start happening?
In reply to: New topic text box wider than mobile screen🙂
In reply to: New topic text box wider than mobile screentry
#bbpress-forums p input { width: 240px !important; }
In reply to: First post of topics disappeared!it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: New topic text box wider than mobile screenyou will need to open your site to anonymous posting to let me see the form
dashboard>settings>forums>anonymous
you can shut it down again afterwards
what theme are you using?
I suspect your theme is a block or FSE theme
try adding this plugin
once activated, navigate to
dashboard>settings>bbp style pack, and you should see the first tab called ‘Theme Support’ – if you don’t see this, come back.
In that tab, select
Enable Theme Support
link to a live example on your site please
In reply to: New topic text box wider than mobile screenok, not sure I can help further without a link to a live example under your theme.
In reply to: Allow only TinyCEM HTMLtry
function rew_enable_visual_editor( $args = array() ) { $args['tinymce'] = true; $args['teeny'] = false; return $args; } add_filter( 'bbp_after_get_the_content_parse_args', 'rew_enable_visual_editor' );
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
In reply to: New topic text box wider than mobile screensuspect something your theme is doing, as works fine on my test site.
try
.bbp-topic-form, .bbp-reply-form, .bbp-topic-tag-form { width: 80% !important; }
or
.bbp-topic-form, .bbp-reply-form, .bbp-topic-tag-form { width: 300px !important; }
and play with the 80% or 300px – you can’t have both rules – they are just different ways of changing width.
In reply to: Removing mobile header on topic pagesgreat – glad you are fixed !!
In reply to: Removing mobile header on topic pagestry this in the custom css of your theme
.bbpress div#ast-mobile-header.ast-mobile-header-wrap { display: none !important; }
In reply to: Redirect to profil pagethanks.
1. This is the bbpress support site, you need to raise this with the buddypress support site
https://buddypress.org/support/
2. bbpress (and buddypress) simply use the wordpress login, so the simplest way is to use a plugin to do redirect such as
In reply to: Redirect to profil page1. which titles? – link to an example please
2. what login will you be using in the sidebar?In reply to: Is bbPress abandonned or OK for new projects?hey thanks 🙂
In reply to: Removing mobile header on topic pageshmmm… Not entirely sure this will work, but try
once activated go to
dashboard>settings>bbp style pack>theme support
let me know if this helps or not
In reply to: Change Forum heading titlethe title is put in by your theme.
Suggest you try method 2 in this (item 3) :
In reply to: Is bbPress abandonned or OK for new projects?Thanks, but yes that is life !! People move on to other things.
I might get run over by a bus tomorrow 🙁
In reply to: Cambiare dimensione forumok
In reply to: Cambiare dimensione forum