Closed (won't fix)
Project:
Activity
Version:
5.x-4.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
7 Mar 2008 at 07:14 UTC
Updated:
4 Nov 2009 at 05:31 UTC
Jump to comment: Most recent file
I am reviewing the latest from 5.x-3.x-dev branch and not having much luck displaying activities, page or block.
The problem it seems is that default theming functions do not really theme 3.x activities (I generated a few I see in DB). I figure everyone who uses the module has overridden them and therefore does not experience the problem.
We need some good defaults committed to CVS, for both page and block. Could anyone contribute their code?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | activity-screenshot.jpg | 130.71 KB | jaydub |
Comments
Comment #1
jaydub commentedhmmm, I am able to see page and block views with my activity...
Comment #2
dkruglyak commentedNever mind, I tracked down the problem, which is documented in activity_admin_settings comment and on the module front page.
I think perhaps the module needs README to remind about the correct installation steps, such as saving settings.
Comment #3
sirkitree commentedThere is a install readme on the project page. I'll throw this into a readme file as soon as I get a chance.
There is a note on there to make sure you save the tokens on /admin/settings/activity for activity to show up.
I'm working on fixing this by inserting the defaults with a variable_set on the installation process of the contribs.
Comment #4
dkruglyak commentedGreat. I also found that many of default tokens do not make much sense or are in need of translation.
E.g. in nodeactivity module, operations get recorded by nodeapi hook name ("insert", "update", "delete", ...), while configuration UI says different. This means when node is Created (as Settings UI says) the default token says it was "inserted". Another problem is translation of node-type into user readable label (e.g. "feed_item" instead of "Feed Item").
We should come up with better tokens & labels for default installs.
Comment #5
sirkitree commentedAgreed. There is a patch submitted that I haven't tested out myself just yet for the human readable format here: http://drupal.org/node/223021
Comment #6
jaydub commentedComment #7
sirkitree commented5.x unsupported