Forum Replies Created
-
In reply to: vbulletin import…fails
First thing… can you try in bbPress 2.6 ? This version is almost going to be released and it offers better importing features. https://bbpress.org/download/
Pascal.
In reply to: Recents topicsOr even better: In your Settings > Forum, deactivate the ‘Search’
Pascal.
In reply to: Recents topicsUse this as CSS:
.bbp-search-form { display: none; }
In reply to: Admin Login redirects me to site front-endThanks for the code !
Pascal.In reply to: showing search bar on category pageHi,
Check this out: https://bbpress.org/forums/topic/search-option/
Hope it helps, PascalIn reply to: Get permalink of forums root?Can’t test here, but did you check
echo bbp_form_option( '_bbp_forum_slug', 'forum', true );
?In reply to: Recents topicsIs that on a public site ? Then a link would be great.
I need to understand is that is the bbPress search or the WordPress search.Pascal.
In reply to: Documented import from snitz access databaseHi,
v2.6 is very mature and close to release. But of course it’s your decision.
Pascal.In reply to: and tags added automatically, everywhere…Not really… sorry
In reply to: “All Replies” admin returns 500 ErrorHi Anna,
Not sure how you survived for 2 years with that error 🙂
If you have tried the repair tools, it looks like a conflict with another plugin… so you will have to try to deactivate your plugins one at a time to find out which one. Somebody had this before with a Backup plugin, somebody else with a ‘Ads/Classified’ one, so you will have to try.Pascal.
In reply to: and tags added automatically, everywhere…Great, glad to hear!
In reply to: Languages in bbPressHi Adri,
Sorry to come back on this thread, but I have some Dutch WP colleagues that can discuss WPML with you if you want to join on slack. Short procedure:
• Login with your wordpress.org account on this link: https://wordpress.org/support/bb-login.php?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fchat%2F
• Scroll on that page (https://make.wordpress.org/chat/) to “Joining the WordPress team on Slack” and enter your email address
• Check your email and you will have a “user@chat.wordpress.org” account
• Activate your account on https://wordpress.slack.com/
• Use that created account on https://wpnl.slack.com/signup to signup to the Dutch WordPress communityPascal.
In reply to: How to change `bp_topic_last_active_time` formatGreat to hear.
For slack:
– Login with your wordpress.org account on this link: https://wordpress.org/support/bb-login.php?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fchat%2F
– Scroll on that page to “Joining the WordPress team on Slack” and enter your email address
– Check your email and you will have a “user@chat.wordpress.org” account
– Use that created account on https://wpnl.slack.com/signup to signupIn reply to: Forum Role not displayedFor sure your theme or another plugin is blocking something, but I really have no idea what it could be …
In reply to: “replies to show per page” is not workingHi,
Do you have ‘Reply Threading’ enabled ? (Enable threaded (nested) replies X levels deep)
You cannot have both. So OR you go for Reply Threading, OR you go for pagination.Pascal.
In reply to: How to change `bp_topic_last_active_time` format2 tips:
– Install my bbP Toolkit
– Use the code below:// Change freshness time by removing the last part, so '1 month, 3 days ago' becomes '1 month ago' function casiepa_shorten_freshness_time($return) { $return = preg_replace( '/, .*[^ago]/', ' ', $return ); return $return; } add_filter( 'bbp_get_time_since', 'casiepa_shorten_freshness_time' ); add_filter( 'bp_core_time_since', 'casiepa_shorten_freshness_time');
PS. Ben je niet op https://wpnl.slack.com ?
In reply to: and tags added automatically, everywhere…I just had something with exactly the same issue. Are you using the flatsome theme ?
Pascal.
In reply to: Make creating topics form full width?Robin had a look, but he also confirmed that it’s something strange, most probably coming from your theme (all the <br> that are added), so I’m afraid we won’t be able of any further help.
I would propose to switch theme for some testing and (if confirmed that your issues are solved) get to the theme authors and explain them.
Pascal.
In reply to: language changeThen it’s completely normal that you get everything in English ! If you want to have your site in Spanish, you should change it to Spanish and bbPress will adapt automatically (if you choose Spanish (Spain) or Spanish (Chile), because the other Spanish are not yet fully translated).
Pascal.
In reply to: Make creating topics form full width?Hi John,
Happy to see the first CSS worked. I will check with somebody else for the last part, but it doesn’t seem that easy to find (for me at least).
Pascal.In reply to: and tags added automatically, everywhere…Unfortunately not.
Do you have the possibility to switch to a standard wordpress theme ?
Or deactivate all plugins except bbPress ? Then reactivate one by one
Pascal.In reply to: Removing columns and adjusting widthsGreat,
Glad to found it.
Pascal.In reply to: Sorting Topic LoopI had a quick look and it seems nice, but had no time yet to understand your sticky issue. I might only find time during next weekend, sorry.
In reply to: Removing columns and adjusting widthsA link to the site would help, if it’s public …
In reply to: Updating my importHi,
1.8 million should not be the issue, as others run without those issues.
Could you import your old topics into your test too so you could play with it ? Did you ever try to switch to a default theme ?If you are really convinced to delete in production, we can discuss further on that on how to clean.
Pascal.