Search Results for 'bbpress'
-
Search Results
-
I was integrating the WPML for bbpress and it was going well until in the reply thread.
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_keybut I’m struggling to figure out how to write that in the
BBP_Converter_Baseextended classfield_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 indexedWTF with this script?
My forum here -> https://mojakosmetyczka.pl/forum/
Has anyone had a similar problem?
Thx, regards
PawelHe 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 aun1) 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!
VeroI 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 controlling1) 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!
VeroTopic: ArgumentCountError thrown
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 errorRegards, Thomas
I used WordPress v4.9.8 and bbPress v2.5.14.
Hi there
WordPress 4.9.8
bbPress 2.5.14Sadly 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