[support] How can I add code that will call javascript within a block every minute for Drupal 6

Earnie Boyd earnie at users.sourceforge.net
Sun Jan 29 18:46:55 UTC 2012


On Sun, Jan 29, 2012 at 11:46 AM, John Mitchell <mitchelljj98 at gmail.com> wrote:
> I enabled the Block Refresh module and it does make a new request within the
> block that has my ad but it fails to display the new ad so now after a
> minute the current ad goes away but it is not replaced by a new ad.  I
> looked at these requests within firebug and the initial/first request (which
> shows the ad) does not list the Param tab within firebug but each request
> (which do not show the ad) after that has the additional Param tab showing
> up in addition to all the other tabs that the first request has listed
> including the response tab which has the image within a <a tag.
> How can I get this block to display this refreshed ad by utilizing the Block
> Refresh module?
>

Check to see if you have block caching turned on or off on the
performance settings page?  For this you want it off.

-- 
Earnie
-- https://sites.google.com/site/earnieboyd


More information about the support mailing list