Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 52,501 through 52,525 (of 68,918 total)
  • Author
    Search Results
  • zlamczyk
    Participant

    @twodeuces Please do update when BuddyPress Auto Join Group is working for WP single-user – this will save me many, many, many headaches! Thanks, in advance, to everyone that has contributed to the BuddyPress Auto Join Group.

    #77947

    In reply to: h-mag.com

    Javier Arques
    Participant

    I love h-mag website, congrats Simon!!! your web is the best example to show what can be done with buddypress

    #77937
    Jack Reichert
    Participant

    I was thinking about how to tackle that problem. What I envisioned would be that each member would have a “virtual calling card”. When they connect with someone in the decentralized network the person they connect with would store this (and only this) card in their database.

    Essentially what would be included would be their basic, public information, including an rss of their news-stream. The effect would be as if you went to your facebook page. Just as in FB when you click on an album you go to that page, this would work the same way.

    No one authority would need to manage this system.

    To solve to WP/BP issues above I think that it would be really effective to leverage the is_user_logged_in() and current_user_can(‘administrator’) functions:
    If a user is not logged in, it shows a regular theme, like any other blog.
    If user is logged in it show the BP interface.
    If user is admin it shows the BP dashboard.
    This would effectively separate between wordpress and buddypress dashboards, as well as offer a person the ability to have a one-stop shop for their social and professional needs.

    For the DB issues, bbpress requires it’s own table but shares the user table with wordpress, would this be an option?

    #77936
    techguy
    Participant

    @Hollosch I turned Andy’s code and my little addition to disable the email at activation into a plugin. I’ve posted it to my blog for now: http://www.crashutah.com/blog/juanchito/2010/05/12/buddypress-disable-email-activation-my-first-buddypress-plugin/ I’m still waiting for the SVN access to be able to add it to the WP plugin repository.

    Also, right now the plugin only works for standard WP. I’m still working on disabling the activation email for WPMU, but have to figure out why it’s sending the email still.

    #77935

    In reply to: BP- Album +

    Paul Wong-Gibbs
    Keymaster

    Closing thread as per @paulhastings0 comment.

    #77934
    Paul Wong-Gibbs
    Keymaster

    BuddyPress needs groups and forum in the URL so as to understand the URL properly. You can’t remove them, but you could rename them.

    #77933
    fox3man
    Member

    r-a-y maybe you are right. I created some dummy accounts and input all the fields in profile page. Then I log out and check every account, they are showing correctly. Is it any encoding issue you think? Although I am sure wordpress mu and buddypress are utf-8 standard.

    #77928

    In reply to: FB and buddypress

    r-a-y
    Keymaster

    Try this FB plugin:
    http://www.justin-klein.com/projects/wp-fb-autoconnect

    Read the plugin’s instructions!

    #77926
    r-a-y
    Keymaster

    It’s a known bug:
    https://trac.buddypress.org/ticket/1445

    Keep watching that ticket for further details.

    #77923

    In reply to: Group Blog Error

    study
    Participant

    I am getting the same error msg, but it is returned when trying to upload any kind of avatar:

    Catchable fatal error: Object of class WP_Error could not be converted to string in /path/to/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 281

    Line 281 is:

    $bp->avatar_admin->image->url = str_replace( WP_CONTENT_DIR, BP_AVATAR_URL, $bp->avatar_admin->image->dir );

    I had previously had trouble with avatar uploads and found the advice on changing the small code segment “if ( !$path = get_option( …”

    That worked sort of — couldn’t get avatars to align without forcing some things into the various loop php files — but now I can’t get any files uploaded.

    The change is that I installed the newest beta of WP 3.0 so I don’t know if this new “catchable error” report is of any assistance at all.

    I had found some similar references, not specifically to BP and avatars, but people having problems uploading files into posts and I recall some references made to ms-sites.php.

    I have only one site, the base site, build is configured to use folders not subdomains, and I am seeing lots of problems with pathing to the elusive uploads directory.

    I do know that I was not getting a BP-related error until I upgraded my install from MU 2.92 to Beta 3.0.

    @mercime
    Participant

    @scwcreative Set permalinks to other than default and save

    That’s my web host, they pointed at the WordPress as the culprit.

    The WordPress install was done manually. New database, etc.

    @mercime, set permalinks to what?

    paulhastings0
    Participant

    And what did support@apollohosting-inc.com say when you contacted them?

    #77911

    In reply to: BP- Album +

    paulhastings0
    Participant

    Actually, you’ll want to ask that in the plugin’s forum here: https://buddypress.org/community/groups/bp-album/forum/

    @mercime
    Participant

    This could have been caused if you installed WP/MU via simplescripts, fantastico, etc. Delete previous installation including htaccess file generated and wp-config (if MU) and drop database tables.
    Do manual upload of WP or MU via FTP or cpanel and install.
    Go to dashboard > Settings > Permalinks and run it.
    Do FTP/cpanel upload of BuddyPress plugin.
    Activate BP plugin and go to BP settings page to enable components.

    techguy
    Participant

    @twodeuces I’m not sure that the change of menu will matter with WP 3.0. The various menus are still the same from what I’ve seen.

    #77906
    Rodrigo Peres
    Participant

    Hi Jeff, I’ve already did this.

    The autentication process goes fine, but the the wp_bp_xprofile_data table is never updated, so the users activity replies doesn’t show up neither the edit profile page.
    The user is created in the wp tables, but not inserted into bp tables.

    No, I didn’t. I am currently without Buddypress on my WordPress install.

    I ended up killing the mu installation and putting back WordPress standard, though that doesn’t seem to fare any better for Buddypress.

    I’m bit at a loss, I’d like to use Buddypress but without it activating properly I don’t know what to do.

    #77900
    techguy
    Participant

    Thanks to Sarah Gooding, I found this plugin which mostly works with WPMU 2.9.2 and BP 1.2.3: http://www.thinkinginwordpress.com/2009/10/autoactivate-users-and-blogs-at-buddypress-signup/ Only problem is that it still sends the activation email despite the email already being active.

    My hope is to incorporate the code from Andy so that it will work with both WPMU and WP and then make it so neither one sends the activation email.

    If anyone has ideas why it’s sending the activation email in WPMU, I’d appreciate any help. Seems like it might be a priority issue, but I haven’t yet figured that out.

    Erlend
    Participant

    Automattic needs to go back to the basic building blocks – users, posts, comments – and make sure they are solid, remove redundancies etc. And then develop different ways to connect those elements and display the data in different user interfaces; blog, social network, forum, microblogging, social bookmarking, etc.
    Just to be clear, on this account I agree wholeheartedly. Forum functionality is one thing, but a separate script all together to make a forum when you’ve already got WordPress and BuddyPress put together with their respective building blocks at your disposal, that seems like a flawed development practice to me.

    With WordPress, 3.0 and its custom post types in particular, we’ve got all we need already. This is what I tried to get across on my ‘rethinking posts’ thread.
    https://buddypress.org/community/groups/miscellaneous/forum/topic/re-thinking-posts/

    r-a-y
    Keymaster

    I haven’t checked the source fully, but it looks like the Group Documents plugin only checks files by extension and not something like the mime-type. So there is a chance that someone could do something “dodgy”; though if you have a decent user base, you won’t have to worry about it.

    @PeterAnselmo – ping!

    #77897
    bplove
    Participant

    Integrate with Cubepoints then you’re singin

    #77890
    Jeff Sayre
    Participant

    Do you have any errors in the log files?

    I assume that you are passing data into your function of the proper type. If so, then the next issue is to determine if the save method is receiving the data and if it’s provided in the way in which it expects. The example save method in the Skeleton Component is coded to accept all integer data and no string data. This is why I asked if you are passing the proper data type to the method for each field.

    Your log files and some custom debugging strings should help figure this out pretty easily.

    r-a-y
    Keymaster

    @twodeuces – Nice job! It’s always nice though to attribute the original work. Also, it should be quite easy to add your admin menu to the existing BP admin menu without waiting for the 3.0 merge.

    brianglanz
    Participant

    @twodeuces the instructions have a typo: … if (function_exist( …should be … if (function_exists( … else (as you would know but for anyone searching for this … ) following instructions results in Fatal error: Call to undefined function function_exist() …

    Thanks for sharing! BG

Viewing 25 results - 52,501 through 52,525 (of 68,918 total)
Skip to toolbar