Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 67,251 through 67,275 (of 68,918 total)
  • Author
    Search Results
  • #38910

    At second glance, the reason I asked is because I’d like to update all of the xprofile user info that I want visible in the forums, into the bbGroup array, even if they are NOT in any group.

    I think that using your array for my purpose isn’t really “right,” but it will work once I can get non-grouped users to have a bbGroup array.

    I haven’t had time this week to come up with what I consider a “real” solution that doesn’t piggy back on top of yours, to pass all xprofile info from bp to bbp.

    Your bbGroups really does work perfectly for people that are in groups, just not people that aren’t I think. Ha!

    #38901
    Burt Adsit
    Participant

    John, hang in there. Been moving myself and my laptop to a diff town past 3 days. Getting setup again. I think I’m hooking the ‘xprofile_updated_profile’ action.

    Yep. In 0.22. Should work. Lemme see exactly how much of ‘changing’ the profile that actually covers.

    brb.

    #38900
    Sgrunt
    Participant

    hi Pers, can you help me with my IE problem? Anyone out there has tested the chat using explorer?

    #38894

    Where would I want to hook into, to update the bbGroups array whenever the logged in user edits their xprofile data?

    #38892
    huh
    Member

    There’s a few around but you could purchase, and use, the paid for version of http://www.xml-sitemaps.com

    The app allows you to include/ exclude folders/ directories etc

    #38889
    Famous
    Participant

    Isn’t this an issue that needs to be addressed through buddypress then? Because people will have older users and when they install the plugin, they will have the same issue I am having of only newer users showing up through the member search.

    #38881
    westpointer
    Participant

    I posted this as a ticket (it is a bug) here: https://trac.buddypress.org/ticket/543

    The solution:

    OK, this is a confirmed bug. The post_date reflects the time zone set for the blog which is mountain time. I’m in the eastern time zone so my post was seen by this line of code as 2 hours old as soon as I added the post. We need to off-set for the time zone.

    REPLACE:

    if ( $recorded_post->date_created >= strtotime( "-30 minutes" ) )

    WITH

    if ( $recorded_post->date_created >= (current_time('timestamp') - 30) )

    that will fix the problem! (code in bp-blogs.php)

    #38880

    I’m going to migrate some of the bbPress “favorites” idea into a BuddyPress plugin eventually. I was thinking of opening this up to site wide links as well, which would just involve a link in the header or footer, if logged in, to add that location to your favorites.

    I think it’s very doable, but would either need to be added to the trac as a feature request, or be done as another BP plugin, separate from the others.

    #38878
    ArmchairGeneral
    Participant

    bp-core-adminbar.php controls what is on the menu. I used it to remove the visit tab on the far right and replace with my own links.

    If you do a view source you can find the location of the buddypress logo on far left. I replaced that logo with my own logo, and it takes the reader back to the home page of the site.

    http://greathistory.com

    #38877
    Per Søderlind
    Participant

    nicola, I’ve submitted it to bp-dev, just waiting for you to make it public :)

    #38876
    Sgrunt
    Participant

    i don’t know if i’m using firebug lite correctly, however the message of firebug is:

    “the class does not support automation (http://127.0.0.1/mu/,12)”

    i’ve inserted the js code in the header.php of the bp home theme

    #38874
    smueller
    Participant

    ok – I’ve decided to leave this bar on for all users but what I’d like to do is to remove some of the options for logged in users. Specifically, there is a ‘BuddyPress’ link in the far left that I want to remove, the ‘My Blogs’ and the ‘Visit’ in the far right are the options I want to remove. Anyone know how to do so without hacking the code? If hacking is the only option, where do I find the relevant code? Thanks in advance for any insights.

    #38873
    terryjsmith
    Participant

    Upgrade to the latest version of buddyPress. I have been using it on my own installation and it is both stable and fixes this issue.

    #38871
    Per Søderlind
    Participant

    sgrunt, the debug information from IE is sooo poor, could you please see if you get more using FireBug Lite: http://getfirebug.com/lite.html (try the bookmarklet)

    #38870
    Sgrunt
    Participant

    nicola did you tried it with IE? i’d like to understand if it is a problem of MY browser or a general problem

    #38869
    Sgrunt
    Participant

    download the last svn version of buddypress, upload it, then set your language to your language, and last add all your widgets.

    #38866
    nicolagreco
    Participant

    add it on bp-dev, i’m working on a thing like!

    I’ll share or meybe integrate my code in yours,

    good work,

    nicola

    #38861

    In reply to: blog directory error

    taffman2
    Participant

    I want to use the “buddypress-home” theme, how should I enable it? I have it installed in my wp-content/themes/ directory.

    #38857

    Have a look at this..

    I figured out how to fix the problem with width in IE!!!

    https://buddypress.org/forums/topic.php?id=1421#post-7005

    #38855
    Sgrunt
    Participant

    hi Pers i’m using ie7: the chat window is a blank page, and after clicking on a user picture for chatting, i can see the js error:

    line 154

    character 3

    error: the class do not support automation

    code: 0

    #38854
    gpo1
    Participant

    PerS, Does this toksta chat app only display in the member themes like Facebook chat because if in the home theme, it would be abused and not private?

    #38853
    Per Søderlind
    Participant

    Please post the error message. The plugin has been tested in IE 7, FireFox 3.x on Windows Vista and Mac OS X, and Safari on OS X.

    #38851
    Sgrunt
    Participant

    it works with firefox, but there is a javascript error in explorer, and so the chat windows appears blank

    #38850

    In reply to: Blog Avatar?

    I’ve taken a better look at this, and I think I can actually score most of the code I would need from the groups area of BuddyPress.

    Andy, can you confirm for me that you’re not already working on this officially? If you’re not, I’d love to give it a try.

    #38846
    nandopax
    Participant

    Hi PerS! I already downloaded this plugin of this site and isn’t work for the buddypress!

    The profile pages and other pages aren’t indexed.

    Use a external sitemap generator like this http://www.auditmypc.com/xml-sitemap.asp (need java running – you can get in http://www.java.com/) to get all pages is an alternate

Viewing 25 results - 67,251 through 67,275 (of 68,918 total)
Skip to toolbar