Search Results for 'bbpress'
-
Search Results
-
Hi,
I have installed bbPress and I was wondering …
– I only want the forum to be visible when a user has logged in, so any one except anonymous can see the forums… (i mean the page where you can actually see the forums & topics ..)
– I also want the widget with the forum categories to be visible only for the logged in users (I’ve done this with dynamic widgets)
– and finally I want the menu-item that points to the forums also only visible to any one except anonymous …
– the contents of the forum should not be indexed by search engines, i think i can do this with robots.txt?
thanks !
I’ve installed bbpress, WordPress 3.6.1 and 2.4 for bbpress, and when I goto open the forum i get this error “Fatal error: Class ‘WP_Post’ not found in D:\xampp\htdocs\wordpress-test\wp-content\plugins\bbpress\includes\core\theme-compat.php on line 375”
Anyone encountered this before and know how to fix it? I’ve searched the forums but came up empty.
Thanks!
I just installed bbPress and I’m having this odd issue where sticky posts will display but regular topic posts will not.
For example, if I have 3 topics and one is sticky it will say “this forum contains 3 topics” but only the sticky topic will display.
I’ve tried posting topics using different accounts (both administrative and regular) with no luck. Any idea why only sticky topics would display?
I am using the latest install of wordpress, buddypress and bbpress as well as gravity forms. I am needing to place a Gravity From inside a private bbpress forum topic as this form is meant to be seen only by members of this private buddypress group. When using the typical “add form” button at the top of the edit topic page which adds the shortcode to embed the form it places the shortcode there but then the shortcode is the only thing that appears when viewing the topic, not the intended form. Is shortcode not the way to do this and if not what is the best way to proceed to allow only members of this private group access to this form?
Topic: Plugin interfearence
Hello, I’ve added a plugin into my wordpress (phpScheduleIt)and its interfering with this plugin. It is coming up with a message saying
Fatal error: Call to a member function add_query_var() on a non-object in /home/guildfor/public_html/wp-includes/rewrite.php on line 47
Any idea how I can solve it?
I have the latest virsions of WordPress and bbPress.
Wordpress 3.6.1, bbPress 2.4, Buddypress1.8.1 Site is http://www.thedoctorwhoforum.com
I’m using the visual TinyMCE editor on my bbPress Forum pages and also on my normal WordPress blog pages.
Some users have issues with spans and other code being copied in when they paste. I have been able to stop the pasting issue on the blog comments with the following code which added the paste plugin to TinyMCE:
function myformatTinyMCE($in) { $in['plugins'] = 'inlinepopups, paste, wordpress, wplink, wpdialogs'; $in['paste_text_sticky'] = true; $in['paste_text_sticky_default'] = true; return $in; } add_filter('tiny_mce_before_init', 'myformatTinyMCE' );However, it doesn’t affect TinyMCE on the Forums. They seem to be separate. I instigated the visual editor on the bbPress topics with the following code:
function bbp_enable_visual_editor($in) { $in['tinymce'] = true; return $in; } add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor');I’ve tried lots of different things, but I can’t seem to affect the bbPress TinyMCE the same way I can the blog TinyMCE.
For example, this didn’t work:
function bbp_enable_visual_editor($in) { $in['tinymce'] = true; $in['plugins'] = 'inlinepopups, paste, wordpress, wplink, wpdialogs, tabfocus'; $in['paste_text_sticky'] = true; $in['paste_text_sticky_default'] = true; return $in; } add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor');Anybody any ideas how to add paste to the plugins and possibly add paste_text_sticky etc as well? I’m a bit new at this.
Thanks.
Topic: Landing page issues
I want to create a custom landing page which displays my forums.
I have created a page with the bbPress shorcode [bbp-forum-index] which works fine.
However, the breadcrumb “forums” link goes to a different page which contains a load of text jibberish!
I changed the forums slug in the settings to my page (and updated the permalinks) but instead of the breadcrumb link going to the page with the shortcode, the page itself gets over-written by the text jibberish.
It actually looks like the bbPress sidebar is loading into the main content field, though i don’t know why or how to fix.
Page with shortcode > activenaturalist.org.uk/anforum/
Forums breadcrumb text jibberish > activenaturalist.org.uk/fmsforum/If anyone thinks this post looks familiar it is because i posted about something similar in the past then went under siege from a Chinese bot, the website has only recently been allowed back up by my host.
WP 3.6.1
bbPress 2.4Topic: missing breadcrumbs
I need some assistance please. I have looked all over the web and I have not found any information on how to get breadcrumbs to appear for bbpress installation. All is working fine for me so far. I am using plugin-bbpress.php as my template. There is already <?php bbp_breadcrumb(); ?> in that template but no breadcrumbs are appearing. Using the latest 2.4 bbpress plugin. Help?
Hello there,
I am tearing my hair out to try and change the with of this forum block (area in white) on my site. It is far too small and want it to be wider.
If one then clicks on “Traders talk forum” the width changes to a wider width.
If you then click on “Trading rules and motivation” it changes to a different width again.
How can I change the change the width of the area in white on all the forum blocks to be nice and wide?
I am using bbpress 2.4 and WordPress 3.61 with the picochic theme.
Any help would be greatly appreciated.
Thank you so much in advance.
Pal
Hello there!
There has feature of Page Attributes and we can choose [full width page (no sidebar) on Pages & Post. but cannot do it on BBpress Forum.
So How can I do it on the bbpress Forums?
thanks