Status
Not open for further replies.

arabuser

Customer
Hi, How I add new Variables for file poster image next to the current Variables

I think it can be edit by class_core.php

$conversions = array(
'%name%' => $download['title'],
'%shortdesc%' => strip_tags($download['shortdescription']),
'%fulldesc%' => $download['description'],
'%downloadurl%' => self::$vbulletin->options['bburl'] . '/' . self::$vbulletin->options['dbtech_downloads_link'] . '.php?do=download&downloadid=' . $download['downloadid'],
'%uploader%' => self::$vbulletin->userinfo['username']
);


but do I use
'%image%' => $download['image'],
or
'thumbnail%' => $download['thumbnail'],


or some thing else
 
Thumbnail URL is
Code:
self::$vbulletin->options['bburl'] . '/' . self::$vbulletin->options['dbtech_downloads_link'] . '.php?do=file&action=thumbnail&downloadid=' . $download['downloadid'] . '&d=' . $download['dateline']
:)
 
Status
Not open for further replies.

Similar threads

Legacy vBDownloads

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,716
Customer rating
0.00 star(s) 0 ratings
Back
Top