Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 18,701 through 18,725 (of 68,966 total)
  • Author
    Search Results
  • #172521
    bp-help
    Participant

    @tayenewm
    The only certain way to find out if the theme is causing registration issue’s is to activate a known theme that works with BuddyPress like twenty twelve, or bp-befault and test it against registration and activation. If the issue is resolved after switching to one of these themes, then it is a theme issue and you would have to get support from that themes support forum should you choose to use it. Sometimes it is best to use a bare minimal theme when working with BP as the more code introduced by a heavy theme may have adverse issue’s when dealing with BP registration and activation. If you are familiar with the codex please review:

    Theme Compatibility & Template Files

    #172515
    rsherrin
    Participant

    Hello:

    I am using the Akita theme (ThemeBlvd). I have installed the latest versions of WP, BP, and my theme.

    I was expecting the latest version of BP to be compatible with my theme without any additional work.

    However, after installing BP and assigning the initial pages during setup (members/register/ activate) the layout of the pages is not correct. There are no sidebars, and a site directory appears at the bottom of the page.

    I have been looking for concise instructions on what needs to be done to finish the setup. I don’t have much experience doing advanced tasks, so I would like concise instructions that I can provide to someone with more skills.

    http://aaom.mb.ca/activate-bp/
    http://aaom.mb.ca/members-buddypress/

    Thanks
    Rick

    #172514
    rsherrin
    Participant

    Hello:

    I am using the Akita theme (ThemeBlvd). I have installed the latest versions of WP, BP, and my theme.

    I was expecting the latest version of BP to be compatible with my theme without any additional work.

    However, after installing BP and assigning the initial pages during setup (members/register/ activate) the layout of the pages is not correct. There are no sidebars, and a site directory appears at the bottom of the page.

    I have been looking for concise instructions on what needs to be done to finish the setup. I don’t have much experience doing advanced tasks, so I would like concise instructions that I can provide to someone with more skills.

    http://aaom.mb.ca/activate-bp/
    http://aaom.mb.ca/members-buddypress/

    Thanks
    Rick

    #172512
    Henry
    Member

    @hughshields

    This can only be explained as a huge job. You would need to know both CSS and HTML to achieve that. I’d suggest reading up on those two technologies if you’re just getting started. Some knowledge of PHP, JS and Ajax would be helpful too although you’d just need to know what parts of the templates are best to avoid messing with.

    #172510
    SK
    Participant
    #172509
    jslucas
    Participant

    thumb up

    #172505
    @mercime
    Participant

    @sooskriszta
    1. first create a folder in your hard drive e.g. buddypresstrunk/
    2. Open that folder and then right-click and click on SVN Checkout in box which shows up
    3. Then enter the link I gave above for BuddyPress trunk in the “URL Repository” input field which shows up and click OK button
    4. Watch as files are added into that empty folder

    #172504
    Henry
    Member

    @kingdgm

    BuddyPress with the help of the right plugins from the WordPress plugin repository (https://wordpress.org/plugins/) can do everything you’ve mentioned.

    11. Projects: Members can start projects and invite other members to join (kind of groups)

    This is the one point I’m not sure about off the top of my head. It may need some custom code as I’m not aware of a plugin that does this.

    #172500
    SK
    Participant

    @mercime Using Tortoise SVN.

    Tried importing https://buddypress.svn.wordpress.org/trunk/ but getting

    Error: POST of ‘/!svn/me’: 403 Forbidden (http://buddypress.trac.wordpress.org)


    @idavidson
    I apologize for hijacking your thread.

    coutain
    Participant

    I’m also having the same issue. I even installed a fresh wp 3.6.1 and a fresh version of 1.8.1 with no other plugins.

    Under BuddyPress pages this is no Register or Activate page available.

    #172496
    Henry
    Member

    @hnla apologies should have explained that a bit better – i’m not assuming, I think BP does the assuming. Take a look at the last line of Boone’s post:

    BP Theme Authors: make sure your theme registers 'buddypress' support

    3rdaxis
    Participant

    I think i spoke to soon about that working. In the front end the link looks good, but i had my own twitter account in place and so it looked like Twitter:(with my twitter name) when i would click that and thought it worked because i was already signed in.

    Once i place a new twitter name in the profile, the front end looks right, “Twitter: chevrolet” just pulled one out of a hat, or any other twitter account, it goes right to my own profile or to twitter home page if not signed in.

    So messing about i cam up with this ugly but working solution based on what was posted here.
    it now bring the name in from the xprofile field into the url. Before it was grabbing a field from the wordpress profile.

    <?php 
        if ( $string = xprofile_get_field_data( 'Twitter', get_the_author_meta('ID') ) ) { ?>
           <a href="https://twitter.com/<?php if ($string =xprofile_get_field_data( 'Twitter', get_the_author_meta('ID') ) ) { echo $string;} ?>" target="_blank">Twitter:&nbsp<?php echo $string; ?></a> <?php
        }
    ?> 
    #172489
    Hugo Ashmore
    Participant

    @henrywright-1 Why are you choosing to work that way rather than running with theme compat template files? You do have a choice no way is right or wrong though if running the older style template approach you would need to have declared add_theme_support( 'buddypress' ); to ensure js/ajax unlinked, there is an issue with this though in that BP tries to get this value too early so fails to bail out of the theme compat class, so it needs to be positioned outside of a hook such as ‘after_setup_theme’ to be run early enough for bp.

    Hugo Ashmore
    Participant

    Well for starters kill any plugins that might interfere with a registration process e.g facebook login ones – to test issues it’s always the instruction to disable all plugins working them back in until problem one is found.

    Other than that it’s hard to say there’s too little information. As far as BP 1.8.1 goes on a trunk install I appear to have no issues registering.

    jamesdonegan
    Participant

    Thank you for the response. It didn’t fix my problem, though. Registration still not working, unless the user registers with Facebook.

    http://finisjhung.com/Streaming/create-an-account

    HELP!?

    #172474
    SK
    Participant

    @kakilo

    I’m using these plugins combined: bbPress, BuddyPress and BuddyPress Media (rtMedia).

    I wish that the maximum image files uploaded in ‘album’ (bp-album, I guess) …

    I think it’s not from rtMedia

    It’s getting a bit confusing. You need to figure out which plugin is creating the album that you want to modify and then you need to ask that plugin’s author for support. BuddyPress does not provide any media capabilities by default, though that has been requested.

    P.S. rtMedia (previously known as BuddyPress Media) does create a Media tab. And it creates various albums under that tab.

    #172470
    kakilo
    Participant

    Hi @sooskriszta,

    I’m using these plugins combined: bbPress, BuddyPress and BuddyPress Media (rtMedia).
    I am also using a plugin to control membership access (PaidMemberShipPro), which give me codes to restrict content to only allowed users groups.

    In that case, I wish that the maximum image files uploaded in ‘album’ (bp-album, I guess) defined to a default value if the user is not from the member group allowed to have a higher number of images uploaded. (I know how to do that, but where can I define the maximum number of pics that a user can upload? (ike the max public images, max private images…)

    Thanks in advance,
    Appreciate any help.

    #172469
    pelasO
    Participant

    It was as simple as turn the restrict access to BuddyPress components to members only off located in the Cbox Theme Options.
    Once I identify the problem, I just add what I want to the maybe_redirect() in class.php function and problem solved.
    OLE MIS WEVOS PELUDOS!!

    bp-help
    Participant

    @3rdaxis
    Glad I could help! Good luck with your BuddyPress site! 🙂

    3rdaxis
    Participant

    Much thanks to you @bphelp. That bit of code worked like clockwork. Yeah, i see the issue with having the wrong name in the field, but i will have instruction to double check and hopefully the authors will take note.

    #172458
    @mercime
    Participant
    bp-help
    Participant

    @3rdaxis
    The problem is it would require that the username the user entered in the profile field to match their twitter id exactly. If not it may take them to god knows where. Anyway, this is untested but you can give it a whirl!

    
    <?php 
        if ( $string = xprofile_get_field_data( 'BIO', get_the_author_meta('ID') ) ) { ?>
           <a href="https://twitter.com/<?php echo get_the_author_meta('display_name'); ?>" target="_blank">Twitter:&nbsp<?php echo $string; ?></a> <?php
        }
    ?>
    
    3rdaxis
    Participant

    Thanks for your reply @bphelp I tried both codes and the second works to a point at where i need to be.

    The thing im trying to do is call the xprofile field which would be where the author would place their twitter, google+ or facebook id and show it as a link.

    The second code you gave me give the result Twitter:(and the user name i placed in the xprofile field) and as you would know takes me to twitter but not to the profile.

    Is there a way that you know that would replace “username” with that actual username?

    much thanks.

    bp-help
    Participant

    Or:

    
    <?php 
        if ( $string = xprofile_get_field_data( 'BIO', get_the_author_meta('ID') ) ) { ?>
           <a href="https://twitter.com/USERNAME" target="_blank">Twitter:&nbsp<?php echo $string; ?></a> <?php
        }
    ?>
    
    bp-help
    Participant

    @3rdaxis
    Untested but maybe something like this would work, in this example you would need to change “USERNAME” at the end of the URL to the persons twitter name. To get other URL’s to work you should just change the URL etc.

    
    <?php 
        if ( $string = xprofile_get_field_data( 'BIO', get_the_author_meta('ID') ) ) { ?>
           <a href="https://twitter.com/USERNAME" target="_blank" alt="twitter"><?php echo $string; ?></a> <?php
        }
    ?>
    

    As @henrywright-1 already stated “Replace BIO with your field name.”

Viewing 25 results - 18,701 through 18,725 (of 68,966 total)
Skip to toolbar