The Views which using "Search: Links from" as argument to find the referenced nodes will only be displayed the result after the cron job had been run. Is there anyway to fire the Views-related-only cron right after the referenced nodes had been created in order to display the Views?
My case is to create a collection(node type A) of videos(node type B). I use flag to create a view of potential list of node type B first. And make the potential list as the View used to select the nodes in the node referenced CCK field of node type A when create the collection. And embedded a View with "Search: Links from" as argument in the node display. The collection always takes some times to display the referenced video and make the collector who arrange the collection feel confused. And the cron will do a lot of things including moving large video from Drupal to YouTube so I can not run the cron very frequently.
Any suggestion? Thanks in advance.
Comments
Comment #1
happydrupal commentedIs there any suggestion to fire the Views-related-only cron right after the referenced nodes had been created in order to display the Views?
Comment #2
dawehnerNo there is no way to do this. You would be able to run the cron more often. But this question is not related to views. The feature is included into the search moduel and not views