Search Results for 'buddypress'
-
AuthorSearch Results
-
September 24, 2011 at 6:46 pm #120941
r-a-y
KeymasterBuddyPress doesn’t come with a login widget; looks like someone coded a custom login widget for you.
They need to replace the code contained within the
<h4>withbp_loggedin_user_link().September 24, 2011 at 6:44 pm #120938In reply to: Page not found – after update
@mercime
Participant@livingos – on multisite, did you install BP on main blog or subsite? Did you try re-uploading BuddyPress manually via FTP/cpanel?
September 24, 2011 at 6:39 pm #120936In reply to: Activity stream showing my posts as being very old
r-a-y
KeymasterWhat version of BuddyPress are you using?
Have you tried changing the timezone settings in WordPress?
https://codex.wordpress.org/Settings_General_ScreenIf you change your timezone settings, try posting a new blog post and see if the time is fixed in the stream.
September 24, 2011 at 6:13 pm #120929In reply to: BuddyPress Activity Stream Bump to Top
ds123
Participant@jwack it works for up 1.2.10 but says it fails for buddypress 1.5 …. can someone please take this over am willing to pay and make it compatible with 1.5 ?
September 24, 2011 at 6:11 pm #120926In reply to: Widgets are not working BuddyPress 1.5
Lynn Hill
ParticipantThanks Paul
The browser was Firefox
and operating system is Microsoft.September 24, 2011 at 6:08 pm #120924Connor
MemberI know I added this code here:
if ( !function_exists( ‘bp_dtheme_enqueue_scripts’ ) ) :
/**
* Enqueue theme javascript safely
*
* @see https://codex.wordpress.org/Function_Reference/wp_enqueue_script
* @since 1.5
*/
function bp_dtheme_enqueue_scripts() {
// Bump this when changes are made to bust cache
$version = ‘20110921’;// Enqueue the global JS – Ajax will not work without it
wp_enqueue_script( ‘dtheme-ajax-js’, WP_PLUGINS_DIR . ‘/buddypress/bp-themes/bp-default/_inc/global.js’, array( ‘jquery’ ), $version );// Add words that we need to use in JS to the end of the page so they can be translated and still used.
$params = array(
‘my_favs’ => __( ‘My Favorites’, ‘buddypress’ ),
‘accepted’ => __( ‘Accepted’, ‘buddypress’ ),
‘rejected’ => __( ‘Rejected’, ‘buddypress’ ),
‘show_all_comments’ => __( ‘Show all comments for this thread’, ‘buddypress’ ),
‘show_all’ => __( ‘Show all’, ‘buddypress’ ),
‘comments’ => __( ‘comments’, ‘buddypress’ ),
‘close’ => __( ‘Close’, ‘buddypress’ ),
‘view’ => __( ‘View’, ‘buddypress’ )
);wp_localize_script( ‘dtheme-ajax-js’, ‘BP_DTheme’, $params );
}
add_action( ‘wp_enqueue_scripts’, ‘bp_dtheme_enqueue_scripts’ );
endif;I put this in the last section of functions.php
September 24, 2011 at 6:06 pm #120923Connor
MemberThanks for getting back,
Nope the wp-CONTENTfile is still there, and all in the correct place buddypress is ROOT>WP-CONTENT>PLUGINS>BUDDYPRESS and the themes are also the same
September 24, 2011 at 5:57 pm #120921Paul Wong-Gibbs
KeymasterTake a look at the HTML source of http://utraz.com/members/test/activity/
You’ll see
http://utraz.comWP_PLUGINS_DIR/buddypress/bp-themes/bp-default/_inc/global.js?ver=20110921
Obviously, that WP_PLUGINS_DIR shouldn’t be there! This is a strange issue. Have you moved your wp-content folder, or the plugins folder, or done any other non-standard ways to customise your BuddyPress install?
September 24, 2011 at 5:52 pm #120918Paul Wong-Gibbs
KeymasterWe’re sorry we made the typo.
September 24, 2011 at 5:49 pm #120916In reply to: BuddyPress Loading VERY slow
Paul Wong-Gibbs
KeymasterI’ve not seen or had any evidence of slow down in 1.5 (or a difference from 1.2.10, for that matter). Taking your Activity page as an example, are you sure it’s a slow *database query* that’s causing the slow page load? Maybe Apache or PHP could be dealing with it slowly.
How many records do you have in your Activity table?
September 24, 2011 at 5:46 pm #120914In reply to: (RESOLVED) Fatal Error After Upgrade to 1.5
Paul Wong-Gibbs
KeymasterHi. I’m not sure. Can you create a bug report on http://buddypress.trac.WordPress.org/ please? Same username and password as on here.
September 24, 2011 at 5:43 pm #120912In reply to: Widgets are not working BuddyPress 1.5
geneghis
MemberI don’t know if I can help you, but the plugin “Dynamic Widget” is a problem. If you desactivate it, all return in order. I find it because I search this since 2 hours
September 24, 2011 at 5:43 pm #120911In reply to: Plugins that dont work with 1.5
modemlooper
ModeratorTop of this page has links to lists of compatible plugins and themes http://codex.buddypress.org
September 24, 2011 at 5:40 pm #120909In reply to: Plugins that dont work with 1.5
Paul Wong-Gibbs
KeymasterThey’re known to be broken; see https://codex.buddypress.org/releases/1-5-plugin-compatibility/
September 24, 2011 at 5:39 pm #120908In reply to: Widgets are not working BuddyPress 1.5
modemlooper
ModeratorThat easing in jquery sucks on iOS. Causes crazy page blinking.
September 24, 2011 at 5:34 pm #120906In reply to: Widgets are not working BuddyPress 1.5
Paul Wong-Gibbs
Keymaster@fswd Thanks. Google suggests that error relates to an error with the jQuery easing plugin.. which we did update to the latest version in BP 1.5. I’m not sure why it would still cause problems. It works fine for me.
Which browser and operating system are you testing this on? I’ll check it out too, if I can. It might be browser-specific.
@bakelady Hi. Which browser and operating system did you find this problem on?
September 24, 2011 at 5:05 pm #120904In reply to: Widgets are not working BuddyPress 1.5
Lynn Hill
ParticipantI have a similar problem. Since the upgrade my system crashed. A friend deleted the BP registration option Plugin for me which seemed to bring the dashboard back for me to use. But crashed the site when I reinstalled it. I know it wasn’t fully compatible with WP in the first place but it did a half decent job.
I’m getting robots joining as members and I’m having to delete them one at a time. The ‘User pending’ never worked, all captchas don’t work either or are not compatible with latest WP.
My theme (BP columns 1.2) has also changed from 3 columns to 2.
My friend is working on changing the look of the site, but if I cannot get any of the important widgets to work I shall be spending most of my time dodging the robots.
Any suggested help is appreciated. Even if it’s possible to go back to the previous BP until it’s sorted out.
Thanks in advance.September 24, 2011 at 2:06 pm #120895In reply to: Error 500 after upgrading BuddyPress
dsdmdesign
MemberOkay thank you. I’ll do that.
September 24, 2011 at 1:25 pm #120893KylieSocial
MemberThanks so much
September 24, 2011 at 1:08 pm #120892In reply to: Changing default tab for groups
goldmember
Memberthe answer is here (if you’re using BP 1.5): https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/changing-group-tab-display-defaults/?topic_page=3&num=15
September 24, 2011 at 1:01 pm #120890In reply to: How to Create a New Tab on Member Page
Toby Cryns (@themightymo)
ParticipantThe following function seems to work:
function my_bp_nav_adder() { bp_core_new_nav_item( array( 'name' => __('All Conversations Button', 'buddypress'), 'slug' => 'all-conversations', 'position' => 75, 'show_for_displayed_user' => true, 'screen_function' => 'all_conversations_link', 'item_css_id' => 'all-conversations' )); } function all_conversations_link () { //add title and content here - last is to call the members plugin.php template add_action( 'bp_template_title', 'my_all_conversations_title' ); add_action( 'bp_template_content', 'my_all_conversations_content' ); bp_core_load_template( apply_filters( 'bp_core_template_plugin', 'members/single/plugins' ) ); } function my_all_conversations_title() { echo 'My Page Title'; } function my_all_conversations_content() { echo 'Add the loop here'; } add_action( 'bp_setup_nav', 'my_bp_nav_adder', 100 );September 24, 2011 at 12:50 pm #120889In reply to: Widgets are not working BuddyPress 1.5
First Stop Design
MemberPaul,
Managed to get a shot but it’s in a Word doc not a JPEG
See it here: http://firststopwebdesign.org.uk/wp-content/uploads/2011/09/Java-Screenshot.docHope that helps?
Will check back later.Tippa
September 24, 2011 at 12:44 pm #120888In reply to: Widgets are not working BuddyPress 1.5
First Stop Design
Member@PaulGibbs The navigation isn’t quite as you describe it.
I’m going to: Tools > JavaScript Console – I can’t see a ‘View’ tab!?I do have a screenshot tool but it won’t work with the script I can see on-screen

Have to dash out now but will come back to this later.
Many thanks for your patience.
Tippa
September 24, 2011 at 12:36 pm #120887BlogNostics
MemberCheers mate, it’s always an exclamation mark… pesky buggers
September 24, 2011 at 12:19 pm #120885Paul Wong-Gibbs
KeymasterIt’s as simple as adding one exclamation mark. Look at https://buddypress.trac.wordpress.org/changeset/5187 — red is deleted, green is added or modified.
-
AuthorSearch Results