Search Results for 'bbpress'
-
Search Results
-
Hey there,
I would like to replace an old vBulletin-Board with bbPress. Yet the polling options are heavily used by users that I don’t want to bother with “goto wp-poll first, create a poll, copy this snippet in your post and adjust the poll-id”. My search so far did not reveal a better solution.
Is there one?
Is there another wp-plugin that can forum and easy poll functionality?Kind regards,
NefariusTopic: Grab topic IDs from forum ID
Hello,
I have a plugin that is used to index search results in to Amazon CloudSearch. I’ve written the below code to exclude private forums from search results. Now I need some code to automatically exclude all topics inside a private forum.
function exclude_private_forums_search() { $forum_id = bbp_get_forum_id(); if (get_post_status($forum_id) == 'private') { add_post_meta($forum_id, 'acs_exclude', 1, true ); } else { delete_post_meta($forum_id, 'acs_exclude'); } } add_action('bbp_new_forum', 'exclude_private_forums_search' ); add_action('bbp_edit_forum', 'exclude_private_forums_search' );Is there anyway I can get a list of topic IDs inside a forum ID?
Running latest version of bbPress and WordPress.
Thanks.
Topic: Only one forum showing
Hi
Newbie would be grateful for some help …..WordPress 4.7.4 – bbPress 2.5.12
https://bijouxbutterflies.co.uk/forums/Using the “Creating Content” guide I created my first forum and topic with no problems.
I then created a second forum (latest news) with one topic (trade mark registered).
Although both forums and both topics show in wp-admin, when I visit the website only the first forum shows.
What do I have to change to get both forums listed?
ThanksTopic: bbPress limits?
Is there a limit to the number of top-level forums and subs?
Topic: User/Member Directory
Hi there,
I have use WordPress 4.7.4, Twenty Fifteen theme, bbPress Version 2.5.12 and all plugins deactive. I have issue exactly same this topic.Wordpress: 4.7.4
BBpress: 2.5.12Forum: http://www.wildorigin.online/forums/
I have tried reading a couple other post, and the posted tutorials. Not sure where I am going wrong, but I cannot get my forum to go full page, it still wants to show sidebar/archive on forum page.
Please help, thanks!
Hi all
Shared Windows hosting.
WordPress 4.6.5 running Karma theme.Hosting provider will not change the IIS config for just me, they recommend me adding a Linux shared hosting and host the bbpress on that server, external to the site.
When I search with one word – it works fine. When I search with two words it gives the error:
HTTP Error 404.11 – Not Found
The request filtering module is configured to deny a request that contains a double escape sequence.Most likely causes:
The request contained a double escape sequence and request filtering is configured on the Web server to deny double escape sequences.Things you can try:
Verify the configuration/system.webServer/security/requestFiltering@allowDoubleEscaping setting in the applicationhost.config or web.confg file.Detailed Error Information:
Module RequestFilteringModule
Notification BeginRequest
Handler ExtensionlessUrlHandler-Integrated-4.0
Error Code 0x00000000
Requested URL https://www.ciproza.co.za:443/forums/search/annual+returns/
Physical Path D:\Websites\ciproza.co.za\httpdocs\forums\search\annual+returns\
Logon Method Not yet determined
Logon User Not yet determinedMore Information:
This is a security feature. Do not change this feature unless the scope of the change is fully understood. You should take a network trace before changing this value to confirm that the request is not malicious. If double escape sequences are allowed by the server, modify the configuration/system.webServer/security/requestFiltering@allowDoubleEscaping setting. This could be caused by a malformed URL sent to the server by a malicious user.
View more information ยปAnybody got a solution for me?
Topic: I need help with permalinks
I have created a forum with bbpress. Here it is.
Inside this site, I have forums like Affiliate Marketing, Blogging, Discussion etc. When I click these forums, the individual forums open with a slug
forum/affiliate-marketing/
forum/blogging
forum/discussionWhen I click on any thread, they open with the slug
topic/cuelinks-has-increased-payout
topic/what-are-your-favorite-blogging-toolsBut, I don’t want the slug for the individual threads to be like this. I want them to be,
dicussion/cuelinks-has-increased-payout
blogging/what-are-your-favorite-blogging-toolsI want the term topic in slug to be replaced with the forum name. How to achieve this?
Topic: Catchable Error
WILD ORIGIN
Catchable fatal error: Object of class WP_Error could not be converted to string in /home/content/a2pewpnas01_data03/66/3912866/html/wp-content/themes/simplenotes/functions.php on line 118I know it is to do with something in my template that bbpress doesn’t like, is there a simple fix for this without removing my theme?
Topic: Forum Problem
Hello,
First of all i am using 4.7.4 version of WordPress and 2.5.12 version of bbpress.
The problem is when i click “Forums” button (on WordPress Admin) i get HTTP 500 error
this happens when i click “New Forum” or “All Forums” too.The weird part is that i can open a topic without no forum.
My WordPress site: forums.the-rvo.com
So. All of my forums have disappeared so its not surprising I can’t see them! Is there some kind of self-destruct button in bbpress?
Topic: Reload page after login
Hi, I’m using “White Label Login” plugin to display a login/register form in a modal popup. I set it to refresh the page right after the user succeed to log in and everything was working fine… until I activate bbpress. When bbpress is activated, the user is always redirected to the homepage, no matter the page displayed. I installed a local Worpdress with the same plugins, and the result is the same.
So, I made some search in the bbpress core files and this issue seems to come from the bbp_redirect_login function. When I deactivate or simply delete it (/plugins/bbpress/includes/user/functions.php => line 27), the page reload after login as expected.
This function is probably useful for bbpress and I don’t want to make any modification in the bbpress core files so I need some help ๐
Thanks
Hi.
According Enable visual editor I put on my child theme’s functions.php code
`// Additional Functions
// =============================================================================// bbPress Visual Editor
function bbp_enable_visual_editor( $args = array() ) {
$args[‘tinymce’] = true;
$args[‘teeny’] = false;
return $args;
}
add_filter( ‘bbp_after_get_the_content_parse_args’, ‘bbp_enable_visual_editor’ );`But not work.
Also I try to install plugin TinyMCE Advanced but not work.
I’m using X Theme (Theme.co)
Topic: link goes to wrong page
I am running WordPress 4.7.4 and using bbPress v 2.5.12
I have a ‘Forum Topics’ widget set up in the sidebar and the breadcrumbs is linking to a Blog page. I want this to link to a PAGE in my site instead. I cannot figure out how to do this.
and the breadcrumb that I want to re-direct is this;
Any assistance here is appreciated.
Dana