Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 56,201 through 56,225 (of 69,016 total)
  • Author
    Search Results
  • #68935
    Joseph
    Member

    I have managed to fix this issue. Her’s my fix for BuddyPress e-mail notifications problem.

    Andy Peatling
    Keymaster

    @justin_k – I understand your motives, but it is more an ethical/privacy issue. You should perhaps at least let people know that you are harvesting server details. There may be private unlaunched sites that do not want the details of their setup exposed without their knowledge.

    The best way to integrate this into BP is to put this code in a custom plugin or in bp-custom.php file. That way you don’t have to edit the theme at all. This code would also be great if it was added to the actual plugin ;) :

    function bp_add_fb_login_button() {
    if ( !is_user_logged_in() ) {
    if ( function_exists( 'jfb_output_facebook_btn' ) ) {
    jfb_output_facebook_btn();
    jfb_output_facebook_init();
    jfb_output_facebook_callback();
    }
    }
    }
    add_action( 'bp_after_sidebar_login_form', 'bp_add_fb_login_button' );

    That way anyone activating this plugin when using BuddyPress won’t have to do anything else, the login button will just appear on the login sidebar form.

    #68933
    stwc
    Participant

    Ajax quote’s working nicely, but I do have a bug report.

    Looks like activating the BuddyPress Forums Extras wrapper makes clicking on the Groups navigation tab redirect me to the home (activity stream, in my case) page. The link is correct (ie /groups), but it just redirects home.

    Navigating directly to a group page (ie /groups/groupname) is OK. Just the top level not going.

    All other nav items are OK, except the one for Links from MrMaz’s BP-Links plugin, which does the same. Odd.

    Disable the wrapper, and navigation is OK again.

    #68931
    iamzippy
    Member

    Hi Nick

    I just posted a reply to another YouTube question that you might find useful.

    HTH

    #68923
    Kunal17
    Participant

    Activating the buddypress chat component plugin ver 1.2.5 completely breaks the css on my install. I am running WPMU2.9.2/BP1.2.2.1.

    Is there any other information that I can provide specific to the plugin to help fix the problem?

    #68918
    hkcharlie
    Participant

    OK – I think I have it working, but when any of the buddy press pages are enetered it takes over the whole template, all the widget columns are removed and the buddypress theme takes up all of the space right up to the very edge of the website. There is no padding for the buddypress pages and it looks a little wierd.

    Also, is the forum available for the version ?

    Any ideas?

    #68917
    snark
    Participant

    Yes, I am having the same issue. I am running single-user WP 2.9.2 and the latest BP release, 1.2.2.1. I am only seeing this problem in the site-wide Activity stream — the individual Group and member Profile activity streams are each working correctly, loading new content when “load more” is clicked. But for some reason, on the site-wide Activity stream, clicking “Load More” once works to load a second page of content, but after that it keeps loading the same second page of content tacked on the the end of the previous display of the same content. Like this, where the numbers represent.

    Here is the pattern (each “page” displays 20 Activity stream items):

    — Open Activity stream page, and the most recent 20 activity items are shown.

    — Cick “Load More” and a second batch of 20 activity items are loaded after the first 20.

    — Cick “Load More”, and the same second batch of 20 activity items are loaded after the first 20 and fist copy of the second twenty.

    — Continues…

    In other words, if you clicked on “Load More” a bunch of times, here’s the activity items that would be listed:

    Items 1-20

    Items 21-40

    Items 21-40

    Items 21-40

    Items 21-40

    Items 21-40…

    For some reason it is stuck on that second group of twenty items.

    I checked the BuddyPress demo site, and the Activity stream “Load More” is working fine there, so something @anton and myself are doing is causing it to hiccup for us. Any thoughts.

    gregfielding
    Participant

    @justin_k

    I put this on your board but I’ll throw it here as well cause i’m in MU 2.9.2 and Buddypress 1.2.1

    Fatal error: Uncaught exception ‘FacebookRestClientException’ with message ‘Session key invalid or no longer valid’ in /home/housings/public_html/wp-content/plugins/wp-fb-autoconnect/facebook-platform/client/facebookapi_php5_restlib.php:3112 Stack trace: #0 /home/housings/public_html/wp-content/plugins/wp-fb-autoconnect/facebook-platform/client/facebookapi_php5_restlib.php(1764): FacebookRestClient->call_method(‘facebook.users….’, Array) #1 /home/housings/public_html/wp-content/plugins/wp-fb-autoconnect/_process_login.php(37): FacebookRestClient->users_getInfo(‘100000441950350’, Array) #2 {main} thrown in /home/housings/public_html/wp-content/plugins/wp-fb-autoconnect/facebook-platform/client/facebookapi_php5_restlib.php on line 3112

    This is when I click to log on.

    #68908
    raphaelb
    Participant

    +1 for an option for forums without groups. I have a client who wants to move to BuddyPress, but he (reasonably) fears that groups would confuse his users.

    #68907
    Casey Trowbridge
    Participant

    Again, apologies for the consecutive comments but if there is a way to edit my previous one either I’m missing it or my screen reader (I’m visually impaired) is not picking it up.

    Was typing up a blog post earlier and when I published I got this output.

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/x/x/x/xxxxxxxx/html/wp-content/plugins/buddypress-ajax-chat/bp-chat.php:480)

    in /home/content/x/x/x/xxxxxxxx/html/wp-includes/pluggable.php on line 868

    The post did appear when I went to the frontpage of the site.

    #68903
    Casey Trowbridge
    Participant

    I hate to consecutive post but aside from the notice in my last mention, I found another one.

    I’ll again mention that I’m using WP 2.9.2, latest version of Buddypress with the default theme and the latest version of the plugin with chat to open in a new window.

    I was browsing a member’s profile on my site: http://randomcatastrophe.com/members/jimmyray/ and decided to click on the chat link.

    I was immediately redirected back to the frontpage of the site where all of my blog entries are.

    If I’m on my own page http://randomcatastrophe.com/members/ctrowbridge/ and click on chat, it opens in a new window properly.

    I hope I’ve given enough information, I can’t think of anything else to mention.

    JK
    Participant

    Regarding the specific buddypress suggestions: I actually use WP myself (and have never even tried BP) so this is a bit outside the scope of what I’d planned for the plugin, but I did try to write it so that it’d be very easy to extend in a variety of ways.

    For example, you can have it output additional Connect buttons anywhere you like (in addition to/instead of its built-in widget). See the “Custom Login Buttons” section here: http://www.justin-klein.com/projects/wp-fb-autoconnect#customizing

    #68898
    andrewnonumbers
    Participant

    Sorry for bumping this old thread earlier. The solution was dead simple. https://buddypress.org/forums/topic/no-register-page?replies=7

    #68891
    rich! @ etiviti
    Participant

    here is the javascript that updates the textarea, maybe tinymce renames/overwrites it? i’m not sure. i’ll install it and see if it is anything simple

    ok, tried it out – it won’t work as tinymce is some iframe whatever stuff. :-P

    though, i do have markitup on bbpress with ajax quote – works with no problems

    #68890
    rich! @ etiviti
    Participant

    BuddyPress Forums Extras – ShortCodes -> will retain the bbcode style markup when editing. You could use Viper BBCode shortcode set and then modify that to include more bbcodes rules

    As for font color – i just realized it is not in the allowed_tags list – i’ll add it in for the BBCode (noshortcode) and Signatures

    #68888
    banfi
    Participant

    Hey @etiviti,

    I’ve been putting the Buddypress Group Forum Extras on http://www.x-3dfx.com

    after messing and modding a little bit I have some questions.

    The bbcode for [color] doesn’t work, so I modded the bbcode plugin to support this, This now works.

    (Shown here : http://www.x-3dfx.com/groups/off-topic/forum/topic/sexy-new-look/#post-63 )

    Next “BuddyPress Forums Extras – BBCode (noshortcode)” enabled

    After posting something with bbshort codes and then going to edit this becomes HTML due to this plugin, Is this correct? As this conversion is not needed due to the bbcode pluging running as well.

    Now if this is intended could there be an option to turn the conversion off, (I’ve modded the php file manually to stop doing it as I like the bbcode _ck_ buttons it adds but didn’t like the back to HMTL it was doing…)

    also the HTML it was doing is breaking the color codes anyway for some reason. – they didn’t work when displayed but showed correct as <font color=””> when editing…

    #68886
    Robert
    Member

    You can manually define the new blog homepage as your BuddyPress frontpage, it’s just a link that you may set up in “header”

    There’s a post on the WP-O-Matic ‘s Twitter ( http://twitter.com/wpomatic ) announcing the new version for April 1 …. let’s see.

    #68884
    still giving
    Participant

    DJPaul … without wishing to cause offence,

    it is not that we “do not understand the BuddyPress Groups concept”, it is that we don’t think it is a good idea.

    Most of us think it is a much better idea to have the ability to have a general forum, or general forums, that all members can use without having to join a group.

    #68883
    rich! @ etiviti
    Participant

    here is the javascript that updates the textarea, maybe tinymce renames/overwrites it? i’m not sure. i’ll install it and see if it is anything simple

    previous_content = jQuery("textarea#reply_text").val();
    jQuery("textarea#reply_text").val( previous_content + data );

    where data is the quoted text.

    also i notice bp-tinymce does hook on add_filter( 'bp_forums_allowed_tags' this may cause another problem with extra html i add for bbcode (strike, cite, u, etc….)

    #68882
    chembro303
    Member

    @etiviti you rock. Thanks for your speedy replies.

    I’ve had your forum extras installed for a couple days and things were fine. I just tried to install a TinyMCE plugin – https://wordpress.org/extend/plugins/bp-tinymce/ – which works great as well.

    Unfortunately with BP-TinyMCE activated the Quote function no longer loads any text in the comment box. It just changes to “quoted” but that’s all that seems to happen.

    Do you know what’s causing the conflict? Is it something you can change or is it a problem with BP-TinyMCE? I *need* a way for my users to format their topics so if it comes down to it I’ll just leave Quote deactivated…but it would be cool to have both. Perhaps if you get it working you can include BP-TinyMCE in forum extras?

    WP 2.9.2 BP 1.2.2.1

    #68880
    r-a-y
    Keymaster

    Read this post I made on the bbPress forums:

    https://bbpress.org/forums/topic/bbpress-vs-buddypress-or-in-addition-to-it-a-newbie-has-questions#post-65097

    Yes, bbPress is necessary if you want group forums.

    You might want to read this post by Boone Gorges as to what he did to transfer an existing bbPress install into BP:

    http://dev.commons.gc.cuny.edu/2009/12/06/upgrading-from-buddypress-1-0-to-1-1/

    Another bbPress to BP guide is available here:

    https://buddypress.org/forums/topic/completely-integrating-a-previous-bbpress-install

    I think I might add this to the FAQ ;)

    #68879
    1drummergirl
    Participant

    Before I post, I have another thought. I just got a blog comment notice sent to my email and it is now also showing the ascii character, but only in the sender field (Girls Can’t WHAT? shows up properly formatted in the subject line). It used to show the sender as ‘WordPress’. Now I’m not sure if this is a buddypress issue or because I updated WordPress right before I installed buddypress. Any clues?

    Andy Peatling
    Keymaster

    He should also add the FB connect button to the BP sidebar login form using the action “bp_sidebar_login_form”. And also add the buddypress tag to the plugin. If someone wants to let him know that.. :)

    Also, the plugin is phoning home with server details, I think that’s against the repo rules? Check function jfb_auth().

    Edit: Not sure if it does break the rules (http://markjaquith.wordpress.com/2010/02/11/how-to-get-plugin-removed-from-dir/) but I still find it a bit off, even if it is harmless.

    #68874
    zeitweise
    Participant

    Our whole project is centred around events. In fact, we decided for Buddypress because of bp-events. Unfortunately, we can not contribute to the development in any non-symbolic way. Thus we are sitting, waiting, wishing … – like so many. Seeing this plugin work will be such a blast!

    #68872
    rich! @ etiviti
    Participant

    the function explicitly appends a div around the sig when called – although only if a sig is saved against the profile. but also check if the sig per-person per-page option is enabled (maybe it was already displayed on the current page?)

Viewing 25 results - 56,201 through 56,225 (of 69,016 total)
Skip to toolbar