Forum Replies Created
-
In reply to: Using this forum on iPhone7 / spam on this forum
But I can’t create a new topic.
can you explain that in details – eg can’t see something, doesn’t do something etc.
In reply to: Using this forum on iPhone7 / spam on this forumAlso, is it possible for you to please remove the spam topics that get introduced onto this site and block the users.
I do all the time – 3 or more users a day get blocked – not quite sure what more you think I can do !!
If you want to fund me to spend all day on here, then I’d be delighted.
want to give me some examples of ones that ‘seem to stay’
In reply to: Changing overall TemplateIn reply to: no showing possible html tagsso you wish to not show the tags part – yes ?
In reply to: Registration button triggers a 404 pagehey 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 !!