Skip to:
Content
Pages
Categories
Search
Top
Bottom

Typepad Antispam

Published on June 10th, 2008 by

Has anyone tried installing Typepad Antispam on bbpress? Will it work?

Add event calendar to bbpress sidebar

Published on June 10th, 2008 by

Hello,

I’m new to WordPress and BBpress but I like the simplicity involved in using them. Currently, I have a wordpress site and a bbpress site that share a database. The wordpress site uses the Event Calendar plugin+widget to display its calendar and in the readme for Event Calendar I found the following:

Add the
following code to your sidebar.php:

Event Calendar:
<li>
<?php ec3_get_calendar(); ?>
</li>

Upcoming Events:
<li>Events
<?php ec3_get_events(5); ?>
</li>

If you are using an older template, then you should check that your HTML
header contains the following tag: <?php wp_head(); ?>

I’d like to add the Event Calendar to my BBpress sidebar; however, this solution doesn’t appear to work. Any ideas what I’m doing wrong?

Is there a way to universally get rid of or replace the guillemets (« and »)?

Published on June 10th, 2008 by

I don’t like using punctuation in an improper way, haha. Plus, I just don’t like how they look.

replacing punBB and adsense

Published on June 10th, 2008 by

i am trying to use the K2 theme on a website I’m working on. i had punBB integrated with it with an event calendar. I’m wondering if it would be difficult to replace the punBB forum wit bbPress. i dont want to preserve users or anything…just replace it altogether.

For reference, this is the theme I’d like to use:

http://paymentsource.com

also, is it easy to add adsense to bbPress?

i found a very serious problem!!!!

Published on June 9th, 2008 by

the post loading speed is very low when i logged in….

but when logged out, the speed is very fast.

i tried on different computers and used different browsers(ie,firefox),however, iv got the same result.

pls tell me why…thanks

How to add a home-page in bbPress?

Published on June 9th, 2008 by

hi, i’m a newbie here..

i need some help here. can anyone advise me on how to add a main page in my forum? i want the page to show only the login form, active and newest threads and i need to main page to show some information. my question here, can i really add the page in kakumei? or do i need to use the wordpress to make such page?

i really want to avoid using wordpress bcoz currently i’m trying to integrate the bbpress forum to 3 websites using the wordpress.

i hope someone can help me here.. thank you

bbPress Database Error

Published on June 8th, 2008 by

bbPress database error: [You have an error in your SQL syntax near ‘ON ( t.topic_id = p.topic_id ) WHERE p.post_status != ‘0’ AND t.topic_status = ” at line 1]

SELECT p.* FROM bb_posts AS p JOIN bb_topics as t ON ( t.topic_id = p.topic_id ) WHERE p.post_status != ‘0’ AND t.topic_status = ‘0’ ORDER BY p.post_time DESC LIMIT 5

What does it mean?

User Photo for bbPress

Published on June 8th, 2008 by Detective

You can download it here: User Photo for bbPress.

The readme.txt has installation instructions.

User Photo for bbPress is a modified/simplified/ported version of the original User Photo plugin by Weston Ruster.

Latest Discussion – More Control

Published on June 7th, 2008 by

Hey everyone,

I’m trying to do 3 things.

1. I want posts inactive longer then a set time to not be propagated to the Latest Discussions on the forum Index.

2. I want hidden private forums to not show up on the Latest Discussion list unless they would normally be allowed to see it.

3. I want the forum name to show up in another column in the Latest Discussion list.

I’m using the Private Forums plug-in, and Latest Discussion is only visible on my site from bbpress/index.

For 1. I found a plug-in but it’s no longer supported and I couldn’t clean up the Syntax error myself.

For 2 I can find nothing.

For 3 using another forum post I’ve already edited my templates to include the extra column and I almost see how to do it myself, but I can’t see where to get the name of the forum from the topic.

As always, thank you for whatever help you can offer.

wordpress not allowing bb-admin access

Published on June 7th, 2008 by

I used this code from the documentation:

Code:
require_once(‘path/to/wp-blog-header.php’);

to intigrate bbpress with wordpress, so I could use my current wordpress themes.

the only problem I have now, is that when I try to access /bbpress/bb-admin I am automatically forwarded to /bbpress and I have no access of the admin screen.

any ideas?

thanks!

david

Skip to toolbar