In Drupal 6 Views has support for a lot more data. If your data is in a database table that is not supported by views try the Table Wizard http://drupal.org/project/tw Otherwise, I think you're headed for a custom module with hook_menu implementation and a custom function for the callback. Regards, Greg PS If you're not on Drupal 6, use this as a good reason to upgrade. The time is close where Drupal 5 will no longer be supported. -- Greg Knaddison | 303-800-5623 | http://growingventuresolutions.com Mastering Drupal | http://www.masteringdrupal.com On Fri, Jul 9, 2010 at 8:12 AM, Hendry <hendry.htc@gmail.com> wrote:
Yes, it is easier using views module, provided you have a node to display, but I don't want to load a node.
# Hendry
On Fri, Jul 9, 2010 at 7:19 PM, LluĂs Forns <enboig@gmail.com> wrote:
Isn't it easier to configure the view path at views configuration page? -- [ Drupal support list | http://lists.drupal.org/ ]