Skip to:
Content
Pages
Categories
Search
Top
Bottom

french date in profile fields

  • @drhoussem

    Member

    I use buddypress in French but i’ve a problem with the date format!
    dates don’t appear in French but in English :s
    I edited bp-core-template-tags.php and I changed the line 826 from:

    // Current date (January 1, 2010)
    $date = date( ‘F j, Y ‘, $time_offset );
    to
    // Current date (1 January 2010)
    $date = date( ‘j F Y’, $time_offset );

    The format is correct but months are always in English! any solution?
    Thank you.

Viewing 10 replies - 1 through 10 (of 10 total)
  • @drhoussem

    Member

    any replay?

    @drhoussem

    Member

    ???????

    @drhoussem

    Member

    heeeeeeeeeeeeelp please @r-a-y @hnla @mercime

    @djpaul

    Keymaster

    This has been addressed in BuddyPress 1.5; see how we did it — https://buddypress.trac.wordpress.org/browser/trunk/bp-core/bp-core-template.php#L166

    @drhoussem

    Member

    @djpaul Thank you very much I’ve fixed the problem :D
    I take the occasion of your presence here to ask you how to set mention notification in admin bar and if it is fixed in bp 1.5 give me the code because I wouldn’t update my website so far..

    @djpaul

    Keymaster

    I don’t understand what you mean

    @drhoussem

    Member

    OK! Sorry for my bad english :$
    I think in buddypress 1.2.8 members didn’t receive notification (in admin bar) when another member mention them!? I would that members receive that notification.

    @drhoussem

    Member

    especially when they are mentioned in forums

    @drhoussem

    Member

    @djpaul

    Keymaster

    Oh, that should be working. At least, I know it does in the latest version (1.5). We use 1.5 on this site, and I got an email and a notification (in admin bar) from you :)

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘french date in profile fields’ is closed to new replies.
Skip to toolbar