after putting the new code, it now says:
Fatal error: Cannot redeclare ntwb_custom_topic_form_notice() (previously declared in /home/gleam/public_html/wp-content/plugins/bbpress/includes/core/functions.php:633) in /home/gleam/public_html/wp-content/plugins/bbpress/includes/core/functions.php on line 627
I actually placed the code in bbpress/includes/core/functions.php
is it wrong?
I am not sure if this helps but when I select bbpress forum index template from the side menu for page templates it does not allow me to put in the side bar and runs full width but the text and coloring matches my theme. When I do it with the page builder in the divi theme and I use the [bbp-forum-index] short code in a text box element and then add a sidebar element on the side, I get the side bar but the forum does not match the theme because I have to use the default template. So it is almost like it is not pulling from the coding in the style.css at all so it may make sense that my altering that file does not change it.
That is not the correct patch to use, please do not use that patch.
If you look further down the ticket you will see the actual changeset and commit that was made to to bbPress /trunk, changeset r5417
Also, you should not be using WP_DEBUG on live sites….
Do it the same way you would for WordPress and use the bbPress custom post types, forum, topic, and reply.
I don’t see anything wrong in either the code you added above or in your post you linked to.
I see that long lines of solid text do not ‘wrap’ but this isn’t really a WordPress/bbPress issue, if you need to support code/content like that you should look at adding a plugin that will format this type of text for you.
Maybe Crayon Syntax Highlighter….
hej,
When someone enters example XML in an anser like:
<Binary>0E02800001000000000000000B0004C003010000000000000000000000082D0000000000000000004EFF140000000000FFFFFFFF0600000058000000000000000000061208000010000000003C0000000000000000000000803A011480FAFFFF0000000000000000B09B741280FAFFFF0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</Binary>
There are no more line breaks and the sidebar seems to go over the content area.
or within the code tag:
<Binary>0E02800001000000000000000B0004C003010000000000000000000000082D0000000000000000004EFF140000000000FFFFFFFF0600000058000000000000000000061208000010000000003C0000000000000000000000803A011480FAFFFF0000000000000000B09B741280FAFFFF0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</Binary>
it alters somehow the html structure of the page.
Can I somehow fix that?
You can see the falty Topic and answer here:
http://www.apw-wiegand.de/support-forum/topic/apw-und-windows-7/
I’m using bbPress Version 2.5.4 on WordPress 3.9.1
Thanks in advance,
Eric
Normal WordPress posts allow to set an image as featured image so that when i share that post on social networks that featured image will show as post image.
How can i do similar thing with bbpress topics? There is no option to set featured image in new topic.
I want featured image only in post meta and not in post itself, so that it will appear only when a post is shared on Facebook etc.
Fix is here if you’d like to manually change the current version (works for me):
https://bbpress.trac.wordpress.org/attachment/ticket/2620/2620.patch
Found the trac ticket for this error:
https://bbpress.trac.wordpress.org/ticket/2620
Looks like the fix is going into the bbpress 2.6 release.
Hi,
I’m currently using Luminescent light theme.
Is there a way to have some sort of highlight or a different colour to “quote” text of my bbpress forums?
WP: 3.9.1
BBpress: 2.5.4
http://www.smartistas.com
Thanks,
How to set a maximum size(width and height) for signatures,
so user will not put oversized and very long images into their signature?
Is there any Spoiler BBCode plugins available for BBPress?
for no. 2
add
#bbpress-forums div.bbp-forum-title h3, #bbpress-forums div.bbp-topic-title h3, #bbpress-forums div.bbp-reply-title h3, #bbpress-forums a.bbp-forum-title, #bbpress-forums a.bbp-topic-permalink {
color: #666 !important;
font-size: 16px !important;
}
to your style.css
Quickest way in your child theme remove the nickname form the form-user-edit.php template.
https://codex.bbpress.org/theme-compatibility/
Functions files and child themes – explained !
Currently in the edit user profile section of our bbPress (we deny access to the dashboard), users have a choice between displaying their username or actual name elements. They also have the option to write in a nickname and display that instead.
Is there any way to remove the nickname portion so that users can only display their username or actual name? Our concern is that users may abuse this ability to constantly change what name is displaying for them and it will be hard for us to police if necessary.
Thanks for the amazing plugin!
Hi, I have a question about forum migration. I need to migrate a Drupal 6 forum into BBPress. I see Drupal 7 migration is supported http://codex.bbpress.org/import-forums/. I have some questions:
Can this migration be easily done from Drupal 6?
Can I pay a BBPress professional to do it?
in the meantime, you can move it in your style.css
Layout and functionality – Examples you can use
Yes,
If you have a forum page ie a wordpress page that has [bbp-forum-index] in it, (ie you’ve use method 2 rather than method 1 in this link
Step by step guide to setting up a bbPress forum – Part 1
then go into edit on your forum page
Switch to text from visual and put
Create a new topic before the [bbp-forum-index] to get it at the top or after it to put it at the bottom.
or you could use
[bbp-topic-form] after the [bbp-forum-index]
or
[bbp-topic-form forum_id=$forum_id] to display a single forum topic form.
Lots of possibilities.
If you don’t have a set wordpress forum page, then you can create one, see method 2 in the link above
Do you have any static pages set in Dashboard -> Settings -> Reading (/wp-admin/options-reading.php), if you have a page here for the ‘Home’ and it has long text as it’s title that can cause the issue you see.
I am pretty sure you need to create a bbPress template for your theme, make a copy of page.php and rename it bbpress.php.
It looks like there are some similar questions in the theme support forums but I cannot see the answers as I am not a registered owner of the theme.
http://support.skywarriorthemes.com/search/?q=bbpress
This has been updated for the next release of bbPress, it is floated right to the same way topic favorite and subscribe links are.
Just add the bbPress plugin to your WordPress install would be my tip 🙂