Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

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

    In reply to: P2 Theme

    Mariusooms
    Participant

    We are actually working on this. As the co-author of the Group Blog plugin we are adopting the P2 theme as a base and making a child theme that ‘s based on buddypress’ look.

    To integrate with the Group Blog plugin we added new functionality that allows deeper blog integration inside your group which enables P2 to exist within the group. It will be very nice and we have some additional goodies coming which I don’t want to spoil yet :)

    Some of the templating functionality is already in trunk of the plugin for those who are adventurous or curious. It shouldn’t be to long out for a release as we are actively developing for BP1.2.

    I’ll keep ya’ll posted on the forums on the progress.

    #66371

    In reply to: Editing home page

    modemlooper
    Moderator

    Buddypress pages are not listed in the admin. To edit those you need to make a child theme.

    https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/

    If you want to make additional pages you can via admin like you do any normal WP blog. Admin >> Pages >> add new

    If you know how to make wordpress page templates you can create anything you want and then in admin >> settings >> reading choose your custom page as the static front page.

    Paul Wong-Gibbs
    Keymaster

    Get in contact with https://buddypress.org/developers/boonebgorges/ or look for his blog posts and WordCamp presentations (http://wordpress.tv/2010/01/23/boone-gorges-buddypress-boston10/), he’s done this @ http://commons.gc.cuny.edu/

    #66365
    ads1018
    Participant

    Well, I had manually installed buddypress and I activated the parent theme. You’re not supposed to do that.

    However, now you can just install buddypress right through the plugin directory. Makes life real easy!

    #66364
    Carl Chapman
    Member

    This is a HUGE bug. How can you have a social networking plugin that lets people put in a name with spaces and when they do that, it breaks the whole plugin?

    Is anyone on the dev team working to fix this issue? Seems like it has been around for a while.

    Even THIS site is broken because of it.

    #66363

    In reply to: Images in BuddyPress

    draganbabic
    Member

    I would gladly, however I see that they only accept PayPal as a payment option, which I sadly don’t have.

    #66361
    modemlooper
    Moderator

    I tried jqtouch and uikit and both had some JavaScript conflicts with some plugins.

    #66359

    In reply to: Images in BuddyPress

    shane_m
    Member

    @draganbabic please let me know if that solution worked for you I am working on a site similar to what you are doing in terms of function.

    #66357
    oracleappscommunity
    Participant
    #66353
    Michael Berra
    Participant

    YEP – agree: Great job so far. Really looking forward to this!

    #66352
    David Bisset
    Participant

    Viewing this on my iphone right now and it look pretty good. I always wanted to see a BP iPhone theme. Also am looking into jQuery / jQTouch into making a BuddyPress actually look like an iPhone app but first things first.

    Great job so far.

    Tosh
    Participant

    Any ideas?

    #66346
    Tim Nicholson
    Participant

    I would like to know this is as well? Is there an easy way to get BP to use the “user nicename” (which doesn’t have spaces)… or even the “login name” would be acceptable (although not preferred).

    #66344

    In reply to: P2 Theme

    Scotm
    Participant

    Well P2 will work with BuddyPress, but finding a way to make the PS2 style sheet take effect has proven tricky. The page makeup for P2 is queer at best, with the sidebar called for just inside the top wrapper <div>.

    But even after duplicating the page format in the BP template files as directed, the styles don’t seem to take effect. The only solution I’ve found is to hack the bp.css file extensively but even this is less than satisfying.

    #66343
    finni3
    Participant
    #66339

    In reply to: BuddyPress Like

    Alex
    Participant

    @paulhastings0, @Anointed, @Rbl

    Thanks for letting me know about the bugs, 0.0.7 fixes the ‘You do not have permission to do that.’ error you have been experiencing.

    @Rbl

    0.0.7 also fixes the issue of display options not being saved. However, it doesn’t address your other issues:

    * “%user% likes an activity” type updates will not be translated into the custom version, as these have been saved to the main BuddyPress Activities table of the database *prior to the custom messages*. So I think the ‘untranslated’ activities you are seeing were made before you upgraded? That’s why they appear to be untranslated after you hit the ‘View more’ button.

    * I cannot confirm the bug you noticed about ‘View more’ button not working; but I’ll do a bit of testing to find out!

    * The ‘View likes’ button currently doesn’t appear on ‘mini’ activities, this is intentional due to styling problems, however that will be fixed in a later version.

    @epsi>

    The custom messages are not intended to be translations as such, but to allow site admins to change ‘like’ to ‘love’ or similar. This is just to allow flexibility. Localization comes from the defaults being provided in the desired language.

    #66338
    Hugo Ashmore
    Participant

    Have to admit I had no idea there was another registration.php page and it would have never have occurred to me to look in the bbpress folder.

    This kinda worries me really why is this required and also a password reset file, it feels as though it’s a bad hangover from earlier days and ought to be removed.

    Is it not time that this bbpress thing be integrated fully or at least forum capabilities simply part of BP core .

    I have deleted this registration file and will be interested to see if it clears up the remaining few spam signups still being received

    #66337
    newtraider
    Member

    Sorry about that. Yet another senior moment!! Should have put in http://www.mysite.org/wp-admin.

    Norman

    #66336

    In reply to: BuddyPress Like

    Alex
    Participant

    Okay, that was an embarrasing release! But thanks for your patience guys, sorry for the mess up!

    BuddyPress Like 0.0.7 is now available.

    * Fixes a couple of major bugs

    * Bug fixed: Posts, drafts etc would not be saved, giving error “You do not have permission to do that.”

    * Bug fixed: Could not save ‘Likers Visibility’ options from the BuddyPress Like settings screen

    #66333
    Tosh
    Participant

    Turns out the username has a space in it. I modified it directly in the database to remove the space and it works now. Anyway make this work without modifying the database directly?

    #66331
    Windhamdavid
    Participant

    when you activate Buddypress, you enable this function

    function bp_get_signup_page() {

    global $bp; if ( bp_has_custom_signup_page() )

    $page = $bp->root_domain . '/' . BP_REGISTER_SLUG;

    else

    $page = $bp->root_domain . '/wp-signup.php';</p>

    return apply_filters( 'bp_get_signup_page', $page );

    }

    which redirects your wp-signup.php page to your BP_REGISTER_SLUG.

    in order to change that url slug ~ modify your register slug in your wp-config.php by adding this line.

    define( 'BP_REGISTER_SLUG', 'whatever_you_want_to_call_it_no_spaces_or_weird_characters' );

    above the line. /* That’s all, stop editing! Happy blogging. */

    #66330
    zageek
    Participant

    I found this plugin and it seems to allow you to moderate new users I think this will help everyone a lot:

    http://webdevstudios.com/support/wordpress-plugins/buddypress-registration-options/

    #66323
    FayssalF
    Participant
    #66322
    Devrim
    Participant

    I think it is bad. See I found out that they are actually making Google believe,

    http://u.kodingen.com/vLZ4B

    This makes our site look like we are affiliated, or we are phishing web site if nothing, it’s bad.

    Could that post be removed or that comment deleted ?

    google search: http://bit.ly/9ALjBc

    #66320
    Tosh
    Participant

    Another issue here, when somebody clicks on this: http://www.p3blog.net/members/gm-luke/

    They get redirected to the home page.

    Is the – in the username an issue? My permalinks structure is not default either.

    1. Which version of WP/MU are you running? 2.9.1 Single WP

    2. Did you install WP/MU as a directory or subdomain install? http://www.mysite.com

    3. If a directory install, is it in root or in a subdirectory? root

    4. Did you upgraded from a previous version of WP/MU? If so, from which version? No

    5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes

    6. Which version of BP are you running? Version 1.2.1

    7. Did you upgraded from a previous version of BP? If so, from which version? No

    8. Do you have any plugins other than BuddyPress installed and activated? Yes

    9. Are you using the standard BuddyPress themes or customized themes? Using BuddyPress Template Pack

    10. Have you modified the core files in any way? Yes, to fix the avatar upload issue:

    bp-core-avatars.php line 389

    Replace:

    if ( !$path = get_option( ‘upload_path’ ) )

    $path = WP_CONTENT_DIR . ‘/uploads’;

    With:

    if ( !$path = get_option( ‘upload_path’ ) )

    $path = WP_CONTENT_DIR . ‘/uploads’;

    else

    $path = ABSPATH . $path;

    …and report back?

    https://trac.buddypress.org/ticket/1970

    11. Do you have any custom functions in bp-custom.php? No

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Not using bbPress.

    13. Please provide a list of any errors in your server’s log files. – Nope, shared server.

    14. Which company provides your hosting? Hostgator

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