HI all,
I've just installed Raf cloud module and component.
I would like that module automatically takes tags from my article, without manually click "Rebuild list" button under "manage tags".
I think this function is called "Scheduler", so I copied the piece of code proposed:
<?php
if (file_exists(JPATH_SITE."/components/com_rafcloud/rafcloud.php"

)
{
echo "<img src="".$this->baseurl."/index2.php?option=com_rafcloud" width="0" height="0" alt="" />";
}
?>
in the index.php of my template, set current date and time, but tags of new articles don't appears in tags cloud.
What's wrong?
Thanks,
Francesco