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.
If a user uploads a video under their account, or I as the admin assign new videos to a particular user name, I would like the user name to show up as part of the title (example: JesseJo's HOT Tanning Session - user-name). Is this possible?
Offline
Its possible, if you modify the code, but not by default.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Offline
Edit modules/video/components/upload.php and change:
'title' => $title,
with:
'title' => $title.' - '.$_SESSION['username'],
Please also disable anonymous uploading from Admin -> Video -> Config -> Upload
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Offline