Jan wrote:I know, the image should be linked but what is the reason for this if there is title and download button set as link, why to add third item as link
Hi Jan,
(Sorry for the delayed reply, I had too much work in the last couple of days.)
Ok, let me explain the situation with some more details. Maybe you will see that there can be cases in which linking the images can have more significance and reason than in other cases.
Our company is a publishing house, and on our websites we make different periodicals available to users in pdf format. There are several types, for instance, weekly magazines, monthly, or quaterly periodicals. Now, it is obvious and appropriate that an issue of a periodical is identified not only by the title but also by the cover image. You can take a look at here:
http://evangelikuselet.hu/lapszamok/category/11-2015
http://evangelikuselet.hu/lapszamok/category/12-2016
http://lutherkiado.hu/letoltes/oktatas/ ... zikoenyvek
(As you can see, the title is turned off in css because of layout design reasons.)
Well, in these cases the users rightly keep asking why the cover images are not clickable. They simply don't understand what is so difficult to link an image. And they are right. (It is very tiring to clarify all the time, in every case, that the download engine is a third party extension etc.)
Additionally, before the company decided to go to Joomla engine, the websites had been individually developed projects (without any extended cms), and on those sites all the covers had been linked, so the users are somewhat used to that feature, and they consider clicking on a cover quite natural.
I think in this case the feature request of linked images is fairly legitimate and appropriate.
What do you think, Jan?
(And let me pursue the matter of this code line a bit further:
Code: Select all
$pdFile .= $linkDownloadB .$l->getName($v->title, $v->filename) .$linkDownloadE;
This is the download link that contains the title and the filename, but only the filename is displayed by default. Is it possible to put the main icon or the phocathumbnail image into this download link?)
Thanks,
mentalhacker