Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

  • Sean Infinitee
    Participant

    @sean-infinitee

    ps-thanks in advance for any advice!!


    Sean Infinitee
    Participant

    @sean-infinitee

    bump! anyone?


    Sean Infinitee
    Participant

    @sean-infinitee

    “Anyone, anyone….Bueller?”


    Sean Infinitee
    Participant

    @sean-infinitee

    I had similar problems with my theme and buddypress, but you can use CSS to tweak the profile screen elements into place…


    Sean Infinitee
    Participant

    @sean-infinitee

    Ok-after some more troubleshooting figured out that new users don’t show up on the site as having registered until they’ve logged in for the first time…is there any way to change this so that they still show up as being a new user without having to login first?


    Sean Infinitee
    Participant

    @sean-infinitee

    I am also a bit annoyed finding out this is not a built-in capability of BuddyPress as after months of developing and tweaking my site, I’m finally ready to launch only to hit this huge roadblock during user registration beta testing!

    Similar to the above, my site is a DJ and fan based members only community, which I have an approval mechanism setup and account registration types to be approved as a DJ. In order to approve new DJ profile submissions efficiently I need admins to easily be able to review profile details to see if it meets all criteria before approving.  I thought I would be able to manage this simply in the WP admin panel having purchased the BP User Account Type Pro plugin and using BP registration options, but apparently not so.  And judging by the fact that noone’s really responded to the requests above I don’t anticipate getting an an answer anytime soon, but per chance someone is willing or able to assist or point me in the right direction, would appreciate any help or hacks I might be able to use to accomplish this as soon as possible!!

    I know some html, have been learning css on the fly, and no real working knowledge of php, but clever enough to have figured most things out with firebug up to this point.  Really hoping there’s something already developed out there though. Other than this forum the folks I’ve spoken to about WP haven’t got any knowledge of BuddyPress so I’m gonna be pretty disappointed if I can’t get an any help from my only resource here and have to shell out $$ to pay someone to develop something that should be a given based on the BuddyPress framework, conceptually speaking.

     

    Thanks in advance for any assistance you can provide!!

     

    Regards,

    Se4n

    http://www.defendersofturntablism.org

     

     


    Sean Infinitee
    Participant

    @sean-infinitee

    Hey guys-hoping you can help me figure out what I’m doing wrong…if I can’t hide or remove the “community” tab then it would seem to be a pretty simple concept to change the order of the tab, but no luck with the above…not that php or css savvy but the instructions here are pretty straightforward so any help is appreciated!

    Using latest wordpress version and just installed buddypress yesterday so I would assume it is also the latest version.

    My website is http://www.defendersofturntablism.org

    I added the line `define( ‘BP_DEFAULT_COMPONENT’, ‘preferred_default_tab’ ); to wp-config.php above ‘//MySQL settings – You can get this info from your web host **//`

    Created bp-custom.php in plugins folder and added

    `function bbg_change_profile_tab_order() {
    global $bp;

    $bp->bp_nav = 10;
    $bp->bp_nav = 20;
    $bp->bp_nav = 30;
    $bp->bp_nav = 40;
    }
    add_action( ‘bp_setup_nav’, ‘bbg_change_profile_tab_order’, 999 );`

    Unfortunately all this has done is add the above line of code to the header of my site…can anyone help me figure this out??! Seems like it should be very simple. Ideally I want to have see the community tab go away and have the members section contain the buddypress activity, groups, forums, etc.

    Thanks in advance!!

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