Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 39,351 through 39,375 (of 68,915 total)
  • Author
    Search Results
  • #113059
    phoenon
    Participant

    OK. but as I said I’m doing test on a localhost server before uploading…so I would like to know when you can take a look for upload header and entry.php files for you to check. Maybe you could email me or something (just for avoiding keep the web with the issue) and as the register ir required I could also disable that feature.
    My email is phoenon @hotmail.com , and This, is the link.
    Thank you again boss!

    #113058

    In reply to: Buddypress – Twitter

    Nahum
    Participant
    #113046
    eCoylogy
    Member

    Thanks for your response!

    #113042
    Andrea Rennick
    Participant

    It’s automatically created at yourdomain.com/register/. If you;re logged in, you won;t see it… because you are already registered.

    #113039
    Andrea Rennick
    Participant

    @4elle then start saving up for a VPS.

    #113033

    In reply to: Buddypress – Twitter

    khester
    Member

    I am looking for something that when a user creates a post it will tweet to there “personal” Twitter account. Not a “site” account.

    #113032

    In reply to: Buddypress – Twitter

    Twitter Tools will do your blog posts. Are you looking for that or something else that would tweet group posts?

    #113030
    Steve Bruner
    Participant
    drwebstein
    Member

    Thank you for your response, mrpavlikov, but unfortunately it doesn’t appear to have done the trick for me.

    After closer inspection of your code, is it possible that the check_is_admin() function should use the Group ID as the second variable instead of the Activity ID? And if so, how do I reference the Group ID?

    In case it makes a difference, I’m using a different theme than the bp-default theme that is contained within the plugins/buddypress directory, so I made the change that you suggested to the ajax.php file within both my child theme directory as well as within the plugins/buddypress/bp-themes/bp-default directory. I also made the change to buddypress/bp-activity.php, but it doesn’t seem to have done the trick.

    Thanks again for your assistance, and to anybody else who might have some insight on the issue.

    #113026

    In reply to: Buddypress – Twitter

    aces
    Participant
    #113020

    Also posted here: https://wordpress.org/support/topic/multisite-vs-buddypress-strategy?replies=3 where folks had some answers :)

    MultiSite = Multiple blogs/sites
    BuddyPress doesn’t require multisite and it’s not a vs strategy, and more of a ‘What are your needs”

    BP plugins can certainly do what you want, but so can a custom post types, or separate sites on a Network.

    #113017

    In reply to: Navigation HELP

    jonobradley
    Member

    Thought I’d update this quickly.

    I’ve given up on trying to get the BP admin bar to work in tandem with PlatformPro navigation. Instead I’ve installed a Plugin (https://buddypress.org/community/groups/buddypress-sliding-login-panel) which creates a rather nice login/profile panel.

    My next job is to get all the profile/message screens working properly. The colors clash and dont work, does anybody know where I would look to edit these things?

    Site = http://www.doghousegamer.com/testsite

    Thanks,
    Jono

    #113010
    carlla
    Member

    =D This is working now! What nice thing! Thank you very much @shanebp

    #113008
    carlla
    Member

    @shanebp sorry my noob question, but what folder should I put bp-custom.php?

    #113006
    Paul Wong-Gibbs
    Keymaster

    Our in-development version of BuddyPress has had its theme updated for this and many other issues. If you’re familiar with SVN, you can grab a copy from https://svn.buddypress.org/trunk/ — if not, check out a live demo site at http://testbp.org

    #113004
    carlla
    Member

    @shanebp I tried that code, but I couldn’t get it working yet. Could you help me with it?

    On my functions.php I added bp_send_private_bzzt, bp_send_private_bzzt_link and bp_get_send_private_bzzt_link.
    I also added the buzzt link on my theme, but this new link gets me to a 404 page. I’m using the twentyten theme and bp-themplate-pack plugin.

    #112992

    In reply to: Importing Users

    cheezitman
    Participant

    Is there anything similar we could run as a cron job. So we could synchonize Buddypress with an external database?

    #112988
    Paul Wong-Gibbs
    Keymaster

    This is caused by your customisation, so I can’t offer a magic wand. The error means BuddyPress is expecting that bbPress has loaded and is trying to use it, but in fact it hasn’t been loaded. This is almost certainly an incorrect path somewhere.

    #112982
    mrjarbenne
    Participant

    In order for your users to register sites, you need to enable Multi-site. Once that’s done, you should be able to go into the Network Admin menu in the top right corner. From there, Settings on the Left has a Registration Settings area to Allow New Registrations. The available radio buttons allow you to decide whether your users can register Sites. This also enables the “Create A Blog!” option in the BuddyBar along the top.

    On the root site (where buddypress is installed I assume), I would leave the General Setting as subscriber. Your users will be Admin on their own blogs, but you don’t want them messing about with your root blog.

    #112979
    Roenok
    Member

    @mercime Registration works normally in WordPress, as well as on a clean staging site with all the same plugins.

    #112974
    tB
    Member

    Same here! I’d love to be able to use the great functionality of WordPress Users along with Buddypress and am quite surprised that I’m not seeing how to do this yet. I’d like to hear from others.

    #112972
    @mercime
    Participant

    @BuiltbyKids @Roenok deactivate BuddyPress and BP plugins. How’s registration on bare WP install?

    #112970
    dinoraptor101
    Participant

    Here’s the 100% working solution!!! thanks to John

    1 – Delete your group.. doing the other way around is impossible for non-developers.

    2 – Create a the new group..
    STEP 1 add title and description ( title will be used as the group slug )
    STEP 2 ( DO NOT SAVE SETTING AS IS!! I REPEAT DO NOT!!!! ) here’s what to do.
    in step 2 ((un-check)) the Enable discussion forums, and then check it again.. and THEN save settings..
    Step 3 avatar bla bla.. but the thing is :) it’s solved!

    How it works!

    the problem is stupidly simple.. that in some times.. ( not all buddypress installations for some weird reason either plugin conflict or a script timing error…

    the check of enable forums is saved as “null” instead of 0/1 imagine it as a multiple choice radio button..

    as long as you didn’t either.. it’s unselected.. but once you click.. it’s always 1 of the both and can’t be null…

    Why is this happening? even WPMU and BPMU geniuses couldn’t solve it for 2 years now ^__^’>

    #112963
    dinoraptor101
    Participant

    Here’s the 100% working solution!!! thanks to John

    1 – Delete your group.. doing the other way around is impossible for non-developers.

    2 – Create a the new group..
    STEP 1 add title and description ( title will be used as the group slug )
    STEP 2 ( DO NOT SAVE SETTING AS IS!! I REPEAT DO NOT!!!! ) here’s what to do.
    in step 2 ((un-check)) the Enable discussion forums, and then check it again.. and THEN save settings..
    Step 3 avatar bla bla.. but the thing is :) it’s solved!

    How it works!

    the problem is stupidly simple.. that in some times.. ( not all buddypress installations for some weird reason either plugin conflict or a script timing error…

    the check of enable forums is saved as “null” instead of 0/1 imagine it as a multiple choice radio button..

    as long as you didn’t either.. it’s unselected.. but once you click.. it’s always 1 of the both and can’t be null…

    Why is this happening? even WPMU and BPMU geniuses couldn’t solve it for 2 years now ^__^’>

Viewing 25 results - 39,351 through 39,375 (of 68,915 total)
Skip to toolbar