Forum Replies Created
-
In reply to: Registration button triggers a 404 page
hey thanks – glad you are fixed
In reply to: no showing possible html tagsso not allow any tags – yes ?
In reply to: Registration button triggers a 404 pagebbpress registration simply passes that detail to wp_registration. You have a plugin ‘easy hide login’ that might be hiding the wp registration so the referral dies not work.
Try deactivating and see if that fixes.
If so, that plugin might have a registration link that you should use instead.
In reply to: Not working with WP 5.0.10great – glad you are fixed
In reply to: Registration button triggers a 404 pagesorry, I meant a link to your sites registration page
In reply to: Registration button triggers a 404 pageoh, and a link to the register page would be good
In reply to: Registration button triggers a 404 pageno not an obvious question !
ok, so I’d start with
dashboard>settings>permalinks and just click save – this resets the permalinks. It may well not chnage anything, but just gets that possible out of the way.
Then can you just confirm which shortcode you are using in your registration page?
In reply to: Forum visible to OP and Admin onlyand use topic permissions
In reply to: Unwanted Menu Itemsthanks for updating us.
In reply to: How to get Tiny MCE to show for my bbpress forums?hmm. cannot access this area without registering, and sorry don’t have time for that.
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: 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.