BuddyPress Default theme for bbPress
-
The BuddyPress Default theme for bbPress is ready and available for the download.
ATTENTION: REQUIRES the deep integration between bbPress and WordPress/MU.
For info, and download link please go here.
For a demo visit: http://forum.buddypress-it.it
Enjoy!
-
Wow! Nice work, That looks cool!
Are forums “gone” in BuddyPress? The whole site is different…thanks Arturo…downloading now!
@Brajesh Singh
Thank you!@dainismichel
if someone wants to use a standalone installation of bbPress, then this theme is for themI worked with r-a-y as a paid consultant and am pretty sure we completed “deep integration.” However, when I activate the theme, I get
Fatal error: Call to undefined function bloginfo() in /home/dainis/community.urine-therapy.org/forums/my-templates/bbbp-default/header.php on line 14
…does that mean that I don’t have deep integration working?
i think yes because bloginfo is a wp functions
do you have at the very top of bb-config.php require_once(‘/full/path/to/wp-load.php’); ?
Well, I added this to bb-config.php
`// Include WordPress functionality
$currDir = dirname(getcwd());
// Make sure this isn’t install or admin (go up if it is)
if(!file_exists(“$currDir/wp-blog-header.php”))
$currDir = dirname($currDir);
if(!file_exists(“$currDir/wp-blog-header.php”))
die(“Cannot find WordPress integration files.”);
require_once(“$currDir/wp-blog-header.php”);`got the code from here
http://labs.b5media.com/blog/creating-the-anypress-solution/…still need to test…but the theme seems to work now…i think
no Arturo, don’t have require_once(‘/full/path/to/wp-load.php’);
…should I add it along with the code above?
Well, looks like things are working, except some of the stuff is in Italian! Har har “Titolo: (breve e descrittivo)”
…is there a quick language setting or do I need to find all the Italian and translate it manually?
Har har!
wp-blog-header.php is the old file to include, add at the top just after <?php the require_once…. with the full path to wp-load.php
see https://bbpress.org/documentation/integration-with-wordpress/ “Functions” section
Aww…man…
Fatal error: Call to undefined function bbad_ad_block() in /home/dainis/community.urine-therapy.org/forums/my-templates/bbbp-default/post.php on line 1
did you put an ad block in the theme dude?
Hey, I’d rather send you some money than have your ads appear…
Hey, can we do this via skype right now…buck a minute OK for you?
My skypeID is dainismichel, and I’m not sure how to navigate directories in PHP
Parse error: syntax error, unexpected ‘.’ in /home/dainis/community.urine-therapy.org/forums/bb-config.php on line 1
rrrg…
trying require_once(‘/../wp-load.php’); and other variations…
This is now line 1
`<?php require_once(dirname(__FILE__) . '/../wp-load.php');`
and I am a small step further…we’ll see if I can make posts…
OK, the ad block is doing something…gonna try to figure out how to turn that off…don’t want it anyways …
hey man, I removed that ad block, and ads are still appearing…dude…did you do that on purpose to make some bux off this? now where the heck are those ads coming from?
what ads? is possible have a link to check? i’ve removed all the ads block… i think
Sure
http://community.urine-therapy.org/forums/topic.php?id=3
login: utcommunity gr8health
password: gr8healthI removed from line 1 of post.php, but then an ad block is still appearing right above the username
Right under Add this topic to your favorites (?)
oh ok, i’ve found it, give me 2 mins i update the zip files.. sorry
is that in bp_after_member_header?
is the only ads block i’ve not seen?
@dainismichel @Artruro you guys are posting this all publicly. we can see those passwords.
okeedokey…looks like that’s all fixed and Arturo uploaded a new version of the theme without ad blocks…cool…hope this process helps those who follow…
ads block deleted and zip updated, sorry for this “problem” but now is fixed.
- The topic ‘BuddyPress Default theme for bbPress’ is closed to new replies.