The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
hi
i think i read in one of the forum's postings (don't remember which one)
that in one of the last posts in that section's conversation,
Alotporn mentioned that he used a cron job to automatially rotate galleries, from the back to the front, every 15 minutes, to keep the website looking constantly updated
how is that done?
thank you
Last edited by newxxx (2015-07-31 17:22:05)
Offline
Offline
in the admin - dashboard - tools - click on cronscript - edit Video Shuffle and set it on 15 min (mine is set on 60 min).
but you have to edit some more in ftp edit this public_html/cron/scripts/video_shuffle.php look for this:
SELECT video_id
FROM #__video
WHERE status = 1
ORDER BY add_time ASC
LIMIT 60
change 60 into 1
thats it the script rotate every 15 min a video.
good luck
greetings
Jaco
Offline
Thanks !!!!!
Offline
That is added already in the latest version.
Offline
That is added already in the latest version.
so how exactly does it work,
and is it automatic, or does it need to be turned on/off ?
thank you
Offline
Pages: 1