Forum Replies Created
-
In reply to: Profile Management
Hi,
That’s all depending on the theme you use. The theme used here is not directly available as a theme to install, but if you are interested in the sources, you can find them here: https://meta.trac.wordpress.org/browser/sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base
Pascal.Hi @jscooper,
v1.0.9 was launched. Did you found anything for SMTP or subscription ?
Pascal.Hi @josnierop,
I know the basics and that has always been useful. Happy to see you’re fixed.
PS. Kom gerust op de Nederlandse chat voor verdere of algemene vragen, we zijn niet allemaal WordPress/bbPress nerds daar 🙂
In reply to: Fatal ErrorI have no idea where to find that version info, sorry. I don’t know mybb …
In reply to: Search bar not showing in forums & the random “by”Not sure if this is fixed, but for the search, you might need https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#23-show%c2%a0the-bbpress-forum-search-everywhere
Pascal.
In reply to: Fatal ErrorBut you are on 1.8 now ?
In reply to: How to use AddQuicktag in bbpress editorHi,
You might be better off asking in the support forum of that plugin (https://wordpress.org/support/plugin/addquicktag), but you will have to specify what does not work…
– Do you see the custom type ‘topic’ and ‘reply’ in the settings of the plugin ?
– Do you see the quicktags when you are adding a topic/reply ?
– When you click on the button or in the dropdown, does some code show ?Because just a ‘it does not seem to work’ is very hard to give the correct support.
Pascal.Goede middag Jos,
The translation is done centrally and changing it would change it for everybody in the (Dutch speaking) world. If you think it should be changed, feel free to join the #polyglots channel on the Dutch local slack that you can find on https://make.wordpress.org/polyglots/handbook/about/teams/local-slacks/
If you want to change it only for your own website, I would just change the width adding some extra CSS like:
.bbp-login-form label { width: 150px; }
(you might need the !important to make it work)
Pascal.
In reply to: WordPress ImportSorry, you have already done the import I see now. I thought you were blocked during the import.
2.6 is bringing better import mechanisms (but you don’t have an issue there), better performance and lots of other stuff (see https://bbpress.org/forums/topic/bbpress-2-6-beta/).
I would propose to run the 2.6 in a test environment and see if it solves your issues.
Pascal.
In reply to: Fatal ErrorHi,
If you have issues with the upgrade from 1.6 to 1.8, you would have to report that on the myBB support site: https://community.mybb.com/
If you have issues with the import of myBB into bbPress, could you then maybe try bbPress 2.6-beta2 ? It has improved import capabilities.
Pascal.
In reply to: Export users that posted to bbpressIn your wp_posts, check for all post_type = ‘topic’ and get the post_author. Then find the post_author (which is the ID) in the wp_users column and check for the user_email field.
When you have the list, do the same for post_type = ‘reply’
So just out of my head that would be:
SELECT DISTINCT user_email FROM wp_users,wp_posts WHERE ((wp_posts.post_author = wp_users.ID) and (wp_posts.post_type = ‘reply’))
SELECT DISTINCT user_email FROM wp_users,wp_posts WHERE ((wp_posts.post_author = wp_users.ID) and (wp_posts.post_type = ‘topic’))In reply to: Subscribe to Topic deleteHi,
My version 1.0.9 of bbp-toolkit plugin will have subscriber management. I should publish it in the next days.
Pascal.I can suggest 2 things, but if you are talking ‘company’, make sure to respect data protection of course:
– Install an SMTP logger list ‘postman smtp’ so you can see what emails go really out.
– install my bbp-toolkit plugin and, in the next days, upgrade to v1.0.9 when I release it to use the subscription management module in there.Get back to me here after these 2 if you still did not solve the issue.
Pascal.
If you need to send that many emails per hour, then I suggest moving to a dedicated email service.
I don’t have a view on WordPress plugins for SMTP, but maybe some like ‘postman smtp’ might do caching or retry ?
Pascal.
In reply to: Display Topic StatusHi Alex,
If you want to get help about that plugin, you better put your question directly on the support forum of that plugin: https://wordpress.org/support/plugin/bbresolutionsPascal.
In reply to: List of Moderators and KeymastersThat will be some custom development based on the authors of the replies you have linked to your topic and then only taking the moderators/keymasters.
In reply to: Content is weirdly texturize and not filteredHi,
Do you have any plugins installed like TypoFR or anything that would automatically change the behaviour of the quotes?If you want to have a try with my bbp-toolkit plugin, v1.0.8 has some included fixes for the HTML pasting. Let me know the outcome.
Pascal.
In reply to: Fatal ErrorIn reply to: how to comment from activity streamHi,
Activity streams is a BuddyPress item, we cannot help you with that here on bbPress. Please try to ask in buddypress.org/support
Pascal.Hi,
Did your user subscribe to the forum ? Because subscribing to the topic does not mean subscribing to the forum.
Pascal.In reply to: Toolbar & buttons to textareas R missingHi,
If it works fine in standard Twenty Seventeen, then you should probably ask the support for your theme for help. The problem does not seem to be in bbPress but with your theme.
Pascal.In reply to: Give levels/hierarchy or categories to forumsHi, this is bbPress forum. As you seem to work with BuddyPress, your question might be better on buddypress.org/support ?
In reply to: WordPress ImportHi, did you try to import in bbPress 2.6-beta 2 from https://bbpress.org/download/ ? The 2.6 has advanced import features.
Pascal.
In reply to: AttachmentsHi,
If you talk about ‘attachments’ then you are probably using a plugin somewhere that handles attachments. So it might be better to check on the support forum of that plugin then.
Pascal.In reply to: Merge or mass move topicsIf it can help you, have a look at my ‘bbP Move Topics’.
Pascal.