Module uninstalled but 'activity stream' still there
peashooter - July 6, 2008 - 22:50
| Project: | Activity Stream |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Hi,
I tried removing 'activity stream' but it still shows up under my user profile as a separate tab.
When I click on the tab, it gives me the:
"Empty by design. This field simply holds the place so the activitystream category can be added to profiles by a module"
box.
Any ideas how I can remove this?
Cheers,
James

#1
Try running the SQL statement "DELETE FROM {profile_fields} WHERE title = 'Placeholder' and name = 'profile_activitystream_placeholder'" replacing {profile_fields} with the name of your profile fields table (probably profile_fields).
#2