News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

find and correct a litle bug - [Fixed in 3.2.25 !!!]

Started by vincevg, 11.02.2015 13:35:23

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

vincevg

Hi think there is a litle bug in 3.2.24

..\administrator\components\com_jdownloads\views\categories\tmpl\default.php
   173: <img src="<?php echo JURI::root().JRoute::_( "/images/jdownloads/catimages/$item->pic" ); ?>" width="32px" height="32px" align="middle" border="0"/>
..\administrator\components\com_jdownloads\views\downloads\tmpl\default.php
   183: <img src="<?php echo JURI::root().JRoute::_( "/images/jdownloads/fileimages/$item->file_pic" ); ?>" width="32px" height="32px" align="middle" border="0"/>
 
  Must be (delete / at the begining) :
   
..\administrator\components\com_jdownloads\views\categories\tmpl\default.php
   173: <img src="<?php echo JURI::root().JRoute::_( "images/jdownloads/catimages/$item->pic" ); ?>" width="32px" height="32px" align="middle" border="0"/>
..\administrator\components\com_jdownloads\views\downloads\tmpl\default.php
   183: <img src="<?php echo JURI::root().JRoute::_( "images/jdownloads/fileimages/$item->file_pic" ); ?>" width="32px" height="32px" align="middle" border="0"/>
   
   
       
  •  

Arno

#1
Hi,
is fixed in 3.2.25.
Many thanks.
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •