Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 53,826 through 53,850 (of 68,918 total)
  • Author
    Search Results
  • #75082
    Arturo
    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

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

    #75080

    In reply to: broken posts by > or <

    Paul Wong-Gibbs
    Keymaster

    Hi

    Post where? In a group forum? Also, what versions of WordPress and BuddyPress are you using please.

    #75079
    Dainismichel
    Participant

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

    …should I add it along with the code above?

    #75078
    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

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

    #75076
    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?

    #75073
    Arturo
    Participant

    @Brajesh Singh
    Thank you!

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

    #75072
    Dainismichel
    Participant

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

    #75070
    Brajesh Singh
    Participant

    Wow! Nice work, That looks cool!

    #75068
    Andrea Rennick
    Participant

    I won’t be there but @wpmuguru will be.

    #75067
    Brajesh Singh
    Participant

    Well, The plugin was just a small hack, as I could not see any filters to accomplish what Greg wanted. So, I hacked around status to get rid of that.

    About forums being part of group, I believe it should be better left to the site owners to decide and not to force them of a particular structure. Options are always better, so If possible, It would have been great to give the site owners the options.

    Now about Plugin features.
    It is easy to add an option to allow group admins to select whether to allow non members to post or not, I can add that easily. The difficult part id muting the text “You will auto join this group” as It is theme based and sniffing on gettext is not what I prefer as for something small as this the overhead will be too much.

    May be we can request @apeatling and he may provide easier options like filters for disabing/enabling auto joining and a filter to mute the text.So this hack will no more be even required.

    Mike Pratt
    Participant

    Two points: When I clicked on an update via the “View” link by @boone -> https://buddypress.org/community/activity/p/267 I was redirected to -> https://buddypress.org/community/activity.

    2. I went to this forum to post this reply and had to go all the way to the last page just to find the reply field. It dawned on me that it’s like that in my own theme as well. I plan on adding “reply” links/buttons along the way to jump to that form as it’s certainly not intuitive to do so if you’d like to reply and not read the entire thread (I realize that may be a bad thing in and of itself to some)

    Jeff Sayre
    Participant

    When in your Profile page looking at your follower list, if you reciprocate (follow someone back), the count does not update on the “Follow (n)” tab unless you refresh your browser. Not a serious bug.

    #75064
    Mike Pratt
    Participant

    This is a nice option and, perhaps could use even more refinement as it is not as black and white as Greg suggests on @Brajesh‘s site. Yes, the way @Andy makes use of groups as plugin vehicles here on bp.org does create the problem @greg illustrates but there are other use cases where you’d want to keep it on. I think adding the ability to have the group admin turn this on/off on a group by group basis would allow the group type to dictate.

    @greg I disagree that groups and discussions are necessarily separate. That was one of the much needed evolutions of forums…the ability to have a contextually aggregated place for stuff ie a group that also had a discussion component to ti, among other features. In a sense, the discussion belongs to the group, not some generic mess of topics. Not to diminish your point, but there can be great utility in “if you want to participate in this discussion, you must be a part of this group” I know in some implementations, it might dissuade new members but in others it was just what was needed

    stwc
    Participant

    I’m finding the shade of light blue chosen for a:link to be really, really eyestrainy on the #888 backgrounds especially, at least on my CRT here at home.

    Paul Wong-Gibbs
    Keymaster

    When a plugin is updated, the group page version number and readme.txt content is updated immediately — ace! However, “Last Updated” hasn’t updated.

    #75055
    mbiernat
    Participant

    1and1 works fine with WordPress. I run a number of sites with 1and1 not an issue, only MU does not work. I know this is marked resolved :) I have been testing Buddypress and MU for a while now, and It has nothing to do with BuddyPress. It is an MU issue with 1and1

    #75054
    Paul Wong-Gibbs
    Keymaster

    @dennis_h The “jq” variable was added in BuddyPress 1.2.3. Not being on the latest BuddyPress would give you that error. What version are you running?

    #75053
    Paul Wong-Gibbs
    Keymaster

    @Erich73 On WPMU, the user database is shared between all sites. The user registration is executed on the main blog. In Welcome Pack’s case, there’s not a lot of difference therefore if it runs sitewide or on a per-blog basis, so I set it to run sitewide just in case there is some unusual way that WordPress user accounts can be added.

    Paul Wong-Gibbs
    Keymaster

    Works fine for me in Chrome. Might be browser caching.

    #75051
    Paul Wong-Gibbs
    Keymaster

    Go file a bug report, r-a-y ;)

    #75048
    Tosh
    Participant

    Here is the official thread on the new plugin :) Download link is there as well. I haven’t tested CubePoints with WordPressMU.

    #75047
    brianglanz
    Participant

    @Avatar .. Jeff, Rich @nuprn1 has posted his external-group-blogs solution in a couple threads. In bp-groups-externalblogs.php you can change lines 185 and 196 as Rich specifies:

    https://buddypress.org/community/groups/creating-extending/forum/topic/external-group-blogs-bug/

    In short: get_activity_id should hash the posturl instead of blogurl AND you need to remove its action piece.

    — not ideal per a reference to blogurl to remove a feed, but working, 1.2.3/2.9.2 in production and higher versions in test. Rich also informed author Andy @apeatling and Andy has said he will get to it.

    @jeffsayre @r-a-y et al. can this be closed and a couple of the less informative versions of this question, deleted? BG

    techguy
    Participant

    Site is COMPLETELY jacked up in Chrome. I thought something had really screwed up the previous version. Finally opened it in Firefox and it’s completely different.

Viewing 25 results - 53,826 through 53,850 (of 68,918 total)
Skip to toolbar