Search Results for ' . default . '
-
Search Results
-
Topic: Http 500 error
Hi
Bit of a beginner here so forgive me if I’m asking something which should be obvious!
I have installed BBpress on my wordpress site but when I click on the forums tab on the wordpress dashboard it seems the link is broken. It takes me to a “HTTP 500 error” default screen. I can click on “New forum” but not “All forums”. Similarly when you click on any of the forum links on the homepage, even those links appear broken as you don’t land on that forum. Even then, I get the same HTTP error. Any ideas?
Is there a way to add a list of topics users are subscribed to on a page so they can manage it?
I created a custom profile editor so they don’t go into the wordpress backend when users click on their forum gravatar seemed to be default on my installation. Or is there a front end profile editor I can use like in this forum (I can’t seem to find a plugin or anything for it)
Topic: only admin profile visible?
my permalinks are set to month & name. my .htaccess has only the default WP rewrite rules. I have bbPress 2.5.12, jetpack 4.7, and woocommerce 2.6.14.
When i visit mysite/forums/topic/* I get my topic.
When i visit mysite/forums/user/admin I get the admin profile.
When i visit mysite/forums/user/anyone-else I get the site homepage.This works wether I am logged in or out. I have no security plugins or cache plugins.
Please: Why is this happening and how do I fix it?
I am trying to replace all the topics in a specific forum with the new topic form whenever I press on the Create New Topic button.
Then I tried to ajaxify it using the shortcode [bbp-topic-form], but the form didn’t showed up…In the functions.php I have added this:
wp_enqueue_script( 'script', get_stylesheet_directory_uri() . '/js/topicButton.js', array ( 'jquery' ), 1.1, true); wp_localize_script( 'script', 'script', array( 'ajaxurl' => admin_url( 'admin-ajax.php' ) )); .. .. add_action('wp_ajax_script', 'scriptfunc'); add_action('wp_ajax_nopriv_script', 'scriptfunc'); function scriptfunc() { echo do_shortcode("[bbp-topic-form]"); die(); }The ajax file
(function($) { function find_forum_id() { var forumidval = document.getElementsByTagName("article")[0].id; forumidval = forumidval.replace(/\D/g,''); return parseInt( forumidval ); } $(document).on( 'click', '.bbp-new-topic-button', function( event ) { event.preventDefault(); forumid = find_forum_id(); $.ajax({ url: ajaxurl, type: 'post', data: { action: 'scriptfunc', forumid: forumid }, beforeSend: function() { $('.bbp-topics').remove(); }, success: function( html ) { $('article').append( html ); } }) }); })(jQuery);Customize your Forums root. Partner with a WordPress Page and use Shortcodes for more flexibility.
What does this mean??
I’ve set the forums root to “forums”. Then I’ve created a WP-page with slug “forums” and included some shortcodes.
The WP-page is ignored, so content displayed on /forums is the bbpress default index page.
What does this mean: “Partner with a WordPress Page and use Shortcodes for more flexibility.”??
How do I replace the default index with a WP-page?
I just installed bbPress 2.5.12 on WordPress 4.7.2. I created a test forum with one topic. I haven’t changed any of the default settings. When I load the forum page, I get this:
Forums
by (Edit)
Search for: Home › Forums Forum Topics Posts Freshness Cardstock 1 1 1 hour, 55 minutes ago CherylIt looks just like a bunch of text with no formatting. Here’s the link: http://livelovecards.com/forums/
I haven’t tried disabling plugins because I have a lot of them and my site is subscription, so I don’t want to disrupt service. I’m hoping this is an obvious problem to someone out there.
Thanks so much for your help!
Darlene