Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 43,851 through 43,875 (of 68,946 total)
  • Author
    Search Results
  • #100804
    Boone Gorges
    Keymaster

    Are you talking about the Home, About, Blog, Community, Extend, and Support tabs on buddypress.org? Those are WP Pages. In BP 1.3, there will be better support for having a setup like this that is totally customizable, but even now bp-default does something almost exactly like this.

    The way that individual user navigation (profile, activity, groups, etc) is laid out on this site is just like it is in bp-default.

    Or am I missing something?

    #100803

    In reply to: KosherHomemaker.com

    Shifra
    Participant

    Thank you! The slider is the Buddypress Sliding Login Panel plugin. https://buddypress.org/community/groups/buddypress-sliding-login-panel/ Once they sign in it’s sort of a “dashboard” for the members.

    #100802

    As it appears “here” on the buddypress.org home page

    #100801
    Lily
    Participant

    @jwack
    – Yep

    – Yes, it’s not the most accessible-friendly way to prevent splogging but we do require people use the code in order to register at all, instead of a captcha. And we haven’t had a single spammer since. But for the few who don’t know it, we also provide the link where they can easily find out what it is, especially if they feel too lazy to look it up (I would be, heh).

    Since our targets are mostly local people or former residents, they tend to know what the zip code is. If you have a genre-specific site, perhaps a similar technique could be applied? Or maybe a developer here could help you to modify the code so it applies only to the blog registration? I’m more of a front-end user/designer so altering other dev’s code is way out of my league >_<;

    #100800
    jwack
    Participant

    @lilyo
    Thanks for the response.
    – I already changed the reg. slug in wp-config.php (this would do the same thing correct?
    -That plugin would be awesome if it only allows blog creation with a special password, I want anyone to be able to register. You actually limit people to register on your site if they have a password?

    #100795
    Lily
    Participant

    @jwack

    hi, I had similar issues… even after removing the blog signup at registration, spammers would sign up, activate their accounts, and then create a new splog. to help cut down, I tried these steps:

    – changed my registration slug in bp-custom.php:
    define ( ‘BP_REGISTER_SLUG’, ‘join’ );

    – also added a redirect of wp-signup.php inside bp-custom.php:
    function register_redirect() {
    if (strpos($_SERVER, ‘wp-signup.php’) !== false ) {
    $url = ‘http://www.mysite.com/join&#8217;;
    wp_redirect($url);
    exit;
    }
    }
    add_action(‘init’, ‘register’);

    those two helped but didn’t completely remove the issue, this plugin really nailed it for us though:

    – installed this plugin: https://wordpress.org/extend/plugins/invitation-code-checker/ (since we have a local comm site, we just used a zip code as the invite code)
    Not sure how your site is set up but perhaps you can find a way to use it too, may even allow you to re-enable blog sign up at registration. It says Tested up to: WordPress MU 2.8.4 but I have WP 3.0.3 with network enabled and BP 1.2.6 and still seems to be working just fine.

    Most of these suggestions were pulled from helpful posts on BP, hopefully they help you out a bit =)

    #100776
    loveme
    Participant

    Has any body try this before?

    chestnut_jp
    Member

    Thanks for your reply, @andrea_r

    If so, why re-activating buddypress plugin makes a blog that the user belongs to show up in his/her “My Blogs” and listed in his/her “Blog Directory”?
    I do not remember when, but the old (previous) buddypress immediately showed the site blog in “My Blogs” of the user who is a member of that blog.

    It is weird that the user can post in the blog that is not shown in “My Blogs” nor not listed in “Blog Directory”, isn’t it?

    #100774
    kateM82
    Member

    Andrea you are a life saver, that worked perfectly and only took 2 seconds to do! Thank you & Merry Christmas !

    #100773
    chestnut_jp
    Member

    Thank you @djpaul and @hnla.

    Because I?am not sure nor have a good solutions, I hesitate to write trac tickets.
    Well, I will write tickets as just a bug report even without supposed solutions, from now on.

    #100768

    In reply to: BP multi site

    @mercime
    Participant

    https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
    Set which blog ID BuddyPress will run on – in your wp-config.php file add this

    `define ( ‘BP_ROOT_BLOG’, $blog_id );`

    where $blog_id is replaced with Site Admin’s blog ID #

    #100766

    In reply to: BP multi site

    dallen49
    Member

    Paul, I would like to know how to force my WordPress installation to run BuddyPress on only the Super Admin site, and not the member blogs. Could you guide me through the process. Thanks.

    #100765
    Dolphus
    Member

    Paul,
    I disable all plugins, revert to bp-default theme, and enable plugin buddypress, and new install bbpress, i try internal and the external….
    not working… still link broken…. error below…
    “PHP Warning: fopen(E:homenetworkservicemarketWebturmadoesporte/bb-config.php) [function.fopen]: failed to open stream: Permission denied in E:homenetworkservicemarketWebturmadoesportewp-contentpluginsbuddypressbp-forumsbp-forums-admin.php on line 238
    PHP Warning: fwrite(): supplied argument is not a valid stream resource in E:homenetworkservicemarketWebturmadoesportewp-contentpluginsbuddypressbp-forumsbp-forums-admin.php on line 245
    PHP Warning: fwrite(): supplied argument is not a valid stream resource in E:homenetworkservicemarketWebturmadoesportewp-contentpluginsbuddypressbp-forumsbp-forums-admin.php on line 245


    PHP Warning: file_get_contents(E:homenetworkservicemarketWebturmadoesporte/bb-config.php) [function.file-get-contents]: failed to open stream: No such file or directory in E:homenetworkservicemarketWebturmadoesportewp-contentpluginsbuddypressbp-forumsbp-forums-admin.php on line 150
    PHP Warning: fopen(E:homenetworkservicemarketWebturmadoesporte/bb-config.php) [function.fopen]: failed to open stream: Permission denied in E:homenetworkservicemarketWebturmadoesportewp-contentpluginsbuddypressbp-forumsbp-forums-admin.php on line 177
    PHP Warning: fwrite(): supplied argument is not a valid stream resource in E:homenetworkservicemarketWebturmadoesportewp-contentpluginsbuddypressbp-forumsbp-forums-admin.php on line 178
    PHP Warning: fclose(): supplied argument is not a valid stream resource in E:homenetworkservicemarketWebturmadoesportewp-contentpluginsbuddypressbp-forumsbp-forums-admin.php on line 179″

    #100761

    In reply to: KosherHomemaker.com

    jamierowe
    Member

    I think the site looks great! Is that a plug in that allows the registration drop down or did you code it out? I’m less than 24 hours into buddypress so I know nada!

    jamie

    #100759

    I have never seen this done, although I suppose it might be possible.

    You might be able to write a custom script to do this, but it would be rather complex.

    #100758
    twodeuces
    Participant

    I have updated the BuddyPress Auto Group Join plugin to work with WordPress 3.0. I haven’t looked at r-a-y’s Welcome Pack, but I’m sure it does a wonderful job too!

    #100753
    pcwriter
    Participant

    @janismo

    Oops sorry! My bad :-(

    Good catch.

    #100751
    r-a-y
    Keymaster

    Just to give a quick summary:

    – current standalone bbPress plugins are possible to use with BuddyPress, but they need to be ported over to WordPress/BuddyPress. Check out Rich’s BP Forum Extras plugin, which combines a few of them:
    https://wordpress.org/extend/plugins/buddypress-group-forum-extras/

    – forum editor tutorial:
    http://etivite.com/groups/buddypress/forum/topic/quick-tip-adding-markitup-to-group-forum-textareas/

    or:
    https://wordpress.org/extend/plugins/bp-tinymce/

    – lastly, like Paul mentioned, bbPress is getting a major rewrite from an external script to a WordPress plugin. This will directly impact BuddyPress in version 1.3/1.4. Don’t worry too much about it now. Just use the BuddyPress’ forum setup as-is. Everything will sort itself out!

    r-a-y
    Keymaster
    #100748
    r-a-y
    Keymaster

    Thanks for the fix, @herostrat.

    I’ve posted a patch for issue on the BP Trac:
    https://trac.buddypress.org/ticket/2556

    Thanks again!

    #100746
    Paul Wong-Gibbs
    Keymaster

    Do you need an external bbPress installation? If you don’t know why you need external instead of an internal install, you need to use internal — go to the wp-admin panel > BuddyPress > Forums Setup > “new installation”

    However, I don’t think this would break the URLs. You have a lot of plugins. Please can you disable them all AND revert to bp-default, and see if it is still broken? If it works, re-enable plugins one at a time and test until it stops working.

    Paul Wong-Gibbs
    Keymaster

    @ninamorena Wow, I’m not sure. That’s not a good thing to change. I assume you have a good reason for not installing WordPress at http://example.net/?

    @mercime I think so, I’ve not come across this before.

    #100740
    Paul Wong-Gibbs
    Keymaster

    Just checking in; haven’t had time to look, but haven’t forgotten.

    Josh McKenney
    Participant

    wondering if there has been any forward movement on this. searching for some other posts…

    #100732
    Mark
    Participant

    @hnla, Understood, but I did look through the forums already and had no luck, I also posted about this issue a few weeks ago and thought it got resolved but it didn’t so instead of re-posting the same problem over I replied in my original post to try not to make any duplicate postings. As for this particular thread I probably should of just sent a message to mike to see if he found an answer.

Viewing 25 results - 43,851 through 43,875 (of 68,946 total)
Skip to toolbar