Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 40,551 through 40,575 (of 68,950 total)
  • Author
    Search Results
  • #109676
    littletechgirl
    Participant

    I am having this same issue. I get the email fine if the new user is created on the WordPress side, but if it is done through BuddyPress I do not get a notification. Any other ideas on this?

    @mercime
    Participant

    @goldbrick Glad the pages finally showed up. It would help to know what your solution was so that others who might have the same problem could be helped as well.

    Cheers.

    #109670
    mbuttke
    Participant

    Can someone please explain to me where I can find the “bb_term_relationships table”? I am trying to follow how to fix this but I am lost… any help would be greatly appreciated.

    #109666
    Amir Helzer
    Participant

    Hey folks,

    There’s a new version of BuddyPress Multilingual:
    https://wordpress.org/extend/plugins/buddypress-multilingual/

    It works with the current version of BuddyPress and WordPress, in single site and multi-site environments.

    While you’re testing it, check out the new activity-stream translation. There’s a video for it here:

    BuddyPress Multilingual 1.0.1

    kees78
    Member

    Hi peeps,

    I am having the same problems after installing buddypress. My widgets and sign-in are at the bottem of the page.
    I tried to adapt the BP.css file but that didnt solve anything.
    Can somebody take a look at the site and tell me how to fix this?
    My knowledge of html and css is at beginner-level.
    See: http://www.learningculture.nl/wordpress/

    Thank you!

    Doug
    Participant

    Moved to a new server and am getting this error again. Here are soe details.

    1) WordPress 3.1.1 & BuddyPress 1.2.8

    2) blogs.dir is chown/chgrp to www-data (the apache user) and set to 777 (recursively).

    3) GD is installed.

    4) Safe mode is turned off in PHP

    When one tries to do an upload, this is what happens …

    http://screencast.com/t/IxeeAuG7Ip6

    This was working fine on our old server. So, I am a bit flummoxed. The new setup must be missing something, but what?

    Thanks for the help!

    DD

    #109660

    I have a similar issue – two columns are below BP content – how do I bring them in line with the content? I’m using Linux (Ubuntu) with Chrome, just uploaded WP 3.1.1.

    http://www.madinmelbourne.com.au

    Sliding door is the theme I’m using, I’ve gone thru the compability instructions and am stuck with finding where the BP ‘directory’ is. Anybody willing to step me thru the process?

    #109659
    gregfielding
    Participant

    Whatever you do is going to need some re-working after a while. bbpress is getting rebuilt from the ground up, including it’s integration with buddypress.

    #109657
    Boone Gorges
    Keymaster

    It’s not entirely clear how you would integrate this into BuddyPress itself, since every installation will have different “links” between profile fields. What kind of interface would be used to allow site admins to dictate such dependencies? If anyone is interested in providing a patch, or building a plugin, it might be worth looking at something like Drupal to see if they’ve implemented similarly dependent metadata fields, and how they’ve done it.

    #109655
    XFlame
    Member

    Hmm I see, what you mean by to be done on the frontend is by editing the source code right?

    I think this feature have been requested by others also and I think this is pretty basic functionality.
    Hope this feature will be integrate to buddypress in the near future.

    #109652

    In reply to: excerpt length

    Brandon Allen
    Participant

    Depends on where you’re trying to alter the excerpts. If you’re trying to change the exceprt length of a blog post, then this should work. Otherwise, you’ll want to take a look at `bp_create_excerpt()`. As of right now, this doesn’t have a filter, so you’re a bit stuck. If you could post a feature request ticket on Trac (http://trac.buddypress.org) explaining what need and reference this post, I’ll take a look at creating a patch to remedy this.

    #109644
    Paul Wong-Gibbs
    Keymaster

    Yes, BuddyPress is only a WordPress plugin :)

    Paul Wong-Gibbs
    Keymaster

    I’m not sure I can share the cause of the “error”, but it made me facepalm when I saw it :) When 1.2.9 comes out, it should go away until John James Jacoby can properly update the site

    #109638
    hmarshall
    Member

    ok i just did that – great thanks.

    You dont happen to know how to change the notification email origin do you? Mine says noreply @www.mysite.com and i dont want the www. to appear

    #109637
    edinchez
    Participant

    well i’m not sure if it’s implemented to work especially with buddypress, but i’ve been using it with BP and it works just fine.

    #109635
    James
    Participant

    can not help you with first question, way above my skills.

    if you mean registration page than it is already in .po files, but all additional fields (from base group) you could simply write in necessary language.

    #109634
    hmarshall
    Member

    Ok thanks, I’ll try that. My hosting is with ipage so i should be able to do it through their FTP program.

    Does that plugin work for buddypress including on member pages?

    #109631
    celsosoares
    Participant

    @r-a-y thanks for your reply! I don’t know a lot of php so please bear with me. This is what I did, based on what you suggested:

    `
    get_results(“SELECT activity_id FROM $wpdb->wp_bp_activity_meta WHERE meta_value = ‘favorite_count’ ORDER BY meta_value”);
    foreach ($favorite_id as $favorite_id) {
    echo $favorite_id->activity_id;
    }
    ?>

    ` etc..

    Nothing gets echoed in the foreach loop, but $favorite_id echoed on its own returns “array”. I’m sure I’m doing something wrong as what gets outputted in the browser is “Sorry, there was no activity found. Please try a different filter.” even though there are 4 activity items favorited by two different test users. :(

    What am I doing wrong? Many thanks for any help!!

    #109629
    herncomp
    Member

    I am having the same issue users can register to get the e-mail with the link with the key and it gives this results

    Activate your Account
    Please provide a valid activation key.

    Activation Key:

    I have checked your dummy site and everything works perfectly when you click on the link this on the activation e-mail is supposed to go to right to the page saying a all set please help

    Carlos

    #109627
    Duco
    Participant

    If I may join in to this line….
    If have a question about that activitystream…
    When people type in their own language in the activity-stream, would it be possible to select the post in one language. For example when people post messages in English, french and german, would it be possible to filter out all the french posts? I don’t believe that feature already exist but to my logic understanding it must be as easy or as difficult as filtering out your friends.
    It would be a great solution for my site.

    One more question….
    Is it possible to localize the registerpage?

    #109625
    James
    Participant

    thanks @boonebgorges
    already found acceptable solution, changing lines in .po files, then translating these lines back to origin etc…not the best way, but is ok.

    #109624
    danbpfr
    Participant

    Please read here. There are also patches on trunk now:
    https://trac.buddypress.org/ticket/2194

    #109623
    danbpfr
    Participant

    @boonebgorges
    apologize, BP js message are actually all translatable… i meant plugins – which are third parties stuff.
    Sometimes confusing because these plugins are not localized correctly, or using old modified BP phrase, are delivered with missing pot file and so on… :-(

    #109622
    ultimateuser
    Participant

    @alierkurt

    great work! installed the plugin and it works! was trying to fix this problem for a while now :-)

    #109621
    Boone Gorges
    Keymaster

    It’s not so much an “issue” as it is a feature of the way things work in BP. The activity action (“James posted a new forum topic…”) is saved directly to the database; it is translatable at the time of creation, but after that it is a literal string in the database and cannot be translated. This may be changed in the future, but for now, there’s not a straightforward way to fix this. (You could build a filter to do the replacement on a language-by-language basis)

Viewing 25 results - 40,551 through 40,575 (of 68,950 total)
Skip to toolbar