Forum Replies Created
-
In reply to: Language
Hi,
bbPress translation is centralized here: https://translate.wordpress.org/projects/wp-plugins/bbpress/stable/ru/defaultIf you want to propose a new translation so everybody in the world that uses it in Russian gets your update (when it gets approved), then you can do that using the above link.
If you only want to change it on your local installation, you can read the codex on https://codex.bbpress.org/getting-started/bbpress-in-your-language/
In reply to: Changing the word 'Forum'There is a lot in the above threads. What exactly do you want to change ?
– /forums in the URL ?
– /forum in the URL ?
– the title ‘Forums’ ?Pascal.
In reply to: Is bbpress or buddypress for me?BuddyPress is based on bbPress. So if BuddyPress has the things you look for, then go for it 🙂
Both BuddyPress and bbPress are WordPress plugins, so user management is done in WordPress. It are all ‘normal’ WordPress users with extra roles/capabilities.
Hope this helps you making your choice.
Pascal.
In reply to: Tag suggestions based on list of existing tagsHi @seoguru
That’s something I have in my to-do list for my bbP Toolkit plugin. Let me see if I can move it up in my priorities…In reply to: register pop upHi,
That will require some coding…For the login popup, you could look at https://bbpress.org/forums/topic/modal-login-cant-find-plugin-wp-modal-login-mentioned/ or https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#12-adding-a-modal-popuplogin
For the new topic button, there is some reading for you here: https://bbpress.org/forums/topic/how-to-add-new-topic-button/
In reply to: Remove email id and website options@yolandal
Please open a new topic to describe what you want instead of reopening old topics from years ago. Of course feel free in your new topic to point to them so we know what you have tried already.
Pascal.In reply to: Inserting text in forum “header”Hi @fastk9dad
I must have missed your original request, but it should be sufficient in your case to have added the string you want just in front of the subscribe. Just add this to your functions.php:
function casiepa_add_before_forum_subscribe ($args = array() ) { $args['before'] = ' | '; return $args; } add_filter ('bbp_before_get_forum_subscribe_link_parse_args','casiepa_add_before_forum_subscribe');
cc @kalico
In reply to: Newbb (xoops) convert to bbpressHi,
Check out https://codex.bbpress.org/getting-started/importing-data/import-forums/
If your source forum is not in the list, there is a custom importer.Let us know if it works or not !
Pascal.
In reply to: I do not see my earlier topicI have unspammed it. There were indeed too many links.
In reply to: Move Topic – Update Topic message@shazzhy :
http://wpbrussels.be/join-slack/Come and join us on the Belgian slack ! 🙂
In reply to: Move Topic – Update Topic messageHi,
Check out my ‘bbP Move Topics’ plugin if you see anything useful in there.In reply to: How many Users can bbpress handleYou might have a great server, but what is the load on the database itself, and how about network stats ?
In reply to: Option to have first topic of new user as draft?Well, I never tried, but did you try to activate it for comments ? Replies are somewhere like comments …
In reply to: Migration from xenForoStill waiting for an answer to my question about the version …
In reply to: Single Topic Multiple ForumHi,
Thinking of how bbPress is structured, you would need to create a new topic for every forum.In reply to: Get notifications from WP toolbarHi,
That will need some programming probably. The starting point has nothing to see with bbPress, so you could refer to these examples as this is all about the WP admin bar: https://codex.wordpress.org/Function_Reference/add_nodeHappy to see you move on, hope you find the option that is giving you all the trouble !
In reply to: Migration from xenForoCiao @peppefark,
What version of xenForo are you running ?
Do you have a possibility to see if that table clubcuor_xf.xfpost really exists or not ?In reply to: Search bar not showing in forums & the random “by”Hi @oise73,
If you are still looking for that search on top of forums and topic, I have included it in my bbP Toolkit plugin that I will update later today.In reply to: Text output errorHi,
I tried several CSS hacks but did not manage. I suspect something in your theme is causing this. As a test could you switch to a default theme (like twenty sixteen) ? If it then works fine, you will have to get support from the theme author.php.ini, php-config.ini, wp-config.php, .htaccess differences maybe ?
In reply to: How many Users can bbpress handleHi,
the ‘locks up’ makes it still extremely difficult for us to troubleshoot…
What version of WP and bbPress ?
What errors do you get ?
If you run with a provider, did you ask statistics about network, database usage ? Or you have a backend where you can see that for yourself ?In reply to: Auto SubscribeThis is an older thread, but just in case people end up here looking for a solution, I have included a function in my bbP Toolkit plugin to add new users automatically to a list of predefined forums.
In reply to: New Users Auto Subscribe to One ForumJust in case people end up here looking for a solution, I have included a function in my bbP Toolkit plugin to add new users automatically to a list of predefined forums.
In reply to: Mentions using @ symbol in bbPressHi,
BuddyPress has this built in. If you use plain bbPress, there should be plugins around for bbPress 2.5 . I have added basic mentionning in my bbP Toolkit plugin if it can help you.
Pascal.