Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 54,126 through 54,150 (of 69,016 total)
  • Author
    Search Results
  • #74662

    In reply to: BuddyPress Spam

    vast76
    Member

    I havent had a spammer registration since i used the “WMPU block spam by math” plug-in. i was getting 20 a day, and now absolutely zero.

    https://wordpress.org/extend/plugins/wpmu-block-spam-by-math/

    #74660
    techguy
    Participant

    If you’re going to create a theme from scratch, then you definitely want to use the child theme so that it’s ready for the next time you have to upgrade BP. Although, the default theme is a good place for you to start since it uses all of the BP features and you just have to change the style, layout, etc. Or you could find an open source BP theme and just adapt it for your needs as well.

    Otherwise, you can download the BuddyPress Template Pack which will try and convert your current WP theme into a BP theme. No doubt in this process of converting it to a BP theme, there will be changes you’ll need to make to make your old WP theme display right with the BP components layered on top.

    Word on the street is that either option takes about the same amount of time. Kind of depends on what kind of WP theme you have already. Otherwise, probably better to just create a child theme.

    #74659
    @mercime
    Participant

    There’s another BP Events solution for BP 1.2+ per this topic

    Cheers.

    #74657
    gideonse
    Participant

    Well, it’s only a ten minute job if you know how to hook it into the registration page.

    #74656

    In reply to: Buddymatic 1.2

    Jeff Cole
    Member

    As previously reported, when I activate either the Coffee with Friends 1.0 by Daisy Olsen theme or A Thematic/Buddymatic Child Theme 1.0 by Ron Rennick (after moving the files from the Buddymatic folder into the themes folder) I get the message saying “You’ll need to activate a BuddyPress compatible theme to take advantage of all of the features.” I’m using Buddypress 1.2.3 and Buddymatic 1.2.

    @Mariusooms, @Ron R As suggested in https://buddypress.org/forums/topic/buddymatic-12#post-46675 I am wondering where to add Tags: buddypress in the style.css in the Buddymatic folder especially as there is already the following in the comments: TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats, buddypress – buddypress is there anyway!

    Have I missed something obvious?

    #74654
    widgetlaboratory
    Participant

    We’ve just finished converting the WooThemes “Headlines” template, and it is well suited for Buddypress. You can see it at http://LabSecrets.com

    We found that this template required us to modify the structure and add some new css. Once we did this, it was easy-enough (though just required the time to copy/paste) to replicate across the rest of the theme.

    Probably going to try this next on the “Canvas” theme. This time might try to see if there is a way to do it without changing the id labels or adding extra div-tags (but not likely given the fact that the “container” and “content” div’s are used 2x, thereby necessitating the name changes for the inner (they’re used once by woo and then once again in the bp default template….which makes the css problematic….sigh…)

    Here are the structures we modified (using group folder as the example):

    TOP OF THE PAGE:

    <?php get_header() ?>

    <div id=”container2″ class=”col-full”>

    <div id=”content2″ class=”col-left”>

    BODY OF PAGE….CONTENT HERE… OMITTED….

    BOTTOM OF THE PAGE:

    </div><!– #content2 –>

    <?php do_action( ‘bp_after_directory_groups_content’ ) ?>

    <div id=”sidebar” class=”col-right”>

    <?php locate_template( array( ‘sidebar.php’ ), true ) ?>

    </div><!– #sidebar –>

    </div><!– #container2 –>

    <?php get_footer() ?>

    Jeff Sayre
    Participant

    As r-a-y just pointed out, it is called an external install of bbPress because it is external to BuddyPress. So, there is no secret BP code to make it work. You need to integrate bbPress into WordPress.

    Once that is successfully accomplished, you then place a link to your separate, external forums within your BuddyPress site. Now, if you want to make your bbPress site look as if it is part of BP, then you have to theme your bbPress to look like the BuddyPress theme you are using.

    That is all that was done on the BP.org site–an external install of bbPress with a theme that matches that of the current site theme so that the two appear integrated. In reality, bbPress is not integrated with BuddyPress at all. The bbPress theme does need a function call or two to make the BP menus work within bbPress, but that is covered in a number of other threads.

    Have you seen this thread? Perhaps this will provide more insight on how to integrate bbPress into WordPress: http://www.wpmods.com/integrate-wordpress-bbpress

    #74652

    In reply to: BuddyPress Spam

    1stAngel
    Participant

    I changed the signup page name, stopped all new registrations across all blogs, added to the htaccess page and STILL get signups.

    I asked over at wpmu and they say it is Buddypress causing this and to ask here but I see that BP blame WPMU.

    Great!

    r-a-y
    Keymaster

    It’s not a code thing, Dainismichel.

    If it was a code thing I would have posted it.

    I’ve said this before and I’ll say it again… an external install of bbPress (which is what you want) has absolutely nothing to do with the BuddyPress admin area. It’s between WordPress and bbPress.

    Numerous others (me included) have given you the correct procedural steps to integrate an external install of bbPress. Furthermore, lots of people have come into these forums and have successfully integrated an external bbPress install properly. You’re basically looking at the instructions and interpreting them differently.

    Granted, as we’re not all technical writers like you are, our instructions might not be as clear as you want them to be, however we are trying our best!

    Without hand-holding, we can’t physically do this for you.

    #74648
    netingenuity
    Member

    I will answer my own question. I called tech support at hostmonster.com and the second guy I spoke with was very helpful. He looked at the .htaccess file in the /subdir and saw that SimpleScripts had not properly configured it. He edited line 2 to read:

    RewriteEngine On

    RewriteBase /~username/subdir/

    Substituting the actual username and subdir for the placeholders I wrote above.

    HTH

    dainismichel
    Participant

    r-a-y, i started with that 2 months ago. Honestly, I’m frustrated. It seems like I can’t even throw money at this issue. I have an elance job post and the folks who’ve replied can’t do what I’m asking…I’ve posted that I’m willing to pay for this answer here at BuddyPress.org…and no one has responded…and buddypress.org has the forum categories working here…and to date has not shared the procedure and code that could allow users to do the same.

    I’ve been trying to release a basic install of BuddyPress that works like BuddyPress.org for one year. I have 19 years experience as a technical writer (albeit off and on), and I’ve offered to help BuddyPress with documentation in exchange for assistance. I’ve offered to make videos, and yes, I’ve posted in more than one thread. I’m a proficient “hack,” so to speak, and am happy to mess with code, however, I’m not a programmer and I just don’t understand the back end of BuddyPress the way you do…

    ..can you expain why you haven’t shared the code? Or rather, can you just share the code? I mean, asking me not to bump several posts…after months of my effort in trying to do something most likely so simple that it’s just figuring out a file path and the right file in which to call a particular function…which is really hard for me to figure out…but most likely you and several readers of this post

    know how to do and are just not sharing

    …is just frustrating…

    can you relate?

    I mean, I’ve been at this for a year and what I’ve wanted is:

    1) a BuddyPress install that works like BuddyPress.org, which means:

    1.1) the forum works the way the BuddyPress.org forum works

    1.2) the look and feel is consistent for the main and user blogs

    So, maybe I’m wrong, maybe this isn’t easy for you…maybe you don’t have access to the code…or there is something else going on…but geeze can you relate at all to how frustrating it is to be sitting here, and, my assumption (which could be wrong) is that all you’d need to do is share a few PHP files and some quick instructions, and I’d be off and running…

    …and a few other folks have gotten in touch with me with a) willingness to split the costs of figuring this out b) asking me to get in touch with them when and if I do wind up receiving an answer.

    …so those folks might be shy about coming out with their desires, because they don’t want to be treated harshly.

    …and frankly, how am I supposed to feel with you posting

    “Use the bbPress admin backend to create your forum categories.

    /yourdomain.com/your-bbpress-install/bb-admin/”

    …yeah…ha ha…like I wasn’t back there 2 months ago…you know…it’s hard not to get sarcastic and just say “thanks for not helping” you know?

    …honestly, how do you expect me to take your reply?

    I mean, are you guys going to share the code and procedure for creating what could be called “Main themes” “Forum Categories” or “Sub Boards”

    and not just creating them in the backend, because that is really easy…

    …are you going to share the code and procedure for creating and displaying them or not?

    It’s hard for me not to be upset about this issue…because it’s been so incredibly long…and I just feel like the developers, for whom this is likely a super easy issue, are really just “code hogging,” which frankly, I find simply mean. Especially when I’ve sincerely offered to create documentation in exchange for help…and I’m a documentation professional…so I’m not talking about slacker beginner docs.

    So really, can you give me a straight up yes or no? Cuz this issue is really tiring, and I don’t feel like beating a dead horse anymore…

    …if you won’t reveal the procedure and code, please explain why.

    …if you won’t reveal the procedure and code, please help me figure out where i can get the answers to these issues either at a developer forum or in a paid coding community… i mean, is wpmu dev the right place where people would share both code and a procedure so that folks can move forward instead of going round and round in circles?

    It would really help if you could clear these issues up, cuz it’s also tiring for me to continue expecting to receive help (in a positive environment), and well, I just might be wrong about my expectations for help and I might be wrong about what this forum offers.

    I just figured you’d be willing to share the code and a procedure.

    …ok…enough circling around the same issue…it’s clear what I need, what I want to do, what I’ve offered repeatedly to get it…so I’ll look forward to any replies this post receives and any assistance I can get in displaying forum categories.

    #74646
    r-a-y
    Keymaster

    BuddyPress.org uses gravatars for avatars.

    #74641
    netingenuity
    Member

    I have the same problem but a different setup. The site is hosted by hostmonster.com, so I can edit the .htaccess file (or create one if necessary)–if I could learn what the .htaccess file should say. In my root directory is an installation of WordPress MU. The domain does not yet point to hostmonster.com’s name servers so I must access the WP installation and the wp-admin files via the IP address. This works fine and I don’t want to mess what I have there. In a subdirectory off the root, I did an installation of BuddyPress. http://[ipaddress]/~username/subdir shows me the front page of Buddypress the default theme. But all of the links result in 404 errors. They are looking for http://[ipaddress]/~username/subdir/activity or http://[ipaddress]/~username/subdir/members, etc. and those directories don’t exist. What am I doing wrong? TIA!

    #74637
    Tosh
    Participant

    Ok, guys. I requested for it to be added to the WordPress.org Plugin Directory. Wish me luck! How long does it take to get accepted for the first time?

    BTW, where should I add this chunk of code so when admins delete a update they don’t get points taken away.

    global $bp;

    if ( !$bp->loggedin_user->is_site_admin )

    return false;

    #74636
    r-a-y
    Keymaster

    This is an old thread.

    Basically, the WP-reCAPTCHA plugin needs to hook into the BP registration page actions for it to work.

    It’s a 10-minute job at most.

    #74634
    gideonse
    Participant

    It’s not showing up on my signup page either. I’m using BP but not MU.

    #74632

    In reply to: Buddypress breadcrumbs

    3sixty
    Participant

    ha HAAA breakthrough.

    I figured out this much. But is there any logic or autodiscovery to it? Or does it just create “dumb” objects that you have to push around by hand (such as, “if you are on the groups page, display breadcrumbs x, y, and z”). In the readme.txt, JJJ says automatic adding of breadcrumbs is planned, so maybe that is the “smart” phase of this.

    <style>
    .breadcrumb-wrapper { border: 0px solid red; padding:3px; height:25px; clear:both }
    .breadcrumb-list { border: 0px solid green; height:25px }
    .breadcrumb { float:left; margin:2px; border: 0px solid blue }
    </style>

    <?php
    /* put function bp_breadcrumbs_add( $name, $url, $desc, $parms, $img ) in places you want to add a breadcrumb */
    // global $breadcrumbs_template; var_dump($breadcrumbs_template);
    if (bp_has_breadcrumbs()) {
    bp_breadcrumbs_add('Members', '/members');
    bp_breadcrumbs_add('Groups', '/groups');
    bp_breadcrumb_display( ' > ' );
    }
    ?>

    #74623
    Kunal17
    Participant

    Hey Tosh,

    Never made a plugin myself so can’t help you in that matter. But thanks a lot for making the effort, your plugin will be very useful once its ready.

    #74620
    3sixty
    Participant

    I would really, really love to learn how to create new types of notifications.

    I’ve been tracking this topic for a few weeks now. I’ve figured out the functions for inserting a notification into the database, but for some reason, a notification is not generated to the user:

    https://buddypress.org/forums/topic/how-do-i-create-a-notification

    #74618
    3sixty
    Participant

    I still can’t figure out how to ping the user. This would be a good topic for Buddypress Gurus to think about for a FAQ or developer guide.

    #74617
    Tosh
    Participant

    Looks like it’s working! :D Awesome sauce!

    #74612
    José M. Villar
    Participant

    Congrats Sven, I read that article some days ago and forgot to post it here, my bad !

    You have all the praise well deserved, bis spater !

    #74611
    Sven Lehnert
    Participant

    version 1.0.8 is out now, with a lot of bug fixes.

    And I am really happy to read this article, have a look:

    http://wpmu.org/optimize-buddypress-for-search-engines-with-the-newly-updated-seo-plugin/

    #74609
    MrMaz
    Participant

    In case anyone hasn’t come across it yet, there is a new sub-blog entirely dedicated to the future of the BuddyPress API.

    Please check it out! https://api.buddypress.org/

    #74607
    jpittssr
    Participant

    On my site I see a similar problem with a small difference, I have people register which makes them a “Subscriber” but they never confirm by email. I am not sure that all of them get the new user email or if my host trash cans some of them.

    Anyway, this leaves me with registered WP users that are not site members in Buddypress.

    My wish list would be for a plugin that would allow me to delete any WP user that had not confirmed in some time period.

    This is a self hosted site with WP 2.9.2 and the users cant write to the blogs so I don’t have that clean up to worry about.

    Ed

    http://www.carvingbuddy.com

    .

Viewing 25 results - 54,126 through 54,150 (of 69,016 total)
Skip to toolbar