Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 65,376 through 65,400 (of 94,540 total)
  • Author
    Search Results
  • #95101
    brucenow
    Member

    Got impatient. Deleted everything and reinstalled, since I didn’t have that much content anyway. Still have a problem with pernalinks whether the plugin is there or not. I’m using “BuddyPress Twenty Ten Child 1.0” by bp-theme-converts for my theme.

    #95097

    In reply to: next version of bp

    modemlooper
    Moderator

    Any day now. Why don’t you vote for BuddyPress in the mean time. :)

    https://www.packtpub.com/open-source-awards-home/vote-most-promising-open-source-project

    #95092
    Sven Lehnert
    Participant

    @cryptidresearch, In the next version will be an option for the header height ;-)

    #95091

    Alright, concrete feedback now that I’ve played with your features.
    1) Header image is too small. I would like options to have a larger image. I like 275 px
    2) Remove the search from the header. I’d like options to remove that. It’s unneeded for my site.
    3) Title. It’s currently behind the gray bar for the buddypress. Move it down?

    Now, I’m just learning PHP, been using HTML for years. New to WordPress in last year. Can I make the above changes somehow in the style.php? I hate to make changes and break it.

    I like that it uses the custom menus, so much of my information needs to be accessed in it’s categories.

    Thanx for the hard work!

    #95087
    Beck B
    Participant

    @DJPaul, where do I need to post a question like this to get a response?

    #95086

    never mind, figured it out. don’t use the # mark on the HEX number. :) Thanx! It’s looking good!

    #95082

    Alright, finding out the ups and downs of your theme. Good work! Wondering though, what code do I put into the theme options for the colors?

    #95078
    Boone Gorges
    Keymaster

    I like it. Thanks for sharing.

    #95077

    In reply to: User Blogs

    Boone Gorges
    Keymaster

    Hm. It almost sounds like the blog isn’t being created completely. Are you running any plugins aside from BuddyPress? Are you able to create new blogs through the Dashboard > Super Admin > Sites interface?

    #95076

    It would be nice if the header image was a bit taller

    #15794
    getmethod
    Member

    I’m not sure what I’m doing wrong. I enabled network in WP 3.0 and installed/activated BuddyPress. I can register as a new user and create a blog; however, I’m running into the following issues:

    1. When I click to view the blog, the page is not styled (even though I have a theme enabled for it).
    2. When I’m logged in as Super Admin I can see the default blog and user created blog in the Blog Directory. When I’m logged in as the subscriber/basic user, I only see the default blog in the directory and my user-specific blog under My Blogs. When I’m not logged into the site at all, I only see the default blog listed in the directory.
    3. Shouldn’t I be able to manage the blog I create as as “regular” user”? When I select Blogs>Dashboard (or any other admin tool under My Blogs), I am presented with a ‘page not found’ page.

    Please help…

    #95071
    Dwenaus
    Participant

    I eventually built a plugin that allow people to rate forum posts: https://wordpress.org/extend/plugins/buddypress-rate-forum-posts/

    #95070
    @mercime
    Participant

    @conectcahul glad you worked it out.
    As an aside, I remember that topic which you linked to from a year ago :-) Just saying, Sitewide tags plugin rules :-)

    #95067

    In reply to: Buddypress breadcrumbs

    paulhastings0
    Participant

    Could you post an example of your code?

    #95066

    In reply to: List pages in nav bar.

    @mercime
    Participant

    Not quite sure what you mean, but if you’ve deleted this line with wp_list_pages in header.php then you need to add it back,

    James
    Participant

    ok, with thanks to http://cleverness.org/2010/08/08/add-user-types-to-wordpress-and-buddypress/ found another starting point:

    Put this in you BuddyPress theme /registration/register.php file:

    `

    User Type A
    User Type B
    User Type C

    `

    Put the following code in your theme’s functions.php:

    `<?php
    /* Add sign-up field to BuddyPress sign-up array*/
    function bp_custom_user_signup_field( $usermeta ) {
    $usermeta = $_POST;

    return $usermeta;
    }
    add_filter( ‘bp_signup_usermeta’, ‘bp_custom_user_signup_field’ );

    /* Add field_name from sign-up to usermeta on activation */
    function bp_user_activate_field( $signup ) {

    update_usermeta( $signup, ‘signup_type’, $signup );

    return $signup;
    }
    add_filter( ‘bp_core_activate_account’, ‘bp_user_activate_field’ );

    function synchro_wp_usermeta($user_id, $password, $meta) {
    global $bp, $wpdb;

    $type = $meta[signup_type];

    update_usermeta( $user_id, ‘signup_type’, $type );

    }
    add_action( ‘wpmu_activate_user’, ‘synchro_wp_usermeta’, 10, 3);
    `

    This should create selection of account types on the signup page.
    If anyone knows how to update profile-loop.php, so that every account type would have different profile group, please share your opinion.

    thanks.

    #95064
    Anonymous User 96400
    Inactive

    @web_art
    The plugin can be fully translated, but I haven’t gotten round to translating it into German yet. To be honest, it’s quite low on my priority list, cause I only need it in English.

    #95060

    In reply to: Signup/Activation

    jebro
    Member

    I see, can you explain this a little more? I’m not very familiar with the buddypress code.

    #95056
    Bowe
    Participant

    Yep.. Although it does not do everything straight out of the box.

    You can create a Group where you can give support etc. The add the great “BuddyPress Group Documents” plugin to list your downloads. You can even let members of the group submit their own files (if you wish). You can extend your groups with Bug reporting and a task manager plugin named BP GTM System.

    This should get you started!

    #95051
    rich! @ etiviti
    Participant

    just wrote a plugin but for single wordpress only
    https://wordpress.org/extend/plugins/buddypress-pending-activations/

    Amethyst
    Participant

    Hi all,
    please forgive a newbie to BuddyPress for what may be a stupid question. How can I manually approve approve everyone who registers to use BuddPress on my site please? Is there a good plugion for this? Currently of course it does it without me checking who is applying to register and I need it to be only for certain folks. Any help would be appreciated.
    Smiles,
    Amethyst

    mephis1987
    Member

    Hi

    I intend to build a little website providing an open source application, pretty much like buddpress with support forums, a bug tracking system, svn repo… I can see myself using wordpress + buddypress since it has everything I need to instead of coding the site from the scratch. However, like buddypress, the app also has plugins and skins. I see that in the “Extend” tab, buddypress allows users to download the plugin file and each plugin is actually a group with its forums

    So I would like to ask if there is any plugin that already does the similar thing, creating plugins/files and link them to groups and forums. If there isnt, can somebody please shed light on the approach of doing it (customize buddypress / create a plugin) ?

    #95049
    withinsight
    Member

    One issue has come up: Users registering at site1.mysite.com are showing up as being registered for the mysite.com blog, not the blog running BuddyPress where they signed up (site1.mysite.com). I’ve set the BP_ROOT_BLOG to “2”, which is site1.mysite.com, but when they register they’re showing up in Super Admin > Users as registered for blog “1”.

    James
    Participant

    @hnla
    if you would look on the whole topic, you would see that discussion is about radio button with x selections, but discribed code includes only one selection, therefor my question seems a bit logical, as 60% of people here won’t be able to change code themselves (me too).
    people that were mentioned in previous posts were involved in this question, or those who would like to help.
    my problem? you could create poll to see, how many people would like to have this feature (I’ve seen last request few hours ago).

    definitely won’t disturb you any more, and your dog too :)

    thank you.

    Hugo Ashmore
    Participant

    @janismo take a care asking everyone and their dog to look at your problem :) you must allow some time, generally the people that can help are pretty busy themselves.

    Last post I saw mention of ‘Can only get one value for radio button’ radio form controls can only be in one state or value, if you were needing to see if a profile should do something based on a number possible radio selections can you not do:

    if radio == ” || radio == ” || radio == ” it’s probably a little long winded and better done by doing something like an array compare or some other more elegant approach.

Viewing 25 results - 65,376 through 65,400 (of 94,540 total)
Skip to toolbar