Bug Wrong phrase reference in dbtech_downloads template

Status
Not open for further replies.

bzcomputers

Customer
Just a small issue with reference to a phrase in the dbtech_downloads template referring to the download statistics area:

Current code:
Code:
<vb:if condition="!$_REQUEST['categoryid']">{vb:rawphrase dbtech_downloads_total_downloads}
<vb:else />
{vb:rawphrase dbtech_downloads_[COLOR="#FF0000"]total_downloads[/COLOR]}</vb:if>

Should be:
Code:
<vb:if condition="!$_REQUEST['categoryid']">{vb:rawphrase dbtech_downloads_total_downloads}
<vb:else />
{vb:rawphrase dbtech_downloads_[COLOR="#FF0000"]downloads[/COLOR]}</vb:if>
 
Status
Not open for further replies.

Legacy vBDownloads

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