-
Nick posted on the forum topic Add custom fields to activity stream in the group Creating & Extending: 14 years, 2 months ago
@Nirock Thanks for the advice. I think you are right on. After walking away from the code for a bit this weekend, I started to see the problem in a different light and came to the same conclusion. I’m not even sure the buddyPress software is really needed for this project. It may be overkill […]
-
Nick posted on the forum topic Add custom fields to activity stream in the group Creating & Extending: 14 years, 2 months ago
Latest attempts: If I type in:
function my_equipmeta() { $my_equipmeta = 'joe'; //if (is_user_logged_in()) : { echo ' <span class="equipmeta-small">(' . $my_equipmeta . ') </span>'; //} //endif; } add_action( 'bp_activity_entry_meta', 'my_equipmeta' );
I can see the name ‘joe’ in the activity. That’s a good start If I input$my_equipmeta =…
[Read more] -
Nick posted an update 14 years, 2 months ago
@modemlooper Thanks for your help over here. https://buddypress.org/community/groups/creating-extending/forum/topic/add-custom-fields-to-activity-stream/ If you have any thoughts on adding custom fields to the activity stream I’d love to hear them. I can capture the data in the front end just have no clue where to put a tag like this
ID,…
[Read more] -
Nick posted on the forum topic Add custom fields to activity stream in the group Creating & Extending: 14 years, 2 months ago
I learned a lot about buddypress and wordpress custom fields today. Some thing I loved some things I didn’t. Still can’t seem to get it to function the way I would like. I can store the custom fields from the front end but I cannot display the fields in the activity stream with the post. […]
-
Nick posted on the forum topic Add custom fields to activity stream in the group Creating & Extending: 14 years, 2 months ago
I’m going to explore the custom post types and see where that leads. Thanks for the advice!!
-
Nick posted on the forum topic Add custom fields to activity stream in the group Creating & Extending: 14 years, 2 months ago
I’m open to any other thoughts.
I’m after something like this on the homepage:
http://www.nibydesigngroup.com/TUmailer/community.jpg
I think it’s going to be some major code hacking unless someone has other thoughts.
-
Nick started the forum topic Add custom fields to activity stream in the group Creating & Extending: 14 years, 2 months ago
I’d like to add fields to the activity stream. I’m a relatively new coder so any help would be appreciated. I have studied this post and copied it to a tee but can’t seem to get it to work properly. https://buddypress.org/community/groups/creating-extending/forum/topic/adding-a-second-element-for-posting-with-an-activity/?topic_page=1&num=15 What…[Read more]
-
Nick joined the group Creating & Extending 14 years, 2 months ago
-
Nick posted on the forum topic Is it possible to update my activity stream via email? in the group How-To and Troubleshooting: 14 years, 5 months ago
well the Tweetstream and posterous would work if everyone had a Twitter account. I’m not sure they are going to be willing to make sure everyone has an account. I guess I have to keep looking.
-
Nick posted on the forum topic Is it possible to update my activity stream via email? in the group How-To and Troubleshooting: 14 years, 5 months ago
I’m going to test the Tweetstream idea this weekend as a temporary work around. I need someway to allow my members to update their status from a mobile phone that does not involve browsing to a mobile version of the site. A random request from a client to be sure, but one I need to […]
-
Nick started the forum topic Is it possible to update my activity stream via email? in the group How-To and Troubleshooting: 14 years, 5 months ago
I know in WordPress you can create a post via email. Is it also possible for members of a buddypress community to update their activity streams via email?
Thanks ahead of time for any knowledge shared!!!
-
Nick joined the group How-To and Troubleshooting 14 years, 5 months ago
@nhoover
Not recently active