Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 38,526 through 38,550 (of 68,915 total)
  • Author
    Search Results
  • #115195
    tonydbaker
    Member

    Did you ever create a wordpress/buddypress plugin for this? I need to limit characters on activity, but I’m not a programmer. I can activate a plugin though! Also, I need to limit characters on a couple of custom profile fields. Thanks and Let me know!

    @r-a-y

    Updates to forum posts. They have been there since March, when we went live!

    #115191
    elliotrobert
    Member

    Thank you for your time Ray. Your recommendation for blog post worked as stated. I’m finally making some head way.

    The user profile is another matter. when it comes to the user profile, I feel like a three-legged cat trying to bury a turd on a frozen pond. I’ve copied the single folder out of the buddypress default theme folder and placed it in my active wordpress theme. I’ve gone through and edited each file in the folder trying to get some kind of change to happen to my profile page, but nothing. Have I understood you correctly? The home.php file is the file that dictates the relationship of the others? Am I to transfer the single file to my wp theme and then edit the original or the one I’ve copied? I’ve done both with no result, then deleted both with no result.

    Any Ideas would be cherished! Thanks for your time again.

    #115188
    Stigmartyr
    Member

    p.s. If this helps, here’s what I was told by my theme designer:

    “Ask if there is a conditional statement from BuddyPress that lets the page know the page is a group forum directory. Once you get the conditional statement open page.php and find:

    `ID, ‘ghostpool_layout’, true) == “Full Width”) { ?>`

    Replace with:
    `ID, ‘ghostpool_layout’, true) == “Full Width” OR is_group_forum()) { ?>`

    Where is_group_forum() is the conditional statement.

    #114551
    Paul Wong-Gibbs
    Keymaster

    As long as you haven’t edited the core BuddyPress files, you should be able to delete the BuddyPress plugin folder, and reinstall it. It comes with a copy of bp-default, which should clear your error.

    Did you upgrade BUDDYPRESS to the latest 1.2 version?

    You can get the latest in the 1.2 series from https://buddypress.trac.wordpress.org/changeset/4550/branches/1.2?old_path=%2F&format=zip (at time of writing. SVN is https://svn.buddypress.org/branches/1.2/)

    thebeanieman
    Member

    Hello,

    When I go to ‘Appearance >> Widgets’ the Widgets on the right wont open. Like the Text widget, I cant open it to edit the contents.

    It gives this error:

    f.easing[e.animatedProperties[this.prop]] is not a function
    /wp-admin/load-scripts.php?c=1&load=jquery,utils&ver=fb5c271ac01e8186b23ece33d5ce4961
    Line 18

    This only happens when ‘BuddyPress Template Pack – Version 1.1.3’ is active with 3.2-RC1.

    Thanks

    #115163
    Andrea Rennick
    Participant
    #115159
    David Dean
    Participant

    BuddyPress’s registration page and process don’t use the hooks WP-reCAPTCHA is expecting.

    Here’s a small (~40 lines) plugin to make the reCAPTCHA field show up and be processed during registration. This has only been tested on single-site installs, and probably won’t work (or will mess up) a multi-site install, because that will trigger different behavior from WP-reCAPTCHA.

    http://www.jerseyconnect.net/development/download/bp-recaptcha.zip

    #115158
    Marian
    Participant

    @en0ch

    So sorry I didn’t see your request for more help. I have my settings to be notified of any @mentions and replies to my forum posts but for some reason I did not receive any notification that you had replied. Not sure if it’s a problem with BuddyPress.org notifications or what.

    Anyway, it’s probably too late and you hopefully found a solution already, but I’ll post this here just in case you or anyone else are still looking for a way to disable the random visit menu in the BuddyPress admin bar without disabling the admin bar itself.

    Rather than explain the inadequate solution of changing #bp-adminbar-visitrandom-menu display to none in the stylesheet, let me give the function override solution instead:

    In your theme’s footer.php file, right BEFORE it says “, add the following code:
    `
    <?php
    if (!is_user_logged_in()) {
    remove_action( ‘bp_adminbar_menus’, ‘bp_adminbar_random_menu’, 100 );
    }
    ?>
    `
    That’s if you want the random visit menu to be removed only for users who are not logged in.

    If you want it to be removed for all users, whether or not they’re logged in, use this simpler code instead:
    `
    <?php
    remove_action( ‘bp_adminbar_menus’, ‘bp_adminbar_random_menu’, 100 );
    ?>
    `

    I see that the font for the code I just posted is not clearly legible in places. Please note that the remove_action line ends with a semi-colon ;

    HTH
    :-)
    Marian

    #115146
    @mercime
    Participant

    Sure you can create a Page Template and use that to create a new page – especially for the “blog” portion of the site. You can create category-buildings.php and that will show up with all your posts in said category.

    Is BuddyPress installed in the same WP where your 84 existing posts are?

    Are you using a child theme of bp-default or a WP theme with BP Template Pack?

    BP/WP versions?

    #115145

    In reply to: Where to edit CSS

    @mercime
    Participant

    Answered in this thread

    #115144
    @mercime
    Participant

    == integrating Buddypress onto the Genesis Framework ==

    @apriljoy217 The Genesis Framework has its own “Genesis Connect” plugin to make the Genesis theme compatible with BuddyPress.

    #115141
    gdeglin
    Member

    Thanks 4ella! Just sent you an email. We don’t sync profile fields yet, but we have some other features that make us more interesting than the other Facebook connect plugins out there.

    #115132
    modemlooper
    Moderator

    I should have said multiple WordPress sites are not good on $5 hosting. BBPress is changing to a WordPress Plugin and would probably not require as much resources. FaceBook connect creates WordPress users. Users can use BuddyPress or Next version of BBPress from WordPress user accounts.

    #115131

    In reply to: Enabling Blogs

    pcwriter
    Participant

    @igeekout

    Sometimes, you just have to get your hands dirty to get stuff done ;-)

    #115130

    In reply to: Enabling Blogs

    igeekout
    Member

    @pcwriter

    Thanks!

    I had seen that, I just thought there was an easier process. Gonna give it a go.

    #115129
    pcwriter
    Participant

    @aljuk Same problem here, and your solution worked. Thanks :-)

    @kevbow If you’re running Firefox (and I hope you are ;-) ), go to Tools > Options and click Remove individual cookies. Scroll until you find your site name, open the folder and scroll again until you find bp-activity-oldestpage. Highlight it and click Remove cookie. Done.

    #115128

    In reply to: Enabling Blogs

    pcwriter
    Participant

    @igeekout

    Before you can create blogs, you need to create a network on your WordPress install. Here’s how:
    https://codex.wordpress.org/Create_A_Network

    #115121

    In reply to: SMF Forum importer

    Stigmartyr
    Member

    Hello – I just installed this plugin but I’m using WPMU and after network activating it I cannot see it in my Network Admin > Buddypress > *anywhere*

    Nor can I see it in Site Admin. Is this not intended to work with Multisite? It doesn’t need to, I just wanted to get users imported..

    #115120
    oldrow
    Member

    Also, will facebook connect work for bbpress just like it does for buddypress?

    #115116
    oldrow
    Member

    is bbpress a better alternative?

    #115108
    Virtuali
    Member

    Sorry, I don’t know why it does that with code tags.
    Put this:

    /* Inherit the default theme styles */
    @import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );

    /* Inherit the default theme adminbar styles */
    @import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );

    #115107
    Virtuali
    Member

    Do you have template pack installed? If you do, all the files you need to edit are currently in your theme folder via FTP.

    For example, yourtheme/members/single

    To edit styles, template pack, or buddypress doesn’t add any styles to buddypress by default. You can add them by adding this to your current CSS.

    `/* Inherit the default theme styles */
    @import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );

    /* Inherit the default theme adminbar styles */
    @import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );`

    Then, of coarse, edit the CSS to what you like.

    #115105
    Virtuali
    Member

    Ggortan, do you have jetpack installed?

    I have noticed many problems with jetpack causing memory errors.

Viewing 25 results - 38,526 through 38,550 (of 68,915 total)
Skip to toolbar