Search Results for 'bbpress'
-
Search Results
-
Hello I am new to bbpress however eveything has been going fairly well. There are 2 problems however.
Problem 1:
When in the forums the text entry for replying to a post is transparent and it makes it look ugly and makes entering text difficult. how can I change the text entry box to something brighter?
(the text box blends with the background)
Problem 2:
When multiple people post on a thread particularly their immages get cut out halfway.
(first/main post is ok)
Can someone please help me with these issues?
Additional information:
I am using custom community theme 1.8.9.1
Thank you!
I want to be able to show the reply content in the (bbPress) Recent Replies widget, not just the topic title. I would like to be able to show either the entire reply text or a portion of the reply text (limit it to characters). Is there a way to do this?
Hi! A few days ago, I was playing around in the bbPress plugin, and I introduced an error. I was trying to figure out where a function outputted, but never figured it out.
If you visit my boards here, http://craftcore.ca/boards/ , you can see the words “Hello World” on my forums list:
> 0 0 No Topics Hello world!
Now the thing is…I can’t remember what file I edited. I opened all the template files in EditPad and seached for “Hello World”, and found nothing. I deactivated, removed, and readded bbPress, and it’s still there.
Any suggestions of where I should be looking? This is such a silly problem, I know. Any advice would be wonderful!
Thank you!
Hi all. This evening I was just about to translate some pieces of BBpress into my native Czech lang. I am used to use Codestyling Localization plugin for translating plugins. This same I saw some strange warning. First time in my life.:-) Is here someone able to provide me with more details on following error message regarding bbpress?
Loading Issue: Author is using load_textdomain instead of load_plugin_textdomain function. This may break behavior of WordPress, because some filters and actions won’t be executed anymore. Please contact the Author about that. (Codestyling Localization plug error message)
Topic: Forum shows no content
In my new bbpress-Forum (2.1.1) I can see the title of a new topic, but there seems to be no content, only the headlines appear. In the wp-dashboard the content of the topics and replys are readable. Its WP with Atahualpa and I also tried the bbpress twenty ten-theme with the same result. http://hoerakustik-wissen.de/forums/topic/videos-diskutieren/
I set the number of topics and replies that should be shown in a single page as 2, 5, 6 and 10. It doesnt work that way. The rest is paginated and indicated in the page, but not navigatable. I am disappointed. Is there any work around?
Topic: Whishlist & OptimizePress.
I am using whishlist as a membership site with Optimize Press. I don’t seem to be able to get bbPress to work. When the pages are set up it goes to a 4O4 Page
I use ClassiPress as my current theme with “standalone” BBPress installed on it
I do have six forums namely
- Sports (with two topics)
- Student
- General (with two topics)
- Food
- Gossip
- Newbie Parents
I manage to edit the overview of my forums. But as you can see on the image. The topics, except for the stacked one, is present on all of the forums

How may I able to display topics on their respectable forums?
Topic: Forum Description Vanished
Since updating to bbpress 2.1 the Forum Index is blank (whether pulled up through http://domain.com/?post_type=forum, or with the shortcode), and the descriptions entered for each of the Forum posts are not showing up. When all of the forum topics are set to private, a user who is not logged in sees the dialogue “Oh bother! No forums were found here!” But once the user is logged in, that dialogue disappears, but none of the Private Forums appear.
I’ve reset the permalinks in Settings and in the Forum slugs area, and tried the Repair functions as well.
Hi bbPress community,
Thank you for all your collective hard work on this great plugin. I’m working on an integration of the new 2.1 plugin into my own theme, and I had a question about scripts and styles that bbPress enqueues into the wp_head.
In general, for plugins which are highly localized on the site (ones that only get used in very specific places), I prefer to conditionally enqueue styles and scripts to keep the head section of the main site relatively clean. bbPress currently initializes the following code site-wide:
/** Scripts ***********************************************************/ add_action( 'bbp_enqueue_scripts', array( $this, 'enqueue_styles' ) ); // Enqueue theme CSS add_action( 'bbp_enqueue_scripts', array( $this, 'enqueue_scripts' ) ); // Enqueue theme JS add_filter( 'bbp_enqueue_scripts', array( $this, 'localize_topic_script' ) ); // Enqueue theme script localization add_action( 'bbp_head', array( $this, 'head_scripts' ) ); // Output some extra JS in theNormally I’m fairly handy with actions and filters in my functions.php file, but I’ve had a load of trouble getting these scripts to conditionally enqueue. Ideally, I would want to condition them on is_bbpress(). Can anyone offer a snippet to filter these unless is_bbpress() is true?
Thanks in advance, and let me know if my question is unclear in any way.
Andrew

