Search Results for 'buddypress'
-
AuthorSearch Results
-
August 15, 2012 at 7:57 pm #139543
In reply to: [Resolved] How to remove activity since 1 hour ago
frank tredici
MemberNo prob Cal ( @mastermind12). Just remember to store the code below away because you will need to reapply it the next time, and every time, you upgrade BuddyPress. Once you have your own theme, you can put this in a style sheet called `style.css` in your themes directory and you will always hide the “bubble”.
`/* removes the activity bubble from buddypress */
ul#members-list span.activity {
display:none !important;
}`August 15, 2012 at 7:28 pm #139541In reply to: [Resolved] How to remove activity since 1 hour ago
frank tredici
MemberNo @mastermind12 — those 2 style sheet (.css) files are not coming into play on your Member’s Directory page.
Paste it to the bottom of `/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/css/default.css` although you will need to repeat this paste each and every time you upgrade the BuddyPress plugin.
August 15, 2012 at 7:13 pm #139539adminRimma
ParticipantTo clarify my post above, I do not have buddypress showing in the toolbar on the left under settings on the subdomain and when i network activate it, do not see profile fields…
i have declared the root blog as advised…
August 15, 2012 at 7:05 pm #139538shanebp
ModeratorYou’ll want to start here:
https://codex.buddypress.org/developer-docs/group-extension-api/It’s quite powerful and I’ve used it to do the kind of expansion you describe.
August 15, 2012 at 6:02 pm #139535adminRimma
ParticipantI have the same problem! Installed BP 1.6.1 within WordPress 3.4.1 Multisite, subdomain setup; activated on network first, ran setup wizard…then deactived on network and activated on root blog id=3 (subdomain i want it on)…went to subdomain and activated it just there….no settings show up in toolbar and uder settings I get “you do not have sufficient permissions to access this page”.
also, during running the setup wizard, i get no buddypress on left menu — so i cannot access components to set up some custom fields…
please help!!!
am dead in the water like shaneholloman…August 15, 2012 at 5:39 pm #139533In reply to: Problems after updating buddypress.1.6.1
Tim Hyde
ParticipantI had similar issues with a plugin I developed – all fixed now. Your best contacting plugin developers as there do seem to be a few significant changes to core in 1.6.
Blank pages are often due to a plugin/theme throwing an error. The plugin maybe using stuff that’s changed (especially if accessing data structures like the $bp object directly) and is simply throwing an error. Use WordPress in debug mode and check the log file.
August 15, 2012 at 3:10 pm #139530In reply to: How to Hook into the Primary Profile Field [Closed]
9087877
Inactive@frank13 That is correct. I have 2 installs of BP 1.6.1 on my localhost and I have not had any issues but these are also clean installs.
August 15, 2012 at 3:04 pm #139529In reply to: How to Hook into the Primary Profile Field [Closed]
frank tredici
MemberSo @shawn38 if I understand your comment back to me correctly — 1.5.6 does not provide the Field Description text box, but 1.6.* does?
Side note: I read bad, bad things about 1.6 so I am avoiding upgrading at this time.
August 15, 2012 at 3:02 pm #139528In reply to: [Resolved] How to remove activity since 1 hour ago
frank tredici
MemberOk @mastermind12. Then the css I gave you should work.
Can you post back the exact file you added the code too including its path.
Can you also post back a copy of what you added please.
It will help me/us properly troubleshoot.
August 15, 2012 at 2:53 pm #139527In reply to: How to Hook into the Primary Profile Field [Closed]
9087877
InactiveActually that is standard for buddypress 1.5.6. It does have the field description box in the name field in the latest and greatest version though!
August 15, 2012 at 2:45 pm #139525In reply to: [Resolved] How to remove activity since 1 hour ago
frank tredici
MemberIf you are referring too the activity bubble on the Members Directory page, then do this:
add the following line of code to the `style.css` document in your themes directory:
`ul#members-list span.activity {
display:none !important;
}`if you are referring too a different activity bubble, then let us know which one exactly.
August 15, 2012 at 2:19 pm #139522In reply to: How to Optimize and Maximize BuddyPress Performance
frank tredici
Member18 Active Plugins Network Wide in WP 3.4.1
`Akismet
Better Delete Revision
BP Group Documents
BP Profile Search
BuddyPress
BuddyPress Docs
BuddyPress Global Unified search
Buddypress Sitewide activity widget
Email Users
[Homegrown] Authenticated Users
[Homegrown] New User Notification
[Homegrown] Remove Menu Items From Groups & Discussions Pages
[Homegrown] Remove Username Character Limit
Quick Page/Post Redirect DEV
Shortcode Exec PHP
TDLC Birthdays
WP DB Optimizer
WP Smush.it`
have 14 In-active Plugins in WordPress8 Active Plugins in BuddyPress 1.5.6
`All-in-One Event Calendar by Timely
bbPress
Breadcrumbs Everywhere
BuddyPress Group Email Subscription
BuddyPress Template Pack
Dynamic Widgets
Hyper Cache
NextGEN Gallery`
have 6 In-active Plugins in BuddyPressAugust 15, 2012 at 2:19 pm #139521In reply to: How to Optimize and Maximize BuddyPress Performance
frank tredici
MemberWe have slightly over 200 members.
August 15, 2012 at 2:19 pm #139520In reply to: How to Optimize and Maximize BuddyPress Performance
frank tredici
MemberWe have done the following to help our BuddyPress along:
(1) Added this code to wp-config.php
`/**
* source: http://wpdude.com/wordpress-performance-tuning-tips
*/define(‘ENABLE_CACHE’, true);`
(2) Followed Michael Eisenwasser’s suggestions located at http://www.buddyboss.com/buddypress-speed-and-performance/
(3) installed and run “Optimize Database” plugin
(4) installed and run “Hyper Cache” plugin
(5) installed and run “Better Delete Revision” plugin
August 15, 2012 at 2:18 pm #139519aces
ParticipantYou could create an empty text file called /wp-content/plugins/walled-garden.php, paste the following into it, then activate the plugin:
`
<?php
/*
Plugin Name: Buddypress Walled Garden
Plugin URI: http://www.example.com/
Description: A brief description of the Plugin.
Version: 0.1
Author: http://www.example.com/
Author URI: http://www.example.com/
License: A “Slug” license name e.g. GPL2
*/function sh_walled_garden()
{
global $bp;// if( bp_is_register_page() || bp_is_activation_page() || bp_is_page( BP_FORUMS_SLUG ) || bp_is_page( BP_GROUPS_SLUG ) )
if( bp_is_register_page() || bp_is_activation_page() || bp_is_page( BP_FORUMS_SLUG ) )
return;if( ! bp_is_blog_page() && ! is_user_logged_in() )
bp_core_redirect( bp_get_signup_page() );
}add_action( ‘bp_init’, ‘sh_walled_garden’ );
function bp_remove_feeds() {
remove_action( ‘bp_actions’, ‘bp_activity_action_sitewide_feed’, 3 );
remove_action( ‘bp_actions’, ‘bp_activity_action_personal_feed’, 3 );
remove_action( ‘bp_actions’, ‘bp_activity_action_friends_feed’, 3 );
remove_action( ‘bp_actions’, ‘bp_activity_action_my_groups_feed’, 3 );
remove_action( ‘bp_actions’, ‘bp_activity_action_mentions_feed’, 3 );
remove_action( ‘bp_actions’, ‘bp_activity_action_favorites_feed’, 3 );
remove_action( ‘groups_action_group_feed’, ‘groups_action_group_feed’, 3 );
}
add_action(‘init’, ‘bp_remove_feeds’);?>`
Tested in bp 1.6.1The plugin should not have spaces, blank lines, or anything else before “ and use a simple text editor ( like this ) rather than a wordprocessor….
– – –
To have a different menu for logged in users is slightly more complicated.
You need to find the template bit that shows the menu.
In the current bp-default theme header.php file is the following
`
false, ‘menu_id’ => ‘nav’, ‘theme_location’ => ‘primary’, ‘fallback_cb’ => ‘bp_dtheme_main_nav’ ) ); ?>
`
which can be replaced by
`
<?php
if ( is_user_logged_in() ) {
wp_nav_menu( array( ‘container’ => false, ‘menu_id’ => ‘nav’, ‘theme_location’ => ‘primary’, ‘fallback_cb’ => ” ) );
} else {
wp_nav_menu( array( ‘container’ => false, ‘menu_id’ => ‘nav’, ‘theme_location’ => ‘secondary-menu’, ‘fallback_cb’ => ” ) );
}
?>
`
Then create the secondary menu in the wordpress menu admin…..Please backup files and database before trying this out in case there are complications. It would be better to try out on a test/dev site first …..
August 15, 2012 at 1:49 pm #139518SeFi
Member@shawn38 Thanks but I’m already using a theme for my client and I can’t change it…
@BooneGorges As for shawn38 I’m already using a theme and I’m not a really good programmer so what you’re refering to is to difficult for me

