A

Fix bbPress installation problem

A while back when I was trying to install bbPress locally on my desktop, I got the following errors and warning : Deprecated: Assigning the return value of new by reference is deprecated in C:\xampplite\htdocs\wordpress\wp-content\plugins\bbpress\bb-settings.php on line 186 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampplite\htdocs\wordpress\wp-content\plugins\bbpress\bb-includes\backpress\functions.wp-object-cache.php on line 108 Deprecated: […]

How to download zip file of latest trunk versions of WordPress, bbPress & Buddypress

On web servers or desktops running linux you can have the trunk versions by svn command but on windows there is no easy way of doing it. Tagged versions are easily available but for trunk versions there is a trick by which you can download the zip file of the latest trunk versions of WordPress, […]

List of topics of a particular bbPress forum

This tutorial will demonstrate the usage of custom queries so as to show topics of a certain bbPress forum along with Topic starter and Last Poster of inside WordPress. Before you can play around with bbPress information, you need to integrate WordPress with bbPress. After integration you can place this code anywhere in your template […]

Show bbPress forum list with posts & topics count in WordPress

This tutorial will demonstrate the usage of custom queries so as to show bbPress forum list inside WordPress. We would like it to display the list of forums along with their topic & post count. Before you can play around with bbPress information, you need to integrate WordPress with bbPress. After integration you can place […]

Show bbPress content inside WordPress

One way is to deep integrate both WordPress and bbPress so that one’s function can be called into another as both WordPress & bbPress are loaded every time a page is being generated either by WordPress or bbPress. However I am strictly against it as the overhead is not worth it. Its not at all […]

WordPress CMS Series

I am starting this series so as to demonstrate the capabilities of using WordPress as CMS coupled up with other scripts (like forum script bbPress). The series will begin with the implementation details of WordPress and bbPress in my recent project Need A Project (a site for students looking to improve their coding skills). Then […]

[bbPress Plugin] How to disable bbPress registrations

There may be cases where users want to disable new member registrations so as to keep the forum close to the existing members only or its a invite only forum or whatever the case may be. In this post I will demonstrate how can you disable bbPress registrations.