Search Results for 'buddypress'
-
AuthorSearch Results
-
April 15, 2011 at 5:05 pm #110351
In reply to: Send Private Static Message
shanebp
ModeratorThanks for the pointer. Got the listener working.
Here it is, for other noobs…`
function bp_send_private_bzzt() {
global $bp;if ( $bp->profile->slug != $bp->current_component || ‘bzzt’ != $bp->current_action || ‘send’ != $bp->action_variables[0] )
return false;$sender_id = $bp->action_variables[1];
$recip_id = $bp->action_variables[2];
$recip_name = htmlspecialchars(urldecode($bp->action_variables[3]));
$sender_name = $bp->loggedin_user->fullname;$alert_message = “You just sent a BZZT! to ” . $recip_name;
bp_core_add_message( __( $alert_message, ‘buddypress’ ) );$subject = $sender_name . ” just sent you a BZZT!”;
messages_new_message( array(‘sender_id’ => $sender_id, ‘subject’ => $subject, ‘content’ => “BZZT!”, ‘recipients’ => $recip_id ) );bp_core_redirect( wp_get_referer() );
}
add_action( ‘wp’, ‘bp_send_private_bzzt’, 3 );function bp_send_private_bzzt_link() {
echo bp_get_send_private_bzzt_link();
}
function bp_get_send_private_bzzt_link() {
global $bp;if ( bp_is_my_profile() || !is_user_logged_in() )
return false;$sender_id = $bp->loggedin_user->id;
$recip_id = $bp->displayed_user->id;
$recip_name = $bp->displayed_user->fullname;return apply_filters( ‘bp_get_send_private_bzzt_link’, wp_nonce_url( $bp->displayed_user->domain . $bp->profile->slug . ‘/bzzt/send/’ . $sender_id . ‘/’ . $recip_id . ‘/’ . $recip_name . ‘/’) );
}
`April 15, 2011 at 4:52 pm #110350Nahum
Participant@hnla thanks for chiming in. that would be alot of pages to create and manage, no? I think sticking to /author/ would be better off. Something else I’ve thought of is to force a Hello World post for all members. would love to hear suggestions on that approach.
April 15, 2011 at 2:48 pm #110341In reply to: Buddypress.org Features Theme
Hugo Ashmore
ParticipantIt’s not really that much different? I doubt it’s a good idea to use an older default theme with later BP versions the two will not be compatible
April 15, 2011 at 2:45 pm #110339In reply to: allow_call_time_pass_reference to true errors
mabjustmab
ParticipantHi Virtuali,
thanks for looking at this.
I am using WordPress Version 3.1.1
buddypress Version 1.2.8the error is caused when I Post on a group page.
the post goes through, but after this error.
I do NOT get the error when posting on the forum page.also,
when I try to create a new group, I get a whole page of errors (like below)
when I go to the top of the groups page, the new group is there.any help is greatly appreciated!
thank you!`Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/WebAdmin/mywebsite.com/wp-content/plugins/buddypress/bp-groups/bp-groups-notifications.php on line 34
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/WebAdmin/mywebsite.com/wp-content/plugins/buddypress/bp-groups/bp-groups-notifications.php on line 35
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/WebAdmin/mywebsite.com/wp-content/plugins/buddypress/bp-groups/bp-groups-notifications.php on line 83
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/WebAdmin/mywebsite.com/wp-content/plugins/buddypress/bp-groups/bp-groups-notifications.php on line 84
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/WebAdmin/mywebsite.com/wp-content/plugins/buddypress/bp-groups/bp-groups-notifications.php on line 137
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/WebAdmin/mywebsite.com/wp-content/plugins/buddypress/bp-groups/bp-groups-notifications.php on line 138
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/WebAdmin/mywebsite.com/wp-content/plugins/buddypress/bp-groups/bp-groups-notifications.php on line 183
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/WebAdmin/mywebsite.com/wp-content/plugins/buddypress/bp-groups/bp-groups-notifications.php on line 184
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/WebAdmin/mywebsite.com/wp-content/plugins/buddypress/bp-groups/bp-groups-notifications.php on line 235
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/WebAdmin/mywebsite.com/wp-content/plugins/buddypress/bp-groups/bp-groups-notifications.php on line 236
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/WebAdmin/mywebsite.com/wp-content/plugins/buddypress/bp-groups/bp-groups-notifications.php on line 293
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/WebAdmin/mywebsite.com/wp-content/plugins/buddypress/bp-groups/bp-groups-notifications.php on line 294`
April 15, 2011 at 2:33 pm #110336In reply to: Buddypress.org Features Theme
souder
MemberI like it better do you know where i can find it
April 15, 2011 at 2:31 pm #110335In reply to: Buddypress.org Features Theme
Hugo Ashmore
ParticipantIt’s basically the default theme but probably an early 1.2 version.
April 15, 2011 at 12:31 pm #110319In reply to: User Level CSS
Virtuali
ParticipantYou can do that with avatars: check it out: http://wpmu.org/simple-buddypress-avatar-css-tweaks-rounded-corners-shadows-highlight-admin-moderator/
April 15, 2011 at 12:31 pm #110318In reply to: URGENT – How To Set Default Values?
Boone Gorges
KeymasterThe most elegant way to do this is to filter bp_ajax_querystring. Detect whether you’re looking at the activity stream, and if the querystring is empty, add arguments that show friends’ activity.
Here’s a thread with an example on how to build such a filter (yours will do a few more conditional checks first): https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/add-filters-to-if-bp_has_activities-bp_ajax_querystring-activity/#post-88068
And here is some guidance on the arguments taken by bp_has_activity(): https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
April 15, 2011 at 11:54 am #110317nit3watch
ParticipantApril 15, 2011 at 11:33 am #110315In reply to: Switch language plugin
nickmy
Participantyeah I did but whats this?:
‘This plugin requires WPML. It uses WPML’s language API and hooks to BuddyPress to make it multilingual.’
April 15, 2011 at 10:49 am #110312In reply to: contus video gallery plugin for buddypress
Prince Abiola Ogundipe
ParticipantHi, thanks for your reply, i am using Avenue k9 buddypress buddypack theme which uses buddypress default theme function.
https://wordpress.org/extend/themes/avenue-k9-buddypress-buddypack
can you please check if there is something i can do to make it work
Regards
April 15, 2011 at 8:58 am #110308Hugo Ashmore
Participant@nit3watch
Hmm working for me. Just tested on a 1.3 test install. line numbers need disregarding or at least using as a very rough pointer to the area, line numbers have changed even more in 1.3.One thing that needs doing is where there is an instance of ‘odd’ or ‘even’ those need to become ‘ odd’ ‘ even’ i.e they need white space before the first letter in order to ensure that the class prints out as a valid syntactical class group:
class=”groups new_forum_topic odd”If it’s still not working paste up your file showing pertinent lines, this is a very simple approach so shouldn’t run into problems.
I would also make one other change and that is to rename $class as that is rather generic and open to clashing with another of that name change it to something like $stripe_class
April 15, 2011 at 7:37 am #110306nit3watch
Participant@hnla, may contain inaccuracies despite being on line 19 as apposed 20, your example was very explanatory though its not working?
I implemented the above though when I check the activity entries, it isn’t printing them out as even/odd. There has been a change to entry.php which is most likely the culprit?
April 15, 2011 at 5:24 am #110301In reply to: contus video gallery plugin for buddypress
Saranya Natarajan
MemberHi,
We have tested the contus video gallery with the following buddypress themes and the contus video gallery is working fine with them.
1. Darwin (BuddyPress BuddyPack) 1.2.1
2. BuddyPress Default 1.2.7
3. BuddyTheme 1.3
4. Randy Candy 1.0.0Please try with the above buddypress themes. If you have difficulty with any other buddypress theme, let us know. We will check and let you know.
Regards
Saranya
Contus video gallery.April 15, 2011 at 2:40 am #110297In reply to: allow_call_time_pass_reference to true errors
Virtuali
ParticipantThats a weird error. Tell directly what happens, is this error when you activate it? Or visit a buddypress page?
April 15, 2011 at 2:21 am #110295In reply to: What type of plugin would u suggest???
Virtuali
ParticipantBuddypress standard, without even any plugins is so extremely flexible for many ideas. If you want users to write a poem, have them create a forum topic with the poem! Or even a group.
If you have multisite, you could have your users create blogs, and their own poems.
April 15, 2011 at 2:16 am #110294In reply to: In Profile fields
pcwriter
ParticipantOops… my comment about “Required” fields is a bit (a lot?) misleading

