I have 5 different forums.
Only one of them should serve as a Q&A forum where people can ask us questions. Nobody should be able to reply before we reply. I could think of two ways to make that happen:
1. The forum is moderated and all topics have to be approved before they are posted together with our answers. After posting other people can reply too.
2. All the topics are initially private. So we can answer it and then make it public for receiving further replies.
I could not find code or plugins to make that happen and would be very grateful for any advice.
Hi there,
I have just received a complaint that users subscribed to a forum topic are getting emails when someone posts a new question, but when someone answers that question: they don’t get an email.
Is there a way to make sure they get the follow-up emails as well?
I was integrating the WPML for bbpress and it was going well until in the reply thread.
Hi there,
A forum user just asked me to delete their account. As per GDPR regulations, I must therefore do this.
My only issue is that he has posted on the forum, and now i have to decide who to attribute the content to.
I decided to make it myself, but this looks confusing as there is a forum thread which has nothing to do with me.
Question: What is good practice here? Who should i attribute content to?
thx in advance.
I’ve been working on a converter to import our Invision v4 forum to bbPress. I’ve got the users, forums and topics all importing reasonably well.
https://github.com/EnhancedAthlete/bbPress-Invision-v4-Converter
I’m having trouble with the titles which are stored in a language table:
core_sys_lang_words
| word_id | ... | word_app | ... | word_key | word_default | word_custom | ...
| 8379 | ... | forums | ... | forums_forum_2 | Generic Discussion | Generic Discussion | ...
To retrieve a single forum title, I can use:
SELECT word_default as forum_name FROM ipbforum.core_sys_lang_words WHERE word_key = CONCAT('forums_forum_', 2)
or to retrieve them all, something like:
SELECT word_default
FROM ipbforum.core_sys_lang_words
WHERE word_app = 'forums'
AND word_key IN
(SELECT CONCAT(prefix, id) FROM
(SELECT 'forums_forum_' as prefix, ipbforum.forums_forums.id
FROM ipbforum.forums_forums)
AS t)
Or all with the forum ids:
SELECT ipbforum.core_sys_lang_words.word_default as forum_name, word_key_table.forum_id as forum_id
FROM ipbforum.core_sys_lang_words,
(SELECT CONCAT(prefix, id) AS word_key,
id AS forum_id
FROM
(SELECT 'forums_forum_' AS prefix,
ipbforum.forums_forums.id
FROM ipbforum.forums_forums)
AS temp)
AS word_key_table
WHERE ipbforum.core_sys_lang_words.word_key = word_key_table.word_key
but I’m struggling to figure out how to write that in the BBP_Converter_Base extended class field_map[].
I’ve looked at some other converters and don’t see anything similarly complicated so I’m assuming there’s a more straightforward way.
Any pointers appreciated! Once this is figured, the converter should be good enough for most people’s use.
Hi
I have a bbpress forum 2.6-rc-5 (WordPress 4.9.8, php 7.2)
Google does’t index topics and replyies 🙁
I moved content from another domain (phpbb2) – 3 months ago.
I have 63k not indexed sites in Google console – condition: excluded
12k – excluded: Page scanned but not yet indexed
51k – excluded: Site detected – currently not indexed
WTF with this script?
My forum here -> https://mojakosmetyczka.pl/forum/
Has anyone had a similar problem?
Thx, regards
Pawel
He instalado el bbpress en la web de un cliente y están muy entusiasmados con el resultado!
Tengo unas cuestiones, que se refieren al control de los debates. Actualmente hemos dejado la suscripción en forma automática, pero estamos analizando como controlar los debates y las respuestas, ya que no hay nadie que este controlando aun
1) Es posible avisar a los moderadores, de cada actividad registrada por correo electrónico? (nuevos debates o respuestas a existentes)
2) Es posible derivar esos mensajes a dos o mas casillas de correo electrónico
3) Recomiendan algun antispam en particular?
Muchísimas gracias!
Vero
I installed the bbpress on a client’s website and they are very excited about the result!
I have some questions, which refer to the control of the debates. We have now set up the subscription automatically, but we are analyzing how to control the debates and the answers, since there is nobody who is still controlling
1) Is it possible to notify the moderators of each registered activity by email? (new debates or responses to existing ones)
2) It is possible to derive these messages to two or more email boxes
3) Do you recommend any particular antispam?
Many thanks!
Vero
Hi,
i get the error
Too few arguments to function vvd_no_view_ip(), 2 passed in /home/sites/site64/web/wp-includes/class-wp-hook.php on line 286 and exactly 3 expected.
Users can create topics and write comments in it but when i want to see the topc and get this error
Regards, Thomas
I used WordPress v4.9.8 and bbPress v2.5.14.
I’m using Avada as the theme for my site and my text is white across most of the site.
The issue comes with the background color for the info boxes on the edit user accounts pages is also white. How would I go about changing this to make it a darker color so the text is visible?
Here is a link to my site: http://guildgems.com/stonewater-forums/
Hi there
WordPress 4.9.8
bbPress 2.5.14
Sadly the URL is not able to be live at this time but I believe my question is actually more on the basic side of things.
When I register for an account on my website that uses bbPress all works well. I can login and subscribe to a forum. If someone creates a new topic in that forum I get a notification letting me know. However I’m noticing that if someone answers a topic in the forum I’m subscribed to I don’t get the notification.
I figured that if you’re subscribed to a Forum, that I would get notifications of replies on any topics in that forum. From what I can tell it looks like I only get a notification on new topic created.
Do I need to subscribe to the forum as well as all the topics if I want to be notified of anything happening under that forum?
Thanks,
Tanya