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
Hello
On this page:
http://www.gaydango.com/8050/cute-bareback-guys/
There is a link at the bottom that says "Click to download video in FLV format"
I would like to modify that link.
What file(s) do I need to edit?
Thanks.
Offline
Its in templates/your_template/video_view.tpl.php
Line 28
<a href="<?php echo RELATIVE_URL,'/download/',$this->video['video_id'],'/" class="download" title="',__('download-link', array(strtoupper($this->video['ext']))),'" rel="nofollow">',__('download-link', array(strtoupper($this->video['ext']))); ?></a>
You can change that to a static link.
Offline
Pages: 1