Closed (won't fix)
Project:
Activity
Version:
5.x-4.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2008 at 03:21 UTC
Updated:
4 Nov 2009 at 05:26 UTC
When trying to go to the /activity directory, I see the attached screenshot (showing the Activity page, with the "All activity" tab highlighted, and a blank tbody table but with 8 pages in the pager).
I've tried switching themes. I've also confirmed that there are many rows in the activity and activity_history database tables.
No one else seems to have an issue about this (or at least, I'm not using the right search terms). Since the module doesn't appear to be working,
(I'm using cvs tag DRUPAL-5--3-0-BETA2, activity.module,v 1.1.2.2.2.30 2008/04/29 15:59:29 jaydub)
| Comment | File | Size | Author |
|---|---|---|---|
| x-activity-module.png | 21.82 KB | SpriteGF |
Comments
Comment #1
sirkitree commentedDid you save the activity settings found at /admin/settings/activity ?
Comment #2
jaydub commentedNew development is now focused on the 5.4 branch of Activity (and a Drupal 6 port is also in development). If you are still having trouble and can try out the 5.4 branch on a development server you should see fewer problems.
Comment #3
TheOldGuy223 commentedHad the same problem before I relized I had to set all the tokens in the activitys settings for what the messages where actually supposed to say
Comment #4
joshk commentedProblem here is that you don't want *everything* to be an activity. E.g. updates to pages, etc, you want to remove from the stream. Setting a blank token should (in theory) have this effect.
I'm aware this isn't how the module is written, but from the standpoint of an admin, this is what you expect.
Comment #5
joshk commentedMore to the point, the "all activity" block should ideally do something better than NULL for $filters. E.g. it should look at its own token variables and figure out what to include/exclude.
Unfortunately, the current structure won't really allow for that. For instance it's impossible to show new blog posts, wiki posts and wiki updates but NOT blog updates, since the filters for post, update, wiki and blog must all be allowed.
Comment #6
toma commentedI am using the module in my production website and nothing show, i set all the message in activity setting but nothing show in my activity page or in activity website
http://www.biladi.ma/activity
My website are in french and i change to french, set token and everything as supposed to be! any help please
Comment #7
sirkitree commented5.x unsupported.