Search Results for 'bbpress'
-
Search Results
-
Hi all,
We have set a few rules to moderate topics with too many links, etc. We also have new topic notifications set up and working when topics don’t go to moderation. However, if a topic goes to moderation, the new topic notification does not go out when the topic is approved. Is that normal? If so, is there any way to hook the new topic notifications into the approval process so that the notifications are sent out when the topic is approved?Thanks for any help with this!
Matt
bbPress version: 2.5.14
WP version: 4.7.7Hello,
I just want to import my phpBB forum (version 3.2.0) to BBpress. I tried with “tools/import” but it doesn’t work. The tools didn’t import a single forum or topic.
How can I do this?
Another question : how can I increase the size of the font in BBpress? I would have the same size as this forum, on wordpress.org. The original size is really too small.
Thanks a lot.
I am using WordPress Version 4.7 And have installed bbpress version 2.5.12.Every thing is working fine but in
edit profilepage no edits are updating.I have checked it for bothadminandparticipantrole.After edit profile button submit it redirects to following url
http://mysite.com/forums/user/pro2/edit/?updated=true but nothing is changed actually.How can i solve this problem?pls helpHello all, I have been searching for a solution and it appears that the bbpress install does not automatically add topic structure like this example:
NOTE: “/forums/topic/import-old-buddypress-forum-users-anonymous/”
On my bbpress install topics structure looks like this:
“/topic/test/” – where “test” is the topic title
I wish to include the forums structure like the bbpress.org forums does.
I have searched and searched and let me to result in making a post. Does bbpress not include this automatically like they have on their forums?
Thank you kindly,
J.Topic: moderation not working
Hi, I’m having a problem with my bbpress 2.5.14 forum. When connected as an administrator I have the links to edit, spam, strash,…
I can edit posts, but clicking trash or spam does nothing : the link seems OK (somthing like /forums/topic/subject/?view=all&action=bbp_toggle_reply_trash&sub_action=trash&reply_id=2601&_wpnonce=e3eb42b7d4) but just brings back to the same page and the answer stays there.
When I go to WP admin the answer is still published. I tried moving an answer to trash from the admin, it works and on the forum page it states that there is an hidden answer (as it should) but the link on this message (/?view=all) doesn’t show the hidden post.
Also in admin when I go to the trash and try to reactivate the answer I come to a page asking if I am sure I want to do this but it does noting. The only way I found is to use the batch action.
(I’m on a french version so some terms might be wrong, but I hope you undestand my problem).
Has anyone encountered that problem ?I’m trying to search topics with particular tags and I’m using get_the_tags($id) where $id is topic id ofcourse. But it returns empty array even though the topic has tags associated to it.? What is the native bbpress function for this if there is any.?
Topic: Roles for specific forum
Hey all,
Within the bbPress on my site I have an announcements forum.
I need this forum to allow new topics from admins & moderators only but allow participants to reply.
Participants must be able to create topics in other forums though.
bbPress Toolkit was advised however, this is causing a conflict with the theme styling so I need to look at other avenues.
Any advice
Topic: robots text
I uased method 2 when installing bbPress and use [bbp-forum-index] as my front page. That is the only forum page I would like to appear in google search results. I tried 10 different ways in my robots.txt fils and can’t get i right. I have no hidden forums. the yoast seo plug is too big for my small sites.
Thank you for your time.
Jerry
I use bbPress 2.5.14 on latest WP.
I have enabled TinyMCE with this code:add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' ); function bbp_enable_visual_editor( $args = array() ) { $args['tinymce'] = true; $args['quicktags'] = false; return $args; }It works well when a user posts a new topic.
But when a user wants to reply to a topic, the tinyMCE editor is displayed but is not editable.
I can’t see any error in the browser console.
Please advise.Hi, I am new to Vanilla Forums and have been assigned a migration project. I am finding little and conflicting information in Google searches. Can someone please let me know the best way to export all Vanilla Forums data and import into bbPress? Thank you!
Topic: Creating Custom Search
I want to create a custom search with 3 input fields “search_query”, “author(optional)”, “date(optional)”. The search results will display topics,replies from a particular user if author box is not empty. What would be the best way to handle it..?
I’am using bbpress basic search function on my form as of now but it just display results with “search_query” is there is a way so that it will take “author” or “date” in account.