Search Results for 'buddypress'
-
AuthorSearch Results
-
September 14, 2011 at 8:10 pm #120082
In reply to: Removing message notifications from buddypress bar
Mary Jane
MemberSorry I am not answering your question but how ru using 1.5 on your site?
September 14, 2011 at 7:09 pm #120077Paul Wong-Gibbs
KeymasterThere’s a setting in the BuddyPress general settings page to disable/enable commenting in the activity stream on forum posts or blog posts.
September 14, 2011 at 6:19 pm #120073In reply to: [resolved] Issue with navigation – buddybar
Adam
Member@valuser – The code snippet doesn’t work because of the poorly formed url link. Did you mean:
`<a href="/members/display_name /messages/inbox”>My Mail`
in that case you wouldn’t need display name – how ever the echo part does not echo a user name at all. in fact all I get is members/display_name/activity
September 14, 2011 at 2:08 pm #120060In reply to: bp-messages Compose Message autocomplete issue
rahul.dev
MemberYes there is a better solution to this problem i am code savvy and i have myself invented this solution
Step:1:
The solution is copy the content all content of file wp-load.php which you will find in the root of wordpress installation directory root directory. Then create a new file rahuldev.php paste all the code in wp-load.php to rahuldev.php file plus at the end of that rahuldev.php file add this small code as below
?php
$resultrah = mysql_query(“select user_login, user_nicename from wb_users where user_login like ‘%”.$_POST.”%’ or user_nicename like ‘%”.$_POST.”%'”);
while($row = mysql_fetch_array($resultrah))
{
?>
?php echo $row;?>?php
}
?>
replace ?php with <? php
make sure the name of the table if it is not default set during installation then that should be the name of the table as the name is in your installation
once the above code is added to the bottom of the new file then save the new file to the root of your wordpress application ie where there is wp-load.php there along with it should be our new file rahuldev.phpStep:2:
Open wp-content/plugins/buddypress/bp-messages/bp-messages-cssjs.php filereplace
var acfb =
jQuery(“ul.first”).autoCompletefb({urlLookup:’root_domain . str_replace( ‘index.php’, ‘/wp-load.php’, $_SERVER ) ?>’});
with
var acfb =
jQuery(“ul.first”).autoCompletefb({urlLookup:’root_domain . ‘/rahuldev.php’ ?>’});And now enjoy my magic
Thanks
Take careSeptember 14, 2011 at 2:05 pm #120059In reply to: bp-messages Compose Message autocomplete issue
rahul.dev
MemberYes there is a better solution to this problem i am code savvy and i have myself invented this solution
Step:1:
The solution is copy the content all content of file wp-load.php which you will find in the root of wordpress installation directory root directory. Then create a new file rahuldev.php paste all the code in wp-load.php to rahuldev.php file plus at the end of that rahuldev.php file add this small code as below
<?php
$resultrah = mysql_query(“select user_login, user_nicename from wb_users where user_login like ‘%”.$_POST.”%’ or user_nicename like ‘%”.$_POST.”%'”);
while($row = mysql_fetch_array($resultrah))
{
?><?php
}
?>make sure the name of the table if it is not default set during installation then that should be the name of the table as the name is in your installation
once the above code is added to the bottom of the new file then save the new file to the root of your wordpress application ie where there is wp-load.php there along with it should be our new file rahuldev.phpStep:2:
Open wp-content/plugins/buddypress/bp-messages/bp-messages-cssjs.php filereplace
var acfb =
jQuery(“ul.first”).autoCompletefb({urlLookup:’root_domain . str_replace( ‘index.php’, ‘/wp-load.php’, $_SERVER ) ?>’});
with
var acfb =
jQuery(“ul.first”).autoCompletefb({urlLookup:’root_domain . ‘/rahuldev.php’ ?>’});And now enjoy my magic
Take care
September 14, 2011 at 1:58 pm #120058In reply to: Performance : X million users with BuddyPress
Paul Wong-Gibbs
KeymasterIt scales fine.
September 14, 2011 at 1:19 pm #120057expressionsinweb
MemberYes turned off a few:
BuddyPress Privacy Component
BuddyPress Profile Gallery Widget
BuddyPress Profile Music Widget
BuddyPress Profile VideoDidn’t use them much but some data (not sure what exactly – it’s gone now anyway) was in the notifications table.
September 14, 2011 at 1:12 pm #120056In reply to: BuddyPress theme kills BBPress theme…
Steveorevo
MemberLook like BuddyPress’ has a version (what version?) of bbPress built in. Aside from the activity stream, looks like creating forums and topics is fully supported in BuddyPress. Combine it with Group Email Notifications plugin for BuddyPress and you have a pretty nice and fully functional forum. I tried bbPress 2.0 plugin too, but found it incompatible/too many issues. Best bet right now is to do a base install of WP + BuddyPress 1.2 then use BuddyPress’ Forum Setup menu item. Do Not Install bbPress 2.0 plugin atop this.
September 14, 2011 at 12:53 pm #120054In reply to: My buddypress site: yeah! Hackney
linick
Membernice website…
which plugin are you using on here ?:
http://www.yeahhackney.com/local-businesses/September 14, 2011 at 12:44 pm #120053expressionsinweb
MemberFor 1.5 RC1 the file that had the error was “~/wp-content/plugins/buddypress/bp-members/bp-members-notifications.php”
For 1.2.10 the file was “~/wp-content/plugins/buddypress/bp-core/bp-core-notifications.php”.I had the error first with 1.2.10 then tried and upgrade to 1.5 RC1, both versions had the same error but for different files.
I happy that my contents of the entire /buddypress/ directory are correct for 1.5 RC1. I’m now using 1.5 RC1.September 14, 2011 at 12:35 pm #120051Boone Gorges
KeymasterHm. Your upgrade must not have completed properly. In BP 1.5 RC1, there is no file called bp-core/bp-core-notifications.php. That file, along with the files that called it, must be left over from your pre-upgrade version of BuddyPress. You might consider deleting the contents of the entire /buddypress/ directory, and then reuploading BP 1.5-RC-1’s files into that folder.
September 14, 2011 at 12:01 pm #120049In reply to: Plugin to add content to my friends member pages
leethompson
Member@ewebber Unfortunately no, but I am using the privacy plugin already, I need to show links between friends. But only friend can see them.
September 14, 2011 at 10:44 am #120048expressionsinweb
MemberI should have looked at the error log before! Errors were (lots of them, all for the same bp core file):
With BP 1.2.10 – PHP Fatal error: Cannot access empty property in /var/www/wordpress/wp-content/plugins/buddypress/bp-core/bp-core-notifications.php on line 63, referer: some web page etc.
Seems to me that when bp-core-notifications.php queried the db for notification data it somehow broke and stopped outputting. The last word of the HTML output of the page was ‘Notifications’.
BTW: Can’t edit post here, have to delete and add another!
September 14, 2011 at 10:36 am #120045expressionsinweb
MemberAfter I updated to BP 1.5 RC1 error were from ” /var/www/wordpress/wp-content/plugins/buddypress/bp-members/bp-members-notifications.php”
September 14, 2011 at 9:07 am #120042In reply to: How to sort groups accorging to their popularity
September 14, 2011 at 8:54 am #120041In reply to: How to manage users & their extended profiles?
Jenny Beaumont
Participant@Meini, just tried to download your files, link is not working.
Anyone else made progess on this? Seems like such a fundamental idea, can’t believe it doesn’t exist already! Am hoping future version of Buddypress work to add a more seamless interface btwn WordPress and Buddypress.
cheers!
-jennybSeptember 14, 2011 at 6:40 am #120040Ricardo Macedo
MemberYes! Now works! Thank you, @djpaul.
September 14, 2011 at 6:20 am #120037In reply to: Plugin to add content to my friends member pages
ewebber
Participant@leethompson does this plugin help? https://wordpress.org/extend/plugins/bp-profile-privacy/
September 14, 2011 at 6:05 am #120034Paul Wong-Gibbs
KeymasterHmm. I don’t know if this will make a difference, but try renaming your “Buddypress” directory to “buddypress”.
September 14, 2011 at 5:43 am #120031In reply to: Problems with people trying to create accounts
ewebber
Participant@fernmacho This plugin allows you to activate users https://buddypress.org/community/groups/wp-activate-users/
It sounds like you also need to consider a way of blocking those bots that are signing up!
September 14, 2011 at 5:41 am #120030In reply to: My buddypress site: yeah! Hackney
ewebber
Participant@mike84 and in response to your previous question, yes I do a fair bit of moderating – running a community takes a lot of work, buddypress is a great tool to start but it takes time to make a community.
September 14, 2011 at 5:36 am #120029In reply to: My buddypress site: yeah! Hackney
September 14, 2011 at 5:30 am #120027In reply to: My buddypress site: yeah! Hackney
ewebber
Participant@raquel24or I missed you comment, I only get email notifications if you use @ewebber
FB plugin I use is mentioned above
The code for each of the social links are readily available on the relevant websites, I use 3 individual ones, if linkedin have one then you could use that too.September 14, 2011 at 5:26 am #120026In reply to: My buddypress site: yeah! Hackney
ewebber
Participant@mike84 I use the same code that the sidebar uses on my homepage and I use wpfb autoconnect, it will turn up where the sign in field is
September 14, 2011 at 5:25 am #120025Ricardo Macedo
MemberOr please, add me an correct link to download the latest version of Buddypress 1.5.
-
AuthorSearch Results
