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)

CommentFileSizeAuthor
x-activity-module.png21.82 KBSpriteGF

Comments

sirkitree’s picture

Did you save the activity settings found at /admin/settings/activity ?

jaydub’s picture

New 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.

TheOldGuy223’s picture

Had 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

joshk’s picture

Problem 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.

joshk’s picture

More 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.

toma’s picture

Version: 5.x-3.0-beta2 » 5.x-4.x-dev

I 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

sirkitree’s picture

Status: Active » Closed (won't fix)

5.x unsupported.