Search Results for 'buddypress'
-
AuthorSearch Results
-
June 17, 2011 at 6:14 pm #114717
Hugo Ashmore
ParticipantHow? please always share how you solved a problem on a open forum as it may help others who come across the thread.
June 17, 2011 at 2:53 pm #114704Prince Abiola Ogundipe
Participant@dubsel, which plugin are you using for your sitewide activities which shows at your sidebar widget? i mean The Wet Activities. it look so cool
June 17, 2011 at 2:16 pm #114701In reply to: buddypress backup in localhost
aces
ParticipantYou need to set up apache webserver, php programming language and mysql database.
Some people use prepackaged setups such as xampp which include all three of the above.
Personally I prefer to install everything separately.
Either way it is all free.
Afterwards you will probably need to setup email for the above.
June 17, 2011 at 2:00 pm #114700naved
Membersolved
June 17, 2011 at 1:41 pm #114699In reply to: Error trying to add new user to a private message
carstiee09
ParticipantHello iwazaru,
you have to past the code in the: bp-messages-cssjs.php
try this code:
<?php
function messages_add_autocomplete_js() {
global $bp;// Include the autocomplete JS for composing a message.
if ( $bp->current_component == $bp->messages->slug && ‘compose’ == $bp->current_action ) {
add_action( ‘wp_head’, ‘messages_autocomplete_init_jsblock’ );wp_enqueue_script( ‘bp-jquery-autocomplete’, BP_PLUGIN_URL . ‘/bp-messages/js/autocomplete/jquery.autocomplete.js’, array( ‘jquery’ ) );
wp_enqueue_script( ‘bp-jquery-autocomplete-fb’, BP_PLUGIN_URL . ‘/bp-messages/js/autocomplete/jquery.autocompletefb.js’ );
wp_enqueue_script( ‘bp-jquery-bgiframe’, BP_PLUGIN_URL . ‘/bp-messages/js/autocomplete/jquery.bgiframe.min.js’ );
wp_enqueue_script( ‘bp-jquery-dimensions’, BP_PLUGIN_URL . ‘/bp-messages/js/autocomplete/jquery.dimensions.js’ );
}}
add_action( ‘wp’, ‘messages_add_autocomplete_js’, 2 );function messages_add_autocomplete_css() {
global $bp;if ( $bp->current_component == $bp->messages->slug && ‘compose’ == $bp->current_action ) {
wp_enqueue_style( ‘bp-messages-autocomplete’, BP_PLUGIN_URL . ‘/bp-messages/css/autocomplete/jquery.autocompletefb.css’ );
wp_print_styles();
}
}
add_action( ‘wp_head’, ‘messages_add_autocomplete_css’ );function messages_autocomplete_init_jsblock() {
global $bp;
?>jQuery(document).ready(function() {
var acfb =
jQuery(“ul.first”).autoCompletefb({urlLookup:’root_domain . ‘/wp-load.php’ ?>’});jQuery(‘#send_message_form’).submit( function() {
var users = document.getElementById(‘send-to-usernames’).className;
document.getElementById(‘send-to-usernames’).value = String(users);
});
});<?php
}i you have installed buddypress via a subdomain.
Carsten
June 17, 2011 at 1:22 pm #114698Hugo Ashmore
Participant`define (‘WP_MEMORY_LIMIT’, ’64M’); adding this to wp-config can solve my problem ?`
This is a non question the response to which always has to be ‘You tell us’! try it does it fix the issue? it’s a simple test.
if it doesn’t then your host may not permit individual sites to alter PHP at site level ( very sensible on shared hosting) in which case you may need to speak to tech support and ask that the memory limit is increased or whether it can be.
June 17, 2011 at 1:15 pm #114696naved
Memberdefine (‘WP_MEMORY_LIMIT’, ’64M’); adding this to wp-config can solve my problem ?
my account info isDisk Space Usage 10.3 / 500 MB
Monthly Bandwidth Transfer 0.54 / 5000 MB…..so do i need to increase the db space and bandwidth or what should the above code can fix it plz help me in detail explanation plz …June 17, 2011 at 12:55 pm #114688aces
ParticipantYou probably need more memory…..
June 17, 2011 at 12:47 pm #114687In reply to: Fatal Error on activating BuddyPress Plugin
naved
Member@hran i have the same problem cant activate bp plugin error is Fatal error: Call to undefined function is_multisite() in /home/vuniteu/public_html/wp-content/plugins/buddypress/bp-core.php on line 287
and the memory errror comes @ the time of upgrading wp to 3.1.3June 17, 2011 at 10:18 am #114682ikn0w2
MemberHi I am not sure what I did wrong and its not working properly…
I got the errors everything after i post a forum topic.. The new translation is done but I got this error….
Warning: Cannot modify header information – headers already sent by (output started at /home/footheal/public_html/commandoclub.net/wp-content/plugins/bp-custom.php:
in /home/footheal/public_html/commandoclub.net/wp-includes/pluggable.php on line 897Please help.
June 17, 2011 at 10:00 am #114679In reply to: BP dont show bar
pcwriter
ParticipantDid you remember to remove the code you added to wp-config.php as per the plugin instructions?
`define( ‘BP_DISABLE_ADMIN_BAR’, true );`
June 17, 2011 at 9:08 am #114677In reply to: Buddyvents 1.2.2
Anonymous User 96400
Inactive@lucaweb
Sorry for the late reply. Been very busy lately and don’t have as much time as I’d like to check the forums here.The scubavagabonds link is basically just a pimped group, that uses the group extension quite a bit.
Right now, events can only have 1 category, but I will rewrite the plugin to use custom post types and then you can add as many categories or tags as you want. That will take a while longer though, maybe 3 months.
There’s been a couple sites that have used Buddyvents to show locations or trips, so with a little work it’s definitely possible.
~Boris
June 17, 2011 at 6:53 am #114675In reply to: Buddypress on Buddypress
Paul Wong-Gibbs
KeymasterYou’ll need to be running the development version (trunk) of BuddyPress for it to work, or wait for a beta.
June 17, 2011 at 5:30 am #114673stwc
Participant32Mb probably won’t cut it; running any kind of busy BP install on shared hosting is going to be dodgy. I did so for a while on my Dreamhost account before I went for a VPS and it was fine, but you may not be so lucky with other hosts.
I would avoid Media Temple. Nice site design; not such great service, is what I’ve been told.
June 17, 2011 at 3:20 am #114671In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
David
ParticipantHere’s how to get around activation. I was having the same problem on my test server, since it couldn’t send out activation emails. If you need activation emails enabled, then this workaround will not work for you.
For users that have already been created and cannot login, you can go into the wp_users table in the database and change their ‘user_status’ from ‘2’ to ‘0’ (if you have database access). ‘user_status’ is not used in WordPress — it’s a dead field — but Buddypress uses it to redirect to the homepage if a user has not been activated (aka user_status=2).
To avoid the problem for future user registrations, you can change a file to avoid activation (if you have FTP access). In the buddypress plugin directory, find bp-core/bp-core-signup.php. Find the line that says:
`$wpdb->query( $wpdb->prepare( “UPDATE $wpdb->users SET user_status = 2 WHERE ID = %d”, $user_id ) );`
In my installation (1.2.
it is on line 357. Change the 2 on that line to a 0. So it should look like this:
`$wpdb->query( $wpdb->prepare( “UPDATE $wpdb->users SET user_status = 0 WHERE ID = %d”, $user_id ) );`Now when a new user is created, they will automatically be able to login without their email needing to be confirmed.
June 16, 2011 at 11:30 pm #114668In reply to: Profile layout edit
christophg
MemberOr perhaps is there a way to use a style sheet from another theme? Like have Buddypress look to another file for it’s layout. It would be great if I could have the functionality of the buddypress theme in my profiles without changing the look of my entire site. I’m not sure if this is even possible but any insight would be great!
Chris
June 16, 2011 at 10:07 pm #114666Hooblah2u2
MemberWhat did you do, Iamyeti, to fix the .htaccess file?
June 16, 2011 at 9:21 pm #114665In reply to: Not Displaying Correctly
pcwriter
ParticipantGlad it helped
June 16, 2011 at 6:31 pm #114655In reply to: Buddypress on Buddypress
Andrea Rennick
ParticipantMy partner Ron wrote it. The post linked to our blog. Have you tried it on a test site?
June 16, 2011 at 6:18 pm #114654In reply to: custom set of avatar pics
sidjags
Member@DoctorDR thanks for the message… will try and do something, and if something works out, will let you know
June 16, 2011 at 5:54 pm #114652In reply to: custom set of avatar pics
DoctorDR
MemberYou can certainly replace the default avatar picture, either with a bp_default instruction in wp-config.php or by adding a new function (into functions.php). If you wanted to achieve a random selection from a pool of avatars then I suppose you would need to write some php of javascript to intercept the avatar display and randomly select from an array.
I’ve not seen anything off-the-shelf for BuddyPress, so you’d probably need to adapt a script and hook it into BuddyPress.
There was a script I used a while back in a Social Engine 4 implementation that basically presented users with choice of standard avatars on signup, which would be a better way of implementing this, since it’s important to encourage users to personalise their profiles which leads to greater engagement.
Here’s an example of what I mean – http://webhive.com.ua/store/product.php?id_product=36 – but I’ve not seen this for a BP environment.
June 16, 2011 at 4:04 pm #114647Prince Abiola Ogundipe
Participant@naved, post a link to your website please.
June 16, 2011 at 3:49 pm #114645naved
Member@naijaping done this but after that my site doesnt work ?
i had putted the above code under wp-content function.php at the beginning of the page inbetweenJune 16, 2011 at 3:01 pm #114643In reply to: Issue with Import from Ning Plug-In … please help
LittleRedWoodshop
Memberwell I have shut off each of the BuddyPress plug-ins … tried the log in … no dice and then turned the plug in back on. – – – REPEAT
I have been up for 2 days trying to sort some of this out … I am going to get some sleep and pray that when I wake up there will be some cure all posted for this issue.June 16, 2011 at 2:33 pm #114637In reply to: Buddypress on Buddypress
hkcharlie
ParticipantAndrea – I’m guessing youve had a good play with this Beta now!?! Has it caused you any problems?
-
AuthorSearch Results