Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 524 total)

  • nicolagreco
    Participant

    @nicolagreco

    Nice Mariusooms,

    i’ll wait the stable release, i’ll run it on a production server when it’s done.

    It means i’ll contribute, sending patch with my code :)

    I love gpl


    nicolagreco
    Participant

    @nicolagreco

    Is your plugin compatible with 1.1?


    nicolagreco
    Participant

    @nicolagreco

    Go on your profile, click on Group, on your profile menu. In the second menu will appear a link with Create Group. Click there.

    Or http://yourdomain.com/members/yourmembers_slug/groups/create


    nicolagreco
    Participant

    @nicolagreco

    It seems to be a bug.

    Open a ticket in the trac https://trac.buddypress.org/newticket


    nicolagreco
    Participant

    @nicolagreco

    you have to:

    remove bp-themes dir in /wp-content/

    you have to copy bp-home & bp-sn-framework in /themes/

    activate bp-home

    And you will have the new theme.

    If you want integrate your theme with bp,

    add in the header of your css

    /*

    […]

    Template: bp-sn-framework

    */

    deactivate and reactivate your own theme.

    Nicola


    nicolagreco
    Participant

    @nicolagreco

    if you share the code we can help you.


    nicolagreco
    Participant

    @nicolagreco

    That’s the better way to learn dev languages


    nicolagreco
    Participant

    @nicolagreco

    Oh yeah Roy is right,

    if you’re not a developer and if you’re working on a production site, don’t upgrade, wait the stable release


    nicolagreco
    Participant

    @nicolagreco

    I replied you here -> https://buddypress.org/forums/topic/listmessenger-or-phplist-integration-plugin?replies=6#post-22429

    it’s better using built-in functions

    $uid = get_userdata($user_id);

    $uid->user_email;


    nicolagreco
    Participant

    @nicolagreco

    you shoud open a ticket in the trac here:

    https://trac.buddypress.org/


    nicolagreco
    Participant

    @nicolagreco

    I think that plugin will not work with buddypress 1.1


    nicolagreco
    Participant

    @nicolagreco

    i think is better use built-in function that queries the db to get user info.

    Try with

    function synchro_mailinglist($user_id, $password, $meta) {

    $uid = get_userdata($user_id);

    […….]

    $uid->user_email is the e-mail

    It’s better use built-in functions because they are safer and they apply the filters and wp actions


    nicolagreco
    Participant

    @nicolagreco

    Yep. jQuery is a good solution, but the code is ever in the page, with that code the label you don’t want is hidden, so it’s still in the page.

    Then, it depends if it satisfate you :)


    nicolagreco
    Participant

    @nicolagreco

    I suggest to un-expert people to wait, if you know you can write code to port your non-core album to the built-in component, feel free to use the Manoj plugin.

    That’s a good plugin, if you know you can, use it!


    nicolagreco
    Participant

    @nicolagreco

    In Italy it’s summer, i’m sure Giovanni will update his plugin when he’ll come back from holidays

    Nicola


    nicolagreco
    Participant

    @nicolagreco

    YourMembers plugin with some hacks worked.


    nicolagreco
    Participant

    @nicolagreco

    If you update to BP 1.1 the status component is in BuddyPress and does exactly what you’re looking for


    nicolagreco
    Participant

    @nicolagreco

    Don’t worry you can set up the existing bb forum with the BP 1.1.

    Maybe you’ll have some problems with the theme.


    nicolagreco
    Participant

    @nicolagreco

    I think you’ve some plugins that breake something, this error happen when ‘bp_adminbar_blogs_menu’ is not declared.

    Try to deactivate all plugins and reactive BuddyPress, and update us!

    Nicola


    nicolagreco
    Participant

    @nicolagreco

    How does it appear in the forum? (I mean in the forum not in the group side), to know if the bug is in xmlrpc requests or if it’s a bbpress bug


    nicolagreco
    Participant

    @nicolagreco

    Yep. Xml libraries on Linux are broken if olds, this is an old parsing bug..

    I’ts a libxml2 stuff, be sure to have everything updated, i had the same problem


    nicolagreco
    Participant

    @nicolagreco

    As Peter said, with the bp-sn-framework, is simpler, you need to add in the style.css at the top in the comment-header

    /*

    [….]

    Template: bp-sn-framework

    */

    deactive your current theme and reactive it again. (Remember it works only with 1.1-svn version).

    You have to put css you want in your style.css and they will be applied on the default registration page.

    Or you can copy from the bp-sn-framework the register.php to your theme dir, and edit html if needed

    Nicola


    nicolagreco
    Participant

    @nicolagreco

    Ok, you can use bpdev-groups-extra ( http://bp-dev.org )

    add a text field as described in the sample file and then apply a filter on the slug,

    i’m not sure it will work.. i will try and update you


    nicolagreco
    Participant

    @nicolagreco

    Ok. This post is too old guys, next time try to search before resuming a 7 months post :)

    Let’s close this thread

    – Nicola


    nicolagreco
    Participant

    @nicolagreco

    If you need to deactivate BuddyPress and the problem persist, delete wp-content/plugins/buddypress

    but this is not the best way :S Even if BuddyPress hasn’t yet deactivation hook in use..

Viewing 25 replies - 1 through 25 (of 524 total)
Skip to toolbar