Search Results for 'buddypress'
-
AuthorSearch Results
-
September 24, 2011 at 9:28 pm #120963
In reply to: Can’t reply to status updates
Connor
MemberHi, If its the problem I had then your website is not loading Global.JS you need to backup your functions.php file, (use your childthemes one if you have one) then edit it and add this code below near the bottom:
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_PLUGIN_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;September 24, 2011 at 9:25 pm #120962In reply to: Password Page on Buddy press pages pls
Connor
MemberSure, if i understand correctly you only want logged in users to see certain pages.
Private-buddypress should do the job:
https://wordpress.org/extend/plugins/private-buddypress/Hope that helps.
September 24, 2011 at 9:22 pm #120961Connor
MemberThank you so much.
If anyone in the future gets this issue, my theme is Arras, the childtheme is called BrownBuddy and you have to edit the above code on the functions.php which is located in the BrownBuddy theme’s root.
September 24, 2011 at 7:56 pm #120954In reply to: threaded forum posts – possible? pros and cons?
archonic
ParticipantI too would like to have this. Forums typically don’t allow threaded posts – that was an invention of comment threads. I would consider threaded forum posts to be more of a “discussion group” than a forum. WebCT (now called Blackboard) uses “discussion groups” and it’s quite useful in that context.
Ideally this could be a enabled/disabled feature under buddypress’s settings for group forums. I don’t see a need for threaded forums in a global forums context.
September 24, 2011 at 7:52 pm #120953Flora1234
MemberI want to emphaise that i want to RE-INSTALL WORDPRESS without losing my other plugins… it is possible through the dashboard.
September 24, 2011 at 7:46 pm #120952In reply to: Widgets are not working BuddyPress 1.5
Lynn Hill
Participant@fswd
‘bp registration options’ is definitely the culprit. I’ve added the plugin you suggested even though it says it’s not been tested on the Current WP. I’ll see how it goes. Thanks for the link too as it now explains the new pages within BP as I thought it had something to do with my friend who is redesigning my site.
I’m still very reluctant to add any plug-in that have not been tested on the current WP.
Many thanks for your help in the mean time.
@PaulGibbs
Would be interested to know if Firefox is best browser to use when updating.September 24, 2011 at 7:45 pm #120951Flora1234
MemberSince i upgraded with buddypress 1.5 i dont have the login screen any more and i can see the wiget boxes underneath. I am wondering if i should reinstall wordpress, but how can i do it through the dashboard.
September 24, 2011 at 7:32 pm #120947In reply to: BuddyPress Loading VERY slow
Aaron Schreiber
Participant@djpaul
I will look into PHP and apache’s memory usage, what do you recommend for PHP memory limits and apache configuration for a large buddypress site? I am not sure about how many records I have but I know that my database as a whole is 165.3MB
Ill update with any other details
Thanks!September 24, 2011 at 7:26 pm #120946In reply to: Widgets are not working BuddyPress 1.5
September 24, 2011 at 7:25 pm #120945zpg
Memberhosting server props:
SM 1U SuperServer 5015MT Quadcore
– Intel Pentium Quad Core E6600 FSB1066
– 2 x Kingston 2GB DDR2 800 PC6400
– 2x 500 GB Seagate SATA 2 (RAID-1)
– 3Ware 9650SE-2 Raid Controller
– 2x Intel 1000 Mbit Networkcardrunning Windows Server 2003 in combination with IIS 6.0
Not using .htaccess
permalinks are setup as : /%category%/%postname%/
September 24, 2011 at 7:23 pm #120944In reply to: Widgets are not working BuddyPress 1.5
First Stop Design
Member@PaulGibbs I am using the Google Chrome browser.
My operating system is Windows but I’m not sure which version.Cheers
September 24, 2011 at 7:20 pm #120943In reply to: Widgets are not working BuddyPress 1.5
First Stop Design
MemberI had major issues recently and isolated the offending plugin to ‘bp registration options’. See this for more info: https://wordpress.org/support/topic/any-one-using-buddypress-please-help
We use ‘Block Spam by Math’ which seems to have cut down on robot reg’s quite a bit.
Get it here: https://wordpress.org/extend/plugins/block-spam-by-math-reloaded/Hope that helps?
September 24, 2011 at 6:59 pm #120942demilio
Participantyes, the problem dissapears when I deactivate buddypress
September 24, 2011 at 6:46 pm #120941r-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

-
AuthorSearch Results