Skip to:
Content
Pages
Categories
Search
Top
Bottom

BuddyPress Default theme for bbPress

  • @arturo84

    Participant

    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!

Viewing 25 replies - 1 through 25 (of 28 total)
  • @sbrajesh

    Participant

    Wow! Nice work, That looks cool!

    @dainismichel

    Participant

    Are forums “gone” in BuddyPress? The whole site is different…thanks Arturo…downloading now! :-)

    @arturo84

    Participant

    @Brajesh Singh
    Thank you!

    @dainismichel
    if someone wants to use a standalone installation of bbPress, then this theme is for them ;)

    @dainismichel

    Participant

    I 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?

    @arturo84

    Participant

    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’); ?

    @dainismichel

    Participant

    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

    @dainismichel

    Participant

    no Arturo, don’t have require_once(‘/full/path/to/wp-load.php’);

    …should I add it along with the code above?

    @dainismichel

    Participant

    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! :-)

    @arturo84

    Participant

    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

    @dainismichel

    Participant

    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…

    @dainismichel

    Participant

    Hey, can we do this via skype right now…buck a minute OK for you?

    @dainismichel

    Participant

    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…

    @dainismichel

    Participant

    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…

    @dainismichel

    Participant

    OK, the ad block is doing something…gonna try to figure out how to turn that off…don’t want it anyways …

    @dainismichel

    Participant

    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?

    @arturo84

    Participant

    what ads? is possible have a link to check? i’ve removed all the ads block… i think

    @dainismichel

    Participant

    Sure

    http://community.urine-therapy.org/forums/topic.php?id=3

    login: utcommunity gr8health
    password: gr8health

    @dainismichel

    Participant

    I removed from line 1 of post.php, but then an ad block is still appearing right above the username

    @dainismichel

    Participant

    Right under Add this topic to your favorites (?)

    @arturo84

    Participant

    oh ok, i’ve found it, give me 2 mins i update the zip files.. sorry

    @dainismichel

    Participant

    is that in bp_after_member_header?

    @arturo84

    Participant

    is the only ads block i’ve not seen?

    @andrea_r

    Participant

    @dainismichel @Artruro you guys are posting this all publicly. we can see those passwords.

    @dainismichel

    Participant

    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…

    @arturo84

    Participant

    ads block deleted and zip updated, sorry for this “problem” but now is fixed.

Viewing 25 replies - 1 through 25 (of 28 total)
  • The topic ‘BuddyPress Default theme for bbPress’ is closed to new replies.
Skip to toolbar