Active
Project:
Views: Latest Post(s)
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2009 at 21:10 UTC
Updated:
2 Apr 2009 at 16:28 UTC
EXCELLENT module. EXACTLY what I was looking for. Is there any status update on the ability to use "node" type views instead of "user" type? I've been trying to use auto-nodetitles to display Term concents, but it's not working properly. If there was a "node" view, I could just ignore the title and display the fields I want.
Thanks again! Keep up the awesome work!
Comments
Comment #1
seutje commentedHi there,
I haven't actively worked on this module for a while because I've been working on a fully fledged views-in-views module which is proving to be harder than expected.
This views-in-views would be able to produce the behavior you explained and (much) more, but the main problem I'm facing is keeping it performant and avoid having it throw 1 query, and another one for each result it gets from that first query.
Depending on how long that takes, I might just pause the views-in-views and add some functionality to this module first, but nothing is certain.
Comment #2
canadrian commentedThanks for the fast reply!
Well I figured out my auto nodetitle term problem for now - there was a forum post with some php code to use instead of the [term] token. However, another problem crops up, being that I can only get the auto nodetitles to print a server timestamp, which will annoy a couple of my users in other timezones. So it would still be nice to be able to use a table and just show the post time translated into local time for the users.
Still though, glad to hear you're working on the replacement module - please post a reply here when something is ready to test, and I'll eagerly try it out. :)
Comment #3
seutje commentedhave a look at http://api.drupal.org/api/function/format_date
don't pass in a timezone and it should automatically adapt it to the user's timezone (if everything else is set up properly ofc)