Skip to:
Content
Pages
Categories
Search
Top
Bottom

css question

Published on December 11th, 2011 by trailmix5

Hello,

I’m sure this is an easy question for you, but I can’t figure it out…

I’m trying to get rid of the text shadow that my theme probably put on the text of bbpress. I went through bbpress.css and inserted “text-shadow: none;” into every field that looked like a text field.

I was able to get rid of all shadows except for the text in the forum topic reply box. Including: Author, Posts, “Add this topic to your favorites”, Subscribe, The date, The reply text.

Can someone please tell me where the settings for this info is? Thanks so much!

bbp_get_forum_title is pulling the topic title instead

Published on December 11th, 2011 by aravoth2011

When I use bbp_get_forum_title to pull the forum title for display on the front page of my website, it pulls the topic title instead.

The idea is to display the forum title like categories are displayed in wordpress.

To do this I’m using breadcrumbs, so my code looks like..

<?php $show_sep = false; ?>
<?php if ( 'forum' == bbp_get_forum_post_type() ) : ?>
<?php
$breadcrumbs = '<a href="' . bbp_get_forum_permalink( $parent->ID ) . '">' . bbp_get_forum_title( $parent->ID ) . '</a>';
if ( $breadcrumbs ) :
?>
<span class="cat-links">
<?php printf( __( '<span class="%1$s">Posted in</span> %2$s ' ),'', $breadcrumbs);
$show_sep = true; ?>
</span>
<?php endif; // End if $breadcrumbs ?>

It’s not working, it’s displaying the topic title instead. In fact I went through several variations of this, several of them not using breadcrumbs, but every time I would use bbp_get_forum_title, or bbp_get_topic_forum_title, and I just couldn’t get it to work.

I’m wondering if there is something wrong with my code, or if anyone knows any other reason why bbp_get_forum_title would display the topic title instead.

I really just started learning all this stuff recently, so I could really use a hint or two..

Thanks for any help anyone can offer.

new forum for every post plugin ?

Published on December 11th, 2011 by eternal noob

I want to be able to make a forum for every blog post and use it in staed of the blog commenting system which is weirdly lacking for a blog-software system.

There is a plugin that automatically makes a topic in a specific forum – but I need it to make a new forum.

Of course I can alwaysuse a shortcode and make a new forum and include it in the blog post. But perhaps there is an automatized way, easier way.

Why and what is the benefit of this ? Comments tend to be very unfocused and not very constructive. If you have to make a specific topic you have to focus and be more reflected when writing …

Also I believe that John James Jacoby has thought about this ….

Anyone who could and would do this ?

Thanks, Jacob

Database location for bbPress 2.0.2 plugin?

Published on December 11th, 2011 by MikeTime360

Where does the standard bbPress 2.0.2 plugin place the database/tables inside the WordPress structure? I am a novice and I can not find the database/tables to remove completely from my site so I can re-install in a different configuration. Can anyone tell me where to look and what the typical naming is for the database/tables with the actual data in it? Thanks. (I tried looking in the forum, but I had no luck.)

Error in Settings – After Setting Time Zone

Published on December 11th, 2011 by phoenix_risen

In bbPress, after I set the time zone to UTC-5 in “Settings” ->”General Settings”, it gave me the following error

and now whenever I go to “Settings” it only shows this error and won’t show my settings to make changes.

How do I fix this?

I don’t know if it matters, but my bbPress is integrated with WP.

This is the error:

Fatal error: Uncaught exception ‘Exception’ with message ‘DateTimeZone::__construct() [datetimezone.–construct]: Unknown or bad timezone (UTC-5)’ in /data/16/1/21/63/1836226/user/1992360/htdocs/wordpress1/bbpress/bb-admin/options-general.php:180 Stack trace: #0 /data/16/1/21/63/1836226/user/1992360/htdocs/wordpress1/bbpress/bb-admin/options-general.php(180): DateTimeZone->__construct(‘UTC-5’) #1 {main} thrown in /data/16/1/21/63/1836226/user/1992360/htdocs/wordpress1/bbpress/bb-admin/options-general.php on line 180

LeaderBoard in bbPress v2.x

Published on December 9th, 2011 by frymi

1) How to activate LeaderBoard in WP 3.2.1 and bbPress 2.x?

2) How to add WYSIWIG editor in bbPress 2.x?

Thanx

Error message when activating bbpress in WordPress

Published on December 9th, 2011 by dguerin

Hello, I’ve been trying to install bbpress and I keep getting this message.

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 122880 bytes) in /home/assoc786/public_html/wp-admin/admin-header.php on line 122

What should I do to fix this? I promised client he could have a forum with his BuddyPress site.

Thankt you.

Danielle

Add BuddyPress with GROUP forums using bbPress

Published on December 9th, 2011 by MikeTime360

Goal: Add BuddyPress with GROUP forums using bbPress.

Situation: Current WordPress has bbPress installed as a SINGLE forum. BuddyPress is not installed yet.

Problem: (on a test WordPress site) When I add BuddyPress, bbPress uses existing files and shows up as a SINGLE forum and will NOT show up as a GROUP forum.

Q1. How do I remove/restructure bbPress so I can add BuddyPress with bbPress as a GROUP forum? (I am ok with losing current bbPress data, but would prefer to backup for a different use.)

Q2. WHERE is current bbPress forum DATABASE so I can copy (then remove) it before I install BuddyPress with Group Forums using bbPress?

Thank you for help!

integrate with already login system

Published on December 9th, 2011 by tommym123

Hey

I got a site with a simple php login system, is it possible to integrate bbpress with this, so my users dont have to register again for the forum, can these be connected with simple php?

Thanks

Theme Compatiblity – Links are showing as buttons in Reply Posts

Published on December 9th, 2011 by daveandersononline

Hi,

First of all great plugin thank you!

I’m fairly handy with the coding, but this has got me stumped. The theme seems to work almost perfectly, except the reply posts.

It’s picking up the css reply in my main theme, showing all links in the post as buttons.

http://www.florenceroad.com/forums/topic/deleted-my-purchase-now-widget/

I’ve tried to fix this for 4 hours now.

I’m happy to pay if somebody can just give me some direction!

Thanks again

Skip to toolbar