Tagged: ‘Scripts’

Some bbPress Issues I faced

posted Tuesday, July 29th, 2008

When I first started installing bbPress for a client, here are some issues that I faced. I’m giving you the solutions so you don’t have to go thru the entire process of searching for an answer.

  1. What is the link to the theme directory?
    In WordPress if you need to link to the theme directory you just use the tag:
    bloginfo(template_directory)

    For the moment there is no such option in bbPress. The basic documentation does not provide this very essential piece of information. After much research this is what I found:

    < ?php bb_option('uri'); ?>my-templates/your-template-directory-name

    continue reading…

bbPress Forum Script: Thumbs Up or Thumbs Down

posted Tuesday, July 29th, 2008

bbPress is what you can call a sister script of WordPress. It is a lightweight forum script which is just as flexible and adaptable as WordPress. There are lots of plugins available that add to its functionality with new ones being added every day.

The downside to this script is that there is no official documentation available. And that can have you going around in circles for quite a while especially if you are new to bbPress.

continue reading…