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
At http://mysite.com/categories/ is there a way to show latest video thumb from each category.
Offline
Offline
To get the info fromt he database you can use the following query:
SELECT COUNT(c.cat_id) AS total, c.cat_id, v.video_id, v.slug, v.thumb FROM video_category AS c INNER JOIN video AS v ON (v.video_id = c.video_id) GROUP BY c.cat_id HAVING total = 1;
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1