Convert ViewsBookmarkactivity
sirkitree - February 15, 2008 - 03:56
| Project: | Activity |
| Version: | 5.x-3.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | sirkitree |
| Status: | closed |
Description
This also need a little McLovin to get it working with the new API.

#1
I've added this back in. Please test it out!
#2
The insertion was not working correctly. I made a change at the last minute that I didn't take time to test. Tested and here's the patch to fix.
This applies to what I put into the 5.x.3-dev for views_bookmarkactivity.module
#3
Missed a one liner. Here's a patch that does everything above plus changes:
<?phpif ($type == 'nodeactivity') {
?>
to
<?phpif ($type == 'views_bookmarkactivity') {
?>
inside of function views_bookmarkactivity_token_list().
#4
committed to dev.
#5
Automatically closed -- issue fixed for two weeks with no activity.