bbPress

Simple, Fast, Elegant

bbPress support forums » Installation

Add event calendar to bbpress sidebar

(2 posts)
  • Started 4 months ago by erewok
  • Latest reply from chrishajer
  • This topic is not resolved

Tags:

  1. 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?

    Posted 4 months ago #
  2. You would need to include WordPress in your bbPress installation to have access to all the WordPress functions.

    http://bbpress.org/documentation/integration-with-wordpress/#func

    Sharing the database does not allow you to use WordPress functions from within bbPress.

    Posted 4 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.