Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 57,976 through 58,000 (of 69,017 total)
  • Author
    Search Results
  • #64112
    Andy Peatling
    Keymaster
    #64111
    Andy Peatling
    Keymaster

    Install the backwards compatibility plugin and your theme should work.

    #64110
    Andy Peatling
    Keymaster

    Doesn’t seem to do anything on my test installs either.

    #64108

    Its not working for me either!

    I added my subdomain to whitelist too

    #64106
    zageek
    Participant

    I have determined my problem is due to the fact that I upgraded to 1.2 and my custom these is 1.1.x compatible.

    Where can I find a guide for what needs to be changed in my theme to make it 1.2 compatible, because when I go to my site it doesnt show the frontpage anymore but goes straight to the Groups Page.

    I can’t even view some of the other pages either.

    #64100
    Anton
    Participant

    If you go the link page of a specific link and no one has added any comments yet, it shows that their is no activity found on the link. Even if you voted for the link and that activity is displayed on the main activity feed for the site.

    #64098
    bennyticklez
    Member

    I installed on WP single 2.9.1, BP 1.2 and the plugin is not working. I added a youtube link into the “Post update” activity box and it just posts the link. Not the actual video.

    i added the whitelist code to bp-oembed-config.php with my domain name included but it didn’t change anything.

    I am not getting any errors either. most bizarre!

    #64097
    still giving
    Participant

    Just downloaded and installed 1.2 release and I get the same error message as above.

    Fatal error: Call to undefined function bp_is_front_page() in /usr/home/example/public_html/wp-content/themes/bp-default/header.php on line 47

    Nothing shows. Only the blue header and the error message.

    Try all the obvious.

    #64095
    dainismichel
    Participant

    If there’s a programmer out there willing to share the code and procedure for getting this done, without plaguing the forums here, please get in touch. I work well with programmers and would like some time on Skype to find out what code needs to go where. Please PM me a price and the approximate time you think we would need.

    dainismichel
    Participant

    I’d like to find a programmer who can show me how to do this via skype and provide the appropriate code and procedure. Please PM me your price.

    #64092
    Nick Watson
    Participant

    in bp-activity-templatetags.php within the buddypress plugin folder, I found the following ‘scopes’:

    if ( 'just-me' == $scope || 'friends' == $scope || 'groups' == $scope || 'favorites' == $scope || 'mentions' == $scope ) {

    Each of these has a case and it discribes which scope needs to grab each activity feed.

    So now all we need to know is how to set a scope within lets say the “activity-loop.php” in your theme folder and then it will grab the “friends” scope and the “friends” activity feed.

    I don’t know how or where to call the scope but I’m going to take a wild guess and say that it’s here:

    <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>

    Within activity-loop.php.

    Let me know if this helped, or just confused everyone.

    Thanks

    #64089
    r-a-y
    Keymaster

    I’m going to test this tomorrow.

    But in the meantime, can you post any errors from your server log?

    It could be memory-related.

    Also can you try opening bp-oembed-config.php and adding your BP domain to the $bp_oembed[‘whitelist]’ array?

    If you have BP installed on hxxp://example.com, you would put:

    $bp_oembed['whitelist'] = array('<a ','">','<a>','example.com');

    #64088
    armandmorin
    Participant

    Question… I’ve got my theme working that did it. Thanks.

    My theme DOES NOT show the nav bar like in the default BuddyPress theme. I tried copying the code from the header section of the BuddyPress theme, but I got a function error after.

    Any ideas of how to add the BuddyPress Nav to the theme?

    #64086
    modemlooper
    Moderator

    does not work on WP single 2.9.2 no auto embed and the permalink page ends up blank. Also you can only deactivate plugin via deleting folder. Hitting deactivate in admin causes white page

    #64083
    Paul Wong-Gibbs
    Keymaster

    This is gonna be really tricky especially if you didn’t backup your DB. Have you tried running 1.2 with the Backwards Compatibility Plugin?

    #64080
    r-a-y
    Keymaster
    #64074
    r-a-y
    Keymaster

    This is related to this thread:

    https://buddypress.org/forums/topic/nothing-appearing-under-my-blogs

    I’m afraid there isn’t a definitive answer yet.

    dlittle800
    Participant

    @jfigura – thanks for the tip about avoiding WPMU DEV templates, lol.

    Re: too many quirky things in BP – I’ve found that a software program is ‘nothing but’ a bunch of quirky things. But it sure would be great if some brilliant programmer could create a plugin to solve this issue – I would certainly DONATE!

    @Peter – you are definitely right about the trend to store sign-up email password notifications – In fact, I have a folder in my Gmail labelled ‘passwords’ full of logins including the one for Buddypress and WPMU! (I’d be resetting my password everyday if I didn’t)

    @Mike – I would be willing to live with the current BP password situation because I sometimes forget (or delete) my own passwords and need to reset them and never even bother creating a password I can remember.

    Where I’m at now, is trying to figure out how the frig to change the message from WPMU so I can eliminate the password that does not work (it actually sends the correct username).

    I tried changing the text in the WPMU Admin panel, but this seems to have no effect at all – So I’m posting at the WPMU forum trying to find out which file to change.

    Any ideas would be welcome : )

    #64062
    e_mcpartlin
    Participant

    “Did you try creating a blog before adding BP? vhost means what kind fo blogs did you set up, subdomains or subfolders? “

    Yes I sure did. They worked beautifully, same story once I remove BP.

    Regarding this:

    https://trac.buddypress.org/ticket/1947

    I’m not sure my problem is exactly the same – I can create blogs by outside users that work fine. Only when I create them from the WPMU backend does the problem arise.

    It’s all here by the way:

    switchsoftware.ca

    Thanks Guys!

    #64061
    MrMaz
    Participant

    @stwc

    Thanks for the love. You are one of my original supporters from back in the 0.1 days, and its much appreciated.

    @Everyone

    My post about final being released got buried, so here it is for those that missed it.

    https://buddypress.org/forums/topic/buddypress-links-03-final-is-here-at-last

    Please continue the conversation over there!

    #64060
    stwc
    Participant

    Loving the new version, MrMaz, on my BP1.2 testbed. So slick. No bugs yet, but I’ll be sure to let you know as I mess around with 1.2 if any appear.

    #64047
    Anraiki
    Member
    #64046

    In reply to: BuddyPress i18n Topics

    Anna Ladoshkina
    Participant

    Does anybody know if it’s already a known issue with activity stream in BP 1.2-final – content that loaded by clicking “more” button (through AJAX I suppose) completely untranslatable (buttons like Reply, Favorite, delete links, “more” button itself etc.). At least at my particular installation. Did anyone experience the same problem? Should it be reported?

    I’m not so good in AJAX so I’m relying on default theme and could not provide the sufficient feedback on that, but it seems that some text are hardcoded in JS and didn’t affected by texdomain file.

    I’ve browsed trac tickets – there’re some concerning the i18n issues but not exactly this as it seems to me.

    P.S. @jjj

    That’s the great news – about the user language settings – it seems the most appreciated feature in multilingual communities. But is it possible to share some concept – what will it look like and how will itl be integrated with WP internationalization?

    I’m asking because I’m developing a plugin that provide this language setting functionality for registered users… and despite that my code is not as nearly perfect as yours I’d be happy to help somehow or al least I’d like to know that my own work is not going in completely wrong direction… thanks in advance

    #64044
    pcwriter
    Participant

    @MrMaz

    Installed in a snap and it works perfectly.. well, almost. I found only one, very minor bug.

    After creating 6 links (5 from YouTube and 1 ppt file on my server), I created a link to an mp3 file on my server, opened the link in a new window using Quicktime, closed that window and went to view the links in my profile.

    I could find only the mp3 regardless of the filter used. While the Links tab in my profile showed (7), the counter below the My Links title showed “Viewing 1 to 1 (of 1 link)”.

    In order to see all links in my profile after linking the mp3, it was necessary to go back to the Links Directory and select one from there. Then all 7 were visible.

    Like I say, it’s minor as I don’t think many people (if any!) are going to link to individual mp3s hosted on external sites. (But I wanted to test it anyway.)

    #64039
    r-a-y
    Keymaster

    Login to your WPMU backend, navigate to “Buddypress > General settings”.

    Go to “Disable activity stream commenting on blog and forum posts?” And select “Yes”.

Viewing 25 results - 57,976 through 58,000 (of 69,017 total)
Skip to toolbar