Forum Replies Created
-
In reply to: How to edit the ‘reply’ link anchor in post headers?
Hi,
You will have to check the bbp_topic_admin_links, something like:add_filter ('bbp_topic_admin_links', 'change_topic_admin_links' ); function change_topic_admin_links ($r) { // whatever is needed here return $r; }
Pascal.
In reply to: Conflict with The Event Calender (Modern Tribe)Then unfortunately I’m out of options, sorry.
I suppose you tried already their forum ?And did you try to deactivate all other plugins except bbPress and your calendar ? Just to be sure it’s not something in another plugin ?
Pascal.
In reply to: How to hide a user IPHi,
The above CSS would hide it from viewing on screen, but if you want to go a step further, you could add this into your functions.php :
add_filter( 'bbp_get_author_ip', '__return_empty_string' );
Pascal.In reply to: Backslashes next to apostrophes in topic titleHi,
As you refer to the buddypress group forum, it might be better to ask on the buddypress.org forum.
Pascal.In reply to: Moved topics to new forums but not all replies movedHappy to hear!
You’re welcome.In reply to: Conflict with The Event Calender (Modern Tribe)Bonsoir JF,
First of all, please try to change your permalink settings (Settings > Permalinks) to plain and save. Then try the events calendar again.
If that didn’t work, could you please try (if this makes sense to you):
In Admin > Events > Settings > Community > Access Control, UNcheck the “Block access to WordPress Admin” and have all “Roles to block” UNcheckedIf that didn’t work, could you please try to copy this code into your functions.php and let me know if it fixed your issue ?
function casiepa_pre_get_posts( $query ) { global $wp_the_query; if ( $query === $wp_the_query && $query->is_main_query() && is_array( $query->query_vars['post_type'] ) && in_array( 'forum', $query->query_vars['post_type'] ) ) { $query->query_vars['post_type'] = 'forum'; } return $query; } add_filter('pre_get_posts', 'casiepa_pre_get_posts', 11);
Please get back to us with some news.
Pascal.
In reply to: Moved topics to new forums but not all replies movedHi,
Did you run the repair jobs on Tools > Forums > Repair ?
Pascal.In reply to: Topics need to be marked as SolvedHi,
Give us at least some time to eat 🙂I think there is something inside the ‘bbp style pack’ plugin.
If not, have you checked https://wordpress.org/plugins/bbpress-unread-posts/ ? It has not been updated recently, but it might still work.
Pascal.
In reply to: No submit button?Hi,
Not sure what customizations you have, but I normally switch theme to do a test and so far I never had issues in switching back. But we need to exclude that it’s a theme issue.(I have no access to the site, so I’m only guessing).
Pascal.
In reply to: css text boxNot 100% sure it’s inside, but did you check the ‘bbp style pack’ plugin ?
Pascal.In reply to: Descriptions at top of each forum?In reply to: Updating my importHi,
I have been checking around, but no conclusive answer. All have done a FULL conversion, never an incremental…
But I’m still trying to get you an answer.
Pascal.In reply to: No submit button?Hi,
Is your site public ? Can you publish a link ?
This could be a theme or plugin issue, so try to switch to a standard WordPress theme and check again. If the issue is still there, deactivate all plugins except bbPress and reactivate them one by one to find the culprit.Pascal.
In reply to: Confirmation email password not workingHi,
That seems to be a WordPress question, not a bbPress specific one. Please try the WordPress forum where you might have more luck.
Pascal.In reply to: Duplicate Forums and TopicsHi,
I removed from your thread, but I have no control on Google…
Pascal.In reply to: BBPRESS USERS ONLINE PLUGINHi,
Just check the plugins and proposals in this thread : https://bbpress.org/forums/topic/how-to-add-view-whos-online-and-view-statistics/
I’m sure you will find something.Pascal.
In reply to: How to hide a user IPHi,
If I remember well, IP addresses can only be seen by moderators and keymasters.Check this thread to see if it helps: https://bbpress.org/forums/topic/how-to-remove-ip-addresses-from-bbpress/
Pascal.
In reply to: Stuck on “Starting Conversion”Let me try to find somebody more expert for bbPress imports.
Pascal.In reply to: Stuck on “Starting Conversion”Ok, forget the manual way then.
In reply to: Stuck on “Starting Conversion”I see a very manual way if the topics/replies were imported correctly with a unique key for each user, but I don’t know how many users you have…
In reply to: Stuck on “Starting Conversion”After the import, for sure try to run the repair functions (one after the other) on Tools > Forums > Repair.
For the users, if you just want to import them, there are tools like https://wordpress.org/plugins/import-users-from-csv-with-meta/ that I already used, but of course you don’t have the link with the topics/replies.
Pascal.
Hi,
I suppose you refer to Dokan from Wedevs ? I see that some questions were already asked (https://wedevs.com/support/topic-tag/bbpress/) so I would propose to ask them what could be the issue. bbPress seem to work great with most of the other plugins on the market.
Pascal.Hi,
Yes, there are multiple plguins that provide a facebook login for WordPress.
An example search: https://wordpress.org/plugins/search.php?type=term&q=facebook+login
Pascal.In reply to: Converter for Dizkus ForumsBut in the end, did you manage to convert or not ?
Pascal.In reply to: Change Forum Role on Users>All UsersYou talk about your post here ? That’s normal, it went into spam because of all the pictures, so I took it out of that to be able to reply.
Pascal.