Search Results for 'buddypress'
-
AuthorSearch Results
-
June 25, 2011 at 2:41 am #115195
In reply to: Solved: set a character limit on activity content?
tonydbaker
MemberDid 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!
June 25, 2011 at 1:42 am #115193embergermedia
MemberUpdates to forum posts. They have been there since March, when we went live!
June 25, 2011 at 12:31 am #115191In reply to: Theming User Profile / blog post page.
elliotrobert
MemberThank 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.
June 24, 2011 at 11:49 pm #115188In reply to: Removing sidebar in forum page
Stigmartyr
Memberp.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.
June 24, 2011 at 7:25 pm #114551In reply to: WP 3.1.3 and Buddypress
Paul Wong-Gibbs
KeymasterAs 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.
June 24, 2011 at 6:28 pm #115175Ipstenu (Mika Epstein)
ParticipantDid 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/)
June 24, 2011 at 5:22 pm #115173thebeanieman
MemberHello,
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 18This only happens when ‘BuddyPress Template Pack – Version 1.1.3’ is active with 3.2-RC1.
Thanks
June 24, 2011 at 4:10 pm #115163In reply to: True BP compatibility with Multisite
June 24, 2011 at 2:08 pm #115159In reply to: fyi: WP-reCAPTCHA works fine with BuddyPress
David Dean
ParticipantBuddyPress’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
June 24, 2011 at 1:55 pm #115158In reply to: Random member – security query
Marian
ParticipantSo 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

MarianJune 24, 2011 at 4:00 am #115146In reply to: Existing WordPress data
@mercime
ParticipantSure 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?
June 24, 2011 at 3:50 am #115145In reply to: Where to edit CSS
@mercime
ParticipantAnswered in this thread
June 24, 2011 at 3:39 am #115144In reply to: Trouble Finding Where to Customize BP
@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.
June 24, 2011 at 1:43 am #115141In reply to: Buddypress Facebook Connect and Avatar Plugin
gdeglin
MemberThanks 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.
June 23, 2011 at 9:51 pm #115132In reply to: Buddypress/wordpress slowing down my shared server
modemlooper
ModeratorI 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.
June 23, 2011 at 9:18 pm #115131In reply to: Enabling Blogs
June 23, 2011 at 9:16 pm #115130In reply to: Enabling Blogs
igeekout
MemberJune 23, 2011 at 9:16 pm #115129In reply to: Activity stream ”Load More” looping content
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.June 23, 2011 at 8:53 pm #115128In reply to: Enabling Blogs
pcwriter
ParticipantBefore you can create blogs, you need to create a network on your WordPress install. Here’s how:
https://codex.wordpress.org/Create_A_NetworkJune 23, 2011 at 8:15 pm #115121In reply to: SMF Forum importer
Stigmartyr
MemberHello – 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..
June 23, 2011 at 7:56 pm #115120In reply to: Buddypress/wordpress slowing down my shared server
oldrow
MemberAlso, will facebook connect work for bbpress just like it does for buddypress?
June 23, 2011 at 7:50 pm #115116In reply to: Buddypress/wordpress slowing down my shared server
oldrow
Memberis bbpress a better alternative?
June 23, 2011 at 4:45 pm #115108In reply to: Trouble Finding Where to Customize BP
Virtuali
MemberSorry, 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 );June 23, 2011 at 4:44 pm #115107In reply to: Trouble Finding Where to Customize BP
Virtuali
MemberDo 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.
June 23, 2011 at 4:34 pm #115105In reply to: Problems with buddypress
Virtuali
MemberGgortan, do you have jetpack installed?
I have noticed many problems with jetpack causing memory errors.
-
AuthorSearch Results