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

Display Bug (autor link) [fixed in 3.2.8]

Started by Nyx, 16.03.2015 13:11:27

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Nyx

hi,

one little but ugly Display bug - a blank / space TAG too much.
Will only show with the email encode function.



space between icon & text - (pic + 'space' + emailadress )

----------------------------------
Search "$link_author = $pic_author.' '.$mail_encode;" (3 hits in 3 files)

\com_jdownloads\site\views\category\tmpl\default.php (1 hit)
   Line 1333:                         $link_author = $pic_author.' '.$mail_encode;

\com_jdownloads\site\views\downloads\tmpl\default.php (1 hit)
   Line 999:                         $link_author = $pic_author.' '.$mail_encode;

\com_jdownloads\site\views\mydownloads\tmpl\default.php (1 hit)
   Line 978:                         $link_author = $pic_author.' '.$mail_encode;


wrong:
---------   
$link_author = $pic_author.' '.$mail_encode;

right:
--------------   
$link_author = $pic_author.''.$mail_encode;
           
           

and ...
----------------------------------

Search "$link_author = $jdpic_author.' '.$mail_encode;" (1 hit in 1 file)

\com_jdownloads\plugins\plg_content_jdownloads\jdownloads.php (1 hit)
   Line 988:                     $link_author = $jdpic_author.' '.$mail_encode;
   

wrong:
---------   
$link_author = $jdpic_author.' '.$mail_encode;

right:
--------------   
$link_author = $jdpic_author.''.$mail_encode;




BTW: The Forum Link (http://jdownloads.com/index.php?option=com_wrapper&view=wrapper&Itemid=150) from the website is not working (No Iframe allowed).
  •  

Arno

Hi Nyx,
thanks for the posted small bugs.
Is fixed in 3.2.28.  ;)

I have also corrected the menu link to the forum...
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •