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
Offline
libraries/framework/bbcode.php
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Offline
Hmm...i dont know what bbcode for videos is. Can you please explain?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
http://videarn.com/video.php?id=133159
when the bbcode +thumb is posted. a thumbnail image is displayed. When a user clicks the thumbnail. it takes them to the video
Offline
Maybe this will help you understand
As a preview thumbnail image is shown on the main page. You should be able to make a code that extracts the thumbnail image code from the main page and ad's it to the URL for the video.
Basically you want something that will take the preview image and video code to make bbcode like this.
[url=http://dirtydirtyangels.com/5763/evelyn-lin-two-asians-price-of-one][img]http://dirtydirtyangels.com/media/videos/tmb/000/005/763/1.jpg[/img][/url]
Then when someone wants to share a videos. The user/Admin can take the code and post it on any website/forum. When the code is posted it will turn into a clickable picture like below.
Last edited by jaydenblair@live.co.uk (2011-12-13 22:15:10)
Offline
In templates/your-template/video_view.tpl.php add:
[url=<?php BASE_URL,'/',$this->video['video_id'],'/',$this->video['slug'],'/'; ?>][img]<?php echo THUMB_URL,'/media/videos/',path($this->video['video_id']),'/',$this->video['thumb'],'.jpg'; ?>[/img][/url]
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
is there a specfic place where i add this or just any place in the file?
Last edited by jaydenblair@live.co.uk (2011-12-14 18:25:57)
Offline
Please email me FTP access and i will add it for you.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Offline
Offline
The bbcode is slightly flawed. It doesn't give a full URL for the image. There for it does not show when posted on forums.
[url=http://dirtydirtyangels.com/892/horny-german-teen-ass-fucks-like-a-pro/][img]/media/videos/tmb/media/videos/000/000/892/1.jpg[/img][/url]
Offline
Use BASE_URL.'/media/videos/tmb/ instead of THUMB_URL
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1