Search Results for 'bbpress'
-
Search Results
-
I have installed bbPress plugin on my WordPress site. I just wanted to know if there is any moderator approval option is available. I want Topics and Replies get visible only when they are approved by Administrator.
EN(English) and TC (Traditional Chinese) . Forum and topics seems to be working properly during the translation. But when it come to the replies section, I tried translating and it saves properly, but upon visiting the replies for the translated language TC the reply being translated cannot be seen. it says it is done translating to TC but the post reply cannot be seen. Is this a bug?
Why can’t bbpress have it’s own table to store posts etc? This will speed up db queries when using post tracking etc.
bbpress is very barebone but not very powerfull. There are plugins that extend the functionality but because of bbpress architecture it will not scale well.
Everything is stored in postmeta which grow very large. I have hundred of thousands of posts and for every post there is 10 entries in the postmeta table.I think if bbpress can have a “normal” way of storing it’s information it will attract more users and more developers. Dedicated forum systems like Xenforo etc are superior but they are lacking everything else that you want to have on your site. There are bridges etc but it will never be the same.
There are other forums for wordpress like wpForo and Asgaros but they don’t really cut it at the moment.
Let’s bring bbPress alive by giving it a new fresh db table layout!!!
Greetings,
I am looking for the pro version of the plugin: https://wordpress.org/plugins/bbp-user-ranks-lite/ which allows the ability for me to have role based badges below certain members on my forums however both the author’s website and the codecanyon posts of this plugin have been disabled so I am unable to get this plugin, if anyone has a copy they can send me or somewhere I can buy it I will be greatful.
How can I code an activity stream that lists only the most recent post for each topic, not all recent posts (which can include many posts from the same topic) as the standard widget does?
I’m using bbPress 2.5.14, BuddyPress 3.20 and WordPress 4.9.8 on a local dev server so no public link to the site.
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_key
but I’m struggling to figure out how to write that in the
BBP_Converter_Base
extended 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.