Can’t I find a plugin to do that ? No one ever thought of doing it ?
Thanks a lot guys !
August 15, 2012 at 1:29 pm #139517In reply to: How to Hook into the Primary Profile Field [Closed]
frank tredici
MemberThanks @shawn38.
I am running WP 3.4.1 and BP 1.5.6
In my installation there is no `Profile Fields` in the Dashboard > Users navigation path.
The manner in which I get to `Profile Fields` is Dashboard > Buddy Press > Profile Fields
The page ends up being “Extended Profile Fields” and under the “Base (Primary)” tab and I click the Edit button for Name (Primary) (Required) there is no Field Description box like there is on all the other profile fields.
Do you think I have a faulty or incomplete install going on here?
Appreciate your help…
August 15, 2012 at 12:26 pm #139512In reply to: [resolved] Removing admin bar when not logged in
9087877
InactiveGo to Dashboard/Settings/BuddyPress/Settings at the top un-check Show the Toolbar for logged out users.
August 15, 2012 at 10:59 am #139509In reply to: BuddyPress 1.6.1
bruce-s
ParticipantI had to deactivate all other BP related plugins to upgrade to 1.6.1 – then the upgrade went smoothly and I reactivated all the other BP plugins – so far so good…
August 15, 2012 at 10:38 am #139506kooba
ParticipantI’ve gone trough all the steps once again and it worked out
Thank You very much….btw, can You recommend any website with tutorial videos on configuring/using buddypress??August 15, 2012 at 10:34 am #139505In reply to: [Resolved] How to remove activity since 1 hour ago
Prince Abiola Ogundipe
Participant@mastermind12, put .time-since{display:none ! important;} at the bottom of your style.cc and clear the cache.
regards
August 15, 2012 at 10:20 am #139504kooba
Participant@mercime ok, done…but I must have done it wrong as it is not working ;/ can You take a look please?
August 15, 2012 at 8:43 am #139501kooba
Participant@mercime Thank You very much for your help, I’m going to check it straight away and let You know if it worked out…
August 15, 2012 at 8:20 am #139500In reply to: [Resolved] Wrapping Secondary avatar with link
Jonathan
MemberThanks Boone, I’ll have a look at your idea.
FYI, I’ve submitted a ticket. https://buddypress.trac.wordpress.org/ticket/4436
August 15, 2012 at 6:51 am #139498In reply to: Everything posts twice
natetheaverage
MemberI found that global.js was loading twice for me.
once at buddypress>_inc>global.js and once at theme>includes>js>global.js
I dont recall putting my global.js file in my theme but I can be flighty sometimes
-
AuthorSearch Results