Hi guys!
does anyone know if exists a module doing something like this updating content effect?
http://www.solinked.com/
Thanks!
Spam.
that was really usefull thanks yelvington
lol Drupal.org is a play ground for most vietnamese spammers and posting a thread with only link with small description senses like spam.
You can do a similar thing using Views Hacks module; http://drupal.org/project/views_hacks#views_autorefresh
What's new and changing in PHP 8.4
i understand!
thanks for your help Ayesh!
:)
Hey i installed Views Hack Module and added this php code to the view header but unfortunately is not working or refreshing with this nice "slide" effect.
$interval = 1000; // 1000 msec = 15 sec print theme('views_autorefresh', $interval);
and checked: Display even if view has no result.
Any ideas what could be wrong?
could be that the $interval variable is not showing up on the Available variables of the pho header section? there are just 3:
$view: The view object. $handler: The handler object. $results: Array containing the view's result.
Comments
Spam.
Spam.
that was really usefull
that was really usefull thanks yelvington
^
lol
Drupal.org is a play ground for most vietnamese spammers and posting a thread with only link with small description senses like spam.
You can do a similar thing using Views Hacks module; http://drupal.org/project/views_hacks#views_autorefresh
What's new and changing in PHP 8.4
i understand! thanks for
i understand!
thanks for your help Ayesh!
:)
Hey i installed Views Hack
Hey i installed Views Hack Module and added this php code to the view header but unfortunately is not working or refreshing with this nice "slide" effect.
and checked: Display even if view has no result.
Any ideas what could be wrong?
could be that the $interval variable is not showing up on the Available variables of the pho header section? there are just 3:
$view: The view object.
$handler: The handler object.
$results: Array containing the view's result.
Thanks!