Forum Replies Created
-
In reply to: How to get Tiny MCE to show for my bbpress forums?
link to your site and an example please
In reply to: Documented import from snitz access databasethanks, please do keep us updated, and we’ll add a final working version to this thread if/when you suceed!
Unfortunately I didn’t keep a copy of mine when I did it.
In reply to: Not working with WP 5.0.10or maybe to the latest 5.5.1 bbpress version.
In reply to: How to get Tiny MCE to show for my bbpress forums?once activate to
dashboard>settings>bbp style pack>Topic/Reply Form for editor options and
dashboard>settings>bbp style pack>buttons for new topic button
In reply to: Unwanted Menu Itemsit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, 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.
Then come back
In reply to: Problems since the last WordPress update.thanks for update
In reply to: Not working with WP 5.0.10try
dashboard>settings>permalinks and just click save – this resaves the links and might just fix this
In reply to: Documented import from snitz access databaseok cabn you try it, but taking out
// Setup any table joins needed for the topic section $this->field_map[] = array( 'from_tablename' => 'FORUM_REPLY', 'from_fieldname' => 'TOPIC_ID', 'join_tablename' => 'FORUM_TOPICS', 'join_type' => 'INNER', 'join_expression' => 'USING FORUM_REPLY.TOPIC_ID = FORUM_TOPICS.TOPIC_ID', 'from_expression' => 'WHERE FORUM_FORUM.TOPIC_ID = 0', 'to_type' => 'topic' );In reply to: Removing BBpressactivate bbpress
then
dashboard>tools>forums>reset forums
then deactivate and delete
In reply to: Documented import from snitz access databasedo you want to post a copy of the convertor here, and I’ll take a quick look
In reply to: How to make one common page for blog and forum tags?great – and thanks for posting back the solution !!
In reply to: Editing bbpress css from dashboard?yes if you don’t want the hassle of css editing, then this may well do all the css you need to change
In reply to: Editing bbpress css from dashboard?the original file is in
bbpress\bbpress.2.6.5\bbpress\templates\default\css\bbpress.css
BUT as Mike says, you should either make changes in your theme’s CHILD theme, or copy the bbpress.css to your CHILD theme
so copy the abive file to
/wp-content/themes/%your-theme%/css/
and make changes there
In reply to: Graphic issues with replies🙂
In reply to: Remove forum prefix before usersDoesn’t actually make a difference if you do both, but it only needs changing in forum user slugs.
I’d suspect that you might need to refresh your browser or clear cache in your site if you are caching.
In reply to: Remove forum prefix before usersThe default does not need changing.
How are you doing this
‘If I rewrite User Base to user ‘
In reply to: Remove forum prefix before usershmmm… the code works fine on my test site.
I can only suggest it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, 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.
Then come back
In reply to: Remove forum prefix before usersI think this should do it, but check that it works, and try it from topics/replies freshness etc.
add_filter ('bbp_get_user_slug' , 'rew_get_user_slug' ) ; function rew_get_user_slug ($slug) { $default = 'users' ; // Filter & return return apply_filters( 'rew_get_user_slug', get_option( '_bbp_user_slug', $default ) ); }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: Hide the forum related pagesjust set each forum to ‘private’
In reply to: Documented import from snitz access databasecome back if you need further help
In reply to: Documented import from snitz access databasebut yes, looks like the way conversion works is different, so use the new ‘to’ and just out your snitz from.
I think this might be your problem
CRITICALLY I also added the following as the example doesn’t had a bit that brings the actual topic content across !
in the first post above.
If you are starting again then make sure you blank the forums in wordpress first, so it does the whole job again
dashboard>forums>reset forums.
In reply to: Documented import from snitz access databaseMy original import instructions are from v2 bbpress 7years ago.
In reply to: How can I allow users to post annoymouslyIn reply to: Show a single Topic Shortcode@bvaring – nothing I know of does this