Module load order - how to get external content to load last
Posted 15 years 8 months ago
Hi,
I have a simple question: how can I override the module load order to make sure that modules that access external content (eg mod_translate using the Google translator) load last?
I would like to be able to put the module in any position, and yet make sure that everything else on the homepage is loaded first before attempting to access this external call.
I'm using the vertigo template, j! 1.5.11
thanks
ecoreefs
ps: you can observe the issue, notice that the roktabs module gets hung up while waiting for the translate mod in position 9 to finish rendering.