Posted by kakins on November 26, 2007 at 7:41pm
Jump to:
| Project: | OG Teampage |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | MartinSfromB |
| Status: | active |
Issue Summary
I'm using the [teamtable: xxx] filter in my group's mission statement. It works fine, but is not updating to reflect the new users in my groups. It only shows the members that were present when I first used the filter.
Is this something that requires cron (which is running and doesn't seem to help) or job_queue.module (not currently installed) to work?
Thanks,
--K
Comments
#1
Are you using drupals cache mechanism at your site?
#2
Good afternoon.
Regarding the drupal cache -- That is a good thought (that I had not considered), but I am not currently using the drupal cache mechanism.
Good news, though... In poking around, I believe that I figured out how to update the list presented by the filter. It appears that this filter is only executed when the node is submitted. I suppose this makes sense, however I've not seen this described anywhere. To update it, I had to "edit" the mission statement (with an extra space here or there) and re-submit it -- simply re-submitting it without changes didn't trigger the filter either.
My question now becomes: Is it possible to update this filter upon node view (preferred) or by some other regularly timed occurrence (cron)? I'm getting comfortable with php (more so everyday) and will look now to see how this is triggered now. Any advice/info would be appreciated in the mean time.
Thanks, again.
--K
#3
So, anything happend with this? ;)