Users will not be able to save their profile settings until all required fields are filled out… that’s what I meant by “trapped”
April 15, 2011 at 2:05 am #110293In reply to: Fatal Error on activating BuddyPress Plugin
Virtuali
ParticipantTry upping the memory limit if possible.
If you can’t up the memory limit, try to implement some of the improving performance tips listed here – https://codex.buddypress.org/getting-started/improving-performance/
April 15, 2011 at 2:00 am #110292Virtuali
ParticipantChill out!
Check this out: http://buddydev.com/buddypress/creating-the-sitewide-globalunified-search-page-for-your-buddypress-theme/I have this in my site, and it’s a great approach, if you follow the directions.
April 15, 2011 at 1:37 am #110288dschueler
MemberWow, this is REALLY a huge GAP in Buddypress for me and I think MANY others. WordPress search is bad enough in and of itself….not having a federated search across WP and BP is well….poor. Hopefully this will be fixed nicely soon. The BuddyDev approach is messy…its a good stopgap but it is done all outside of the rest of the search world…so none of the search enhancement plugins etc will work with it. We really need a STRONG integrated search engine in WP and BP…. I HOPE there is one in the works out there with Highlighting, full text search ….well…LUCENE or SOLR like but not having to have that server loaded. If some of the SOLR hosting sites built this they could get my business
April 15, 2011 at 1:30 am #110287mojoey
MemberI just installed and activated the latest auto group join for my site healclick.com, and it’s still not showing up in my plugins menu or my buddypress dashboard. I tried the suggestion by Boone and manually entered the suggestions by Onyx into the php files. No go. Any suggestions?
April 15, 2011 at 1:23 am #110286In reply to: In Profile fields
Marcos Nobre
Participantooooooooooooh!! @pcwriter thank you thank you thank you!!!!
April 15, 2011 at 1:02 am #110284In reply to: In Profile fields
pcwriter
ParticipantThat’s a basic feature of profile fields. Go to “Profile Field Setup” in your backend and you’ll see this:
“NOTE: Any fields in the first group will appear on the signup page.”Simply click the “Add New Field Group” button and create the fields you want in that new group. They will not appear on the signup page, but will be available on the user’s Profile page.
Be careful with the “Required” setting though. If you set fields in new groups to “Required”, your users will be trapped on their profile page the first time they visit until they fill in all required fields.
April 15, 2011 at 12:53 am #110282Marcos Nobre
Participant@boonebgorges shoots you lost me in the whole convert the post to UNIX format and subtract the two…

is there a guide somewhere?
Thank you!
April 15, 2011 at 12:12 am #110281In reply to: Send Private Static Message
r-a-y
KeymasterRight now, your function is coded so it runs whenever the function is called.
You need to create an action listening function at a predetermined slug so your function should run; or if you’re feeling really up to it, use ajax to send the request.Check out any action function in BP for hints.
Here’s such an example to get you started:
https://trac.buddypress.org/browser/tags/1.2.8/bp-xprofile.php#L398 -
AuthorSearch Results