-
rich! @ etiviti posted on the forum topic Changing order of items in activity stream in the group How-To and Troubleshooting: 15 years, 4 months ago
if you want the entire top line (time since, action, view delete links) – modify a child theme for activity/entry.php and move the div (class activity-header)
-
rich! @ etiviti posted on the forum topic docs to help me understand adding custom post_types to bp activity stream in the group Miscellaneous: 15 years, 4 months ago
@anointed – a new component is not required – just add a new function to your custom/functions file that mimics
bp_blogs_record_post(same save_post action hook) but targeting whatever post_type you need. This would allow you to change up the “wrote a new blog post” and add whatever else (meta) -
rich! @ etiviti posted on the forum topic Yet another question about making BP Private. in the group How-To and Troubleshooting: 15 years, 4 months ago
something like: (just taken from bp-core.php line 397)
is_null( $bp->displayed_user->id ) && $bp->current_component == BP_MEMBERS_SLUG && $bp->is_directory
-
rich! @ etiviti posted a new activity comment 15 years, 4 months ago
yeah agreed – i don’t think it would be too hard storing IP info into the activity_meta table.
-
rich! @ etiviti posted a new activity comment 15 years, 4 months ago
alright, sweet. i’ll try and code an exclusion around that issue for 5.2/5.3
think i was watching holy grail (for the 300th time) at the time and it just stuck 🙂
-
rich! @ etiviti posted a new activity comment 15 years, 4 months ago
php problem… on 5.3?
open up the bp-activity-block.php and change
function bp_activity_block_type_before_save( $type, &$a ) {
to
function bp_activity_block_type_before_save( $type, $a ) {and let me know if that works.
-
rich! @ etiviti posted on the forum topic is this feature in BP-Core now ? in the group BuddyPress Activity Stream Bump to Top: 15 years, 4 months ago
not that i’m aware of (core code still sorts by date_recorded and does not contain a date_modified on the parent)
-
rich! @ etiviti posted a new activity comment 15 years, 4 months ago
i replied to the topic – but i need the error message. i can’t reproduce any error or issues when creating a group. (it will block the activity if created_group is set) and redirect to the group homepage.
-
rich! @ etiviti posted on the forum topic Filtering out Activity Stream stuff in the group How-To and Troubleshooting: 15 years, 4 months ago
@lincme – create a new topic in that plugin group with the error message and steps taken? (and if you had any certain types blocked prior) – i’m unable to reproduce with a type of ( created_group or nothing) the only thing i see at the last step in the group steps is recording the activity, prior […]
-
rich! @ etiviti posted on the forum topic Time Ago in Activity in the group How-To and Troubleshooting: 15 years, 4 months ago
this falls into the activity-templatetags and the function
bp_insert_activity_metayou can filter on bp_activity_time_since to remove it then just a matter of modifying your child theme file activity/entry.php and reference a new function to display the time-since where needed (since within the context of $activities_template loop – easy to reuse…[Read more] -
rich! @ etiviti posted on the forum topic Filtering out Activity Stream stuff in the group How-To and Troubleshooting: 15 years, 4 months ago
if a site owner does not care about certain activity items at all – block em:
https://wordpress.org/extend/plugins/buddypress-block-activity-stream-types/ -
rich! @ etiviti posted on the forum topic Anyone else having the 4 hour/5 hour time issues again on the Private messages.. in the group How-To and Troubleshooting: 15 years, 4 months ago
correct trac ticket (one listed above was for activity time_since)
https://trac.buddypress.org/ticket/2504 -
rich! @ etiviti posted on the forum topic Anyone else having the 4 hour/5 hour time issues again on the Private messages.. in the group How-To and Troubleshooting: 15 years, 4 months ago
confirmed – i have the same issue now (7 hours ago)
messages_new_messageuses ‘date_sent’ => time() instead of gmdate since the templatetag uses bp_core_time_sinceactually a few other oddities where notices use time() as well. (but that actually calls bp_format_time in the templatetag)
-
rich! @ etiviti posted on the forum topic Change avatar button on profile page in the group How-To and Troubleshooting: 15 years, 4 months ago
as for the button code – just wrap it in a div with the class generic-button
-
rich! @ etiviti posted on the forum topic Change avatar button on profile page in the group How-To and Troubleshooting: 15 years, 4 months ago
<?php if ( bp_is_my_profile( ) ) { ?> your link code here <?php } ?>
-
rich! @ etiviti posted on the forum topic Change avatar button on profile page in the group How-To and Troubleshooting: 15 years, 4 months ago
use the core-templatetag
bp_is_my_profile()in a conditional check -
rich! @ etiviti posted on the forum topic Quote messages in the group How-To and Troubleshooting: 15 years, 4 months ago
no, all packaged into one (just easier for me to maintain and reuse code)
-
rich! @ etiviti posted on the forum topic Is there anyway to display a time stamp on forum posts? in the group How-To and Troubleshooting: 15 years, 4 months ago
have to change up the theme file topic.php for that one (basically reformat $topic_template->post->post_time )
-
rich! @ etiviti posted on the forum topic Quote messages in the group How-To and Troubleshooting: 15 years, 4 months ago
i haven’t seen anything for activity stream replies yet
-
rich! @ etiviti posted on the forum topic RSS Request in the group BuddyPress Activity Stream Hashtags: 15 years, 4 months ago
yep, possible – i’ll add it to my list 🙂
- Load More
@nuprn1
Not recently active
I’m looking forward to hear the good news soon!
Thanks for your attention.