Search Results for 'buddypress'
-
AuthorSearch Results
-
September 25, 2011 at 1:02 am #120981
In reply to: (RESOLVED) Fatal Error After Upgrade to 1.5
isis
Participantthanks, but as indicated earlier, i switched to the default theme (bp 1.5) and received the exact same error message

doesn’t make sense at this point to have both the main site AND the buddypress section down so i put the custom theme back.
September 25, 2011 at 12:45 am #120980In reply to: Display age on profile page
modemlooper
ModeratorRead this page a code snippet for displaying profile fields in member header https://codex.buddypress.org/extending-buddypress/tips-tricks/
September 24, 2011 at 11:35 pm #120976In reply to: Remove Mentions and favioute tab
Connor
MemberYes its possible you need to add some code to the bp-custom.php which should be in your plugins.
I’m not sure the exact code for removing them two as they are in the sub menu try these links:
http://themekraft.com/customize-profile-and-group-menus-in-buddypress/
September 24, 2011 at 10:40 pm #120975In reply to: Widgets are not working BuddyPress 1.5
First Stop Design
MemberPLUGIN: Ban Hammer does not display a ‘not tested’ warning if using WP 3.2.1
It’s a lightweight plugin that blocks repeat bot domains by manually added to a list.It’s loaded on our site with no issues – will see how it performs.
September 24, 2011 at 10:38 pm #120974In reply to: Remove Mentions and favioute tab
Prince Abiola Ogundipe
Participant@martinavive, What is the URL to your site and i will tell you css to do that.
regards
September 24, 2011 at 10:29 pm #120973In reply to: Widgets are not working BuddyPress 1.5
First Stop Design
Member@Lynn I’m going to quickly check out this spam blocker plugin now:
https://buddypress.org/community/groups/ban-hammer/Will let you know how it goes.
September 24, 2011 at 10:27 pm #120972In reply to: Widgets are not working BuddyPress 1.5
First Stop Design
Member@PaulGibbs – Still have problems with the Widget drop-downs. Guess you’ve not got around to this one yet, (which is cool).. No stress – just wanted you to know!
September 24, 2011 at 10:26 pm #120971In reply to: WordPress vs. buddypress theme
brandonw91
MemberThanks for the reply! I agree that a hack wouldn’t be a good idea. I guess you helped to clarify my question. I don’t want to have a second theme. I like the style and look of my site overall, but it seems to interfere with the way that buddypress looks and fuctions. It just isnt’ as easy to use and navigate as the basic buddypress theme. I don’t know how extensive the coding would be, so I may or may not be able to do it myself. We would definitely look into outsourcing the work if its something that would give us a good end result.
By the way, I am using wordpress template pack. Would you be able to elaborate your suggestion about copying over the styling, etc. Thanks again!
September 24, 2011 at 10:21 pm #120970In reply to: Widgets are not working BuddyPress 1.5
Paul Wong-Gibbs
KeymasterAh, so it’s a dodgy plugin? Excellent. We should make a list somewhere.
@bakelady Any browser should be fine – I was just working through possible ideas about where the error was
September 24, 2011 at 10:16 pm #120968In reply to: Widgets are not working BuddyPress 1.5
First Stop Design
Member@Lynn We have used Block Spam by Math plugin on several sites now for well over a year with no issue so far. Give it a spin and see!!
September 24, 2011 at 10:15 pm #120967In reply to: UI issue – “Remove Favorite” title
Paul Wong-Gibbs
KeymasterCool spot. Can you report this as an enhancement on http://buddypress.trac.WordPress.org please? You can use your username and password from this site to log in with. Thanks!
September 24, 2011 at 9:46 pm #120965In reply to: Comment bouton in group activity page
drhoussem
Member@boonebgorges Voilà! That’s what I need !
I love your work
In fact, before Bp 1.5 I was using your plugin: http://dev.commons.gc.cuny.edu/2011/03/22/redirect-buddypress-activity-reply-links-to-forums-leave-a-reply/September 24, 2011 at 9:28 pm #120963In 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
-
AuthorSearch Results