-
Agen Situs Judi Bola Online's profile was updated 6 years, 6 months ago
-
Allen Tx Roofing Pro replied to the topic Registration page does not work in the forum How-to & Troubleshooting 6 years, 6 months ago
Hi, i am also facing the same problem…
-
Allen Tx Roofing Pro's profile was updated 6 years, 6 months ago
-
JOOPZY Store's profile was updated 6 years, 6 months ago
-
Jammy's profile was updated 6 years, 6 months ago
-
Cokakapi's profile was updated 6 years, 6 months ago
-
's profile was updated 6 years, 6 months ago
-
's profile was updated 6 years, 6 months ago
-
ephani erman's profile was updated 6 years, 6 months ago
-
Matebiz Australia's profile was updated 6 years, 6 months ago
-
pokedaichien's profile was updated 6 years, 6 months ago
-
Owen Carver's profile was updated 6 years, 6 months ago
-
Owen Carver replied to the topic BuddyPress 4.4.0 in the forum Miscellaneous 6 years, 6 months ago
I read the security updates, but as long as those 2x instances don’t apply to my sites is there any reason to update to this version at this time if my BP version is only 2 months old?
-
Owen Carver replied to the topic Create News Feed like Facebook in the forum How-to & Troubleshooting 6 years, 6 months ago
I saw the “Youzer” plugin has a full-site activity feed like facebook, at http://www.mysite.com/activity/.
-
Owen Carver replied to the topic Create News Feed like Facebook in the forum How-to & Troubleshooting 6 years, 6 months ago
BuddyPress does not have this as a default option in the activity feed settings?
-
Babak Fakhamzadeh replied to the topic How to attach custom activities to groups? in the forum Creating & Extending 6 years, 6 months ago
I can call a custom template for my custom page like so:
function my_new_group_show_screen_content() {
echo bp_buffer_template_part( 'groups/group-custom', null, false );
}Then, just for testing, on that template, I record a visit to that page as an activity, like so:
$defaults = array([Read more]
'user_id' => '1',
'action' => 'A user just… -
's profile was updated 6 years, 6 months ago
-
Babak Fakhamzadeh replied to the topic How to attach custom activities to groups? in the forum Creating & Extending 6 years, 6 months ago
A first step could be to add a custom tab on the groups pages. This works for that:
This worked for me:
function setup_group_nav(){[Read more]
global $bp;
/* Add some group subnav items */
$user_access = false;
$group_link = '';
if( bp_is_active('groups') && !empty($bp->groups->current_group) ){
$group_link =… -
Babak Fakhamzadeh replied to the topic Add Custom Tab to Groups Directory in the forum Creating & Extending 6 years, 6 months ago
I looked at the code for the plugin ‘Events Manager’, and managed to put together the following which worked for me:
function setup_group_nav(){[Read more]
global $bp;
/* Add some group subnav items */
$user_access = false;
$group_link = '';
if( bp_is_active('groups') && !empty($bp->groups->current_group) ){
$group_link =… -
Babak Fakhamzadeh replied to the topic Add Custom Tab to Groups Directory in the forum Creating & Extending 6 years, 6 months ago
I also just discovered this 🙁
- Load More