Closed (won't fix)
Project:
Activity
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 May 2009 at 20:41 UTC
Updated:
11 Sep 2010 at 22:04 UTC
Jump to comment: Most recent
Comments
Comment #1
sirkitree commentedSure, just edit the default view and insert whatever you like in the 'Empty text'.

Please mark the issue as fixed if this satisfies your request.
Comment #2
patchak commentedHey there, I think we misunderstood each other, I'm really talking about that view that is created from within the module and that displays the latest activity for a user on it's profile page! Not sure at all this would be handled by views, cause I noticed in the code there is a section to add this info to the user's profile page!!
Thanks,
Patchak
Comment #3
jaydub commentedThe current release of Activity 6.1 doesn't include Views support although there experimental Views support for the 6.1 branch has been added and is available in the snapshot.
For your particular question, there is a fairly easy way to add what you want as long as you know how to work with Drupal theming and the theme override functions.
The theme function that displays the Activity for a user on their profile page is theme_activity_user_profile_activity().
If you wanted to add in text if there are no activities for the user you could do something like:
Comment #4
sirkitree commentedclosing. 1.x no longer supported.