Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 52,026 through 52,050 (of 69,016 total)
  • Author
    Search Results
  • r-a-y
    Keymaster

    @peterverkooijen – I guess it’s possible to make sure display/real names are unique, but you still run into the issue of someone having the same name. The email address is unique; you’re right.

    peterverkooijen
    Participant

    @r-a-y (“Usernames are unique.”) Only when they are required to be unique. You could also require display/real names to be unique. The emerging standard is that the email address has to be unique. The @mentions system could check by the email address connected to the real name. There really is no excuse to keep a username at the center of all things.

    #79377
    Hugo Ashmore
    Participant

    @r-a-y yep works beautifully and of course one doesn’t remove the amended sql query just the function call in functions.php.

    #79375
    Hugo Ashmore
    Participant

    @r-a-y ah thanks I’ll give that a shot, but reverting the changes after successful completion will just produce the same issue if one dectivates/reactivates BP or am I thinking that through incorrectly (guess I’ll know after running it :) )

    r-a-y
    Keymaster

    @clivoo – The problem with using display names with the @mentions system is display names can be duplicated; people can have the same name (eg. John Smith). Usernames are unique.

    #79372
    r-a-y
    Keymaster

    @hnla – Sorry I forgot to write that the sql query in the previous post refers to bp-blogs.php.

    #79370
    Hugo Ashmore
    Participant

    @r-a-y what file are you referring to with that sql query earlier as at the moment each deactivation reactivation of BP simply wipes the reset fields in that table.

    Users seem correct.

    tbh I’m not prepared to waste too much time on this as it was only out of curiosity and I hadn’t intended trying to work WP 3.01 and BP 1.2.4 until both were at stable releases

    #79368
    r-a-y
    Keymaster

    @nuprn1 – $current_site exists in WPMU 2.9.2. Not sure why $current_site is not doing anything in the bp_blogs_record_existing_blogs() function.

    @hnla – See if the blog has a user attached to it. If it doesn’t, assign a user to the blog as an admin.

    rich! @ etiviti
    Participant


    *Page 1 of results is not sorting properly, at least on testbp.org; something weird is going on. But if you click through to page 5, for example, it does sort by real name correctly (“Aaron Brazell, Aaron Castaneda, Aaron Chaote”, etc). If you look at the link to their profile, that uses the username (as is designed), and in the case of Aaron Brazell, as an example, you see his username is nothing like his real name. But not on page 1.

    This is obviously a bug, as the latter pages work, and this is useful feedback. The BuddyPress developers can only fix bugs if people report them (https://trac.buddypress.org/).

    @DJPaul – same issue related to this trac ticket?
    https://trac.buddypress.org/ticket/1670

    #79363
    nig3d
    Participant

    @grosbouff @r-a-y

    if you want to have a look, suggestions are quite appreciated, thanks!
    if you want to help to finish the update, it will be appreciated too, because I need the plugin if I want to finish the professional social network I’d like to create.

    #79360

    In reply to: BuddyPress Maps

    Bryan
    Participant

    I have it installed as well, and it isn’t working for me either. Seems to install ok, but I never finds the addresses I put in user profiles. This is the error I get:

    “Your location was not found. Please try again by pinning your marker manually.”

    But the markers done work either.

    Anyone monitoring this that can help?

    #79359
    Bryan
    Participant

    I have it installed as well, and it isn’t working for me either. I don’t get an error message like that, but I never finds the addresses I put in user profiles. This is the error I get:

    “Your location was not found. Please try again by pinning your marker manually.”

    But the markers done work either.

    Anyone monitoring this that can help?

    Anointed
    Participant

    @thelandman
    Yes I am using wp 3.0 beta. Actually I have the post_types just about finished, a few more hours on templating a few more types and that will be done.

    example:
    http://deardaddy.org/sermons/ — multi-relational page with type ‘sermons’ related to types ‘podcasts, preachers, and locations’.

    Now I am at the point of wanting to include the post_types into the bp activity stream. That’s where I find a complete lack of any documentation. Appreciate the response though.

    #79355
    0815
    Participant

    @hnla
    i have a fresh install. i have no blogs created but the first default blog is not shown.
    it was no upgrade. i have installed the new bp 1.2.4.

    the admin bar is not shown my blog under “my blogs” and redirect me to “Home”.

    #79353
    abcde666
    Participant

    @Travel-Junkie

    Your advice worked like a charm !
    Thanks a lot !

    #79349
    0815
    Participant

    i have instert: INSERT INTO `cb_bp_user_blogs` VALUES(1, 1, 1);
    but it did not work…
    i have a fresh install of wp 3.0 beta 2 multisite and buddypress 1.2.4
    the values are correct because i have only one user and one blog (default or first blog) and the id’s are correct.
    whats wrong?

    eborg9
    Member

    I agree that something so obvious shouldn’t be that hard. I have only been using BP/MU for 3 months and WordPress for over 3 years, and the first couple of sites that I built, the username thing didn’t bother me, I assumed it was a setting or something that I overlooked. it was only while attempting to build an actual real world community that I noticed the limitation…and then searching around saw that this wasn’t something I was doing wrong…it’s the way it’s designed and that was really surprising.

    IF you just look at it’s basic description:
    “BuddyPress.org: Social networking in a box. Build a social network for your company, school, sports team “

    ..those are all instances where you would need an accurate listing of people by their names. I naturally assumed that it was configured to be used as such. I never dreamed that it wasn’t. How would you use this for a company if you need to know the employees usernames to find them in the directory? That’s not very useful.

    I guess I will have to find a developer so that I can use this in a real world application. I guess not enough people see this as a major flaw to do anything about.

    It just seems so simple, and so obvious, I can’t believe it goes ignored.

    #79345
    Paul Wong-Gibbs
    Keymaster

    I can’t spend the time checking this out @rossagrant for a while as I’m busy with other projects, but I will when I can.

    #79339
    russnm
    Participant

    @Travel-Junkie Thanks so much for the ‘missing blogs’ fix! It worked perfectly. Which is amazing since this was my first attempt to get ‘inside’ and ‘manipulate’ an online database. First I downloaded the backuped copy of the database to my local computer. Then downloaded and installed HeidiSQL so I could open the database and get the line of code you cited (i.e., “INSERT INTO `wp_bp_user_blogs”). I ran a search, found and copied the resultant code, then opened phpMyAdmin on my online (HostGator) server, clicked the SQL tab, pasted the code, and away she rode! Opened the site, and all the missing blogs (over 50 of them) were back! So again, THANK YOU for the clarity of your instructions. VERY MUCH appreciated!!!

    #79337
    nig3d
    Participant

    ok as promised I link the modified plugin. It’s not complete yet and I’m sharing it just because I know I couldn’t work on it at least for 2 weeks so if anybody wants to finish it, I think the original author won’t mind it. I won’t by sure.

    this is the temporary link:

    http://gameprog.org/buddypress-real-names.zip

    unzip it in the folder wp-content/plugin

    then use the dashboard to install it SITE-WIDE (otherwise it won’t work)

    then go to the x-profile setup and add a mandatory text box (I suggest to do it at least), called surname (or what you prefer)

    then add a new, NOT mandatory text box, you can call it “complete name: or such.

    then on the buddypress setup, you can click on the new real-name plugin setup.

    Choose the correct base field to use and the options you need.

    Of course the “real-names” won’t work until the user profile won’t be rebuild or modified.

    With the current version more or less half of the places where the username is usually shown, will show the name and surname.

    Unluckily BP is a mess with the username management and there are so many different functions to show the names that track all of them is a good effort.

    DO NOT USE for production version of BP.

    I will try to finish it if I will have the time, ray plugin is very useful to track all the functions used to show the username, but even ray had to make some nasty hacks to make them work almost everywhere.

    peterverkooijen
    Participant

    @thelandman, in my solution I use javascript to generate the username from the weird semi-optional xprofile fullname field, hide the username field on the form, use the email login plugin so members don’t need the username to log in, add more custom code to synchronize the fullname and the fullname-derived username to all the various similar fields in the database, etc. It’s messy, but somewhat workable.

    The point is that it should not be that hard. Using full names, Firstname Lastname, should be part of the core. Seeing that none of this is fixed in 1.2+ and probably will never be fixed, I have no plans to upgrade to newer versions of Buddypress and will continue developing my version as a fork, more suited for professional and business use. If anyone is interested in working with me on that, please contact me directly.

    arena
    Participant

    @mercime solved ! had to comment “AllowOverride None” in httpd apache conf file !

    arena
    Participant

    @mercime but apparently the issue comme from permalinks not solved by my apache install

    #79331
    John
    Participant

    Hi Dave,

    I installed 1.3.2 fine but when I try to chat I get an error inside the chat page

    Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /home/content/a/t/o/atomiccafe/html/upoubams/wp-content/plugins/buddypress-ajax-chat/bp-chat/chat/lib/class/CustomAJAXChat.php on line 14

    Here are the Lines:
    10 #error_reporting(E_ALL);
    11 #ini_set(‘display_errors’, ‘1’);
    12
    13 class CustomAJAXChat extends AJAXChat {
    14 public $bp_config = array();
    15 public $channels = null;
    16 public $users = null;
    17
    18 public $loggedin_user_fullname = null;
    19 public $xml_logout_url = null;
    20 public $loggedin_user_id = null;
    21 public $name_type = null;

    I have the latest BuddyPress on a single instance of WordPress 2.9.2

    Can you help?

    Thanks

    arena
    Participant

    @mercime thanks but already done !

Viewing 25 results - 52,026 through 52,050 (of 69,016 total)
Skip to toolbar