Page 1 of 1

Remove link from title

Posted: 27 Jan 2013, 23:47
by Scorpion
Hi,

when i choose the Filename or Title option, the File will be allways displayed as a Link, but it isnt clickable.

What is wrong?

Greetings Micha

Re: Remove link from title

Posted: 29 Jan 2013, 20:56
by Jan
Hi, which version of Phoca Download you are using?

Jan

Re: Remove link from title

Posted: 29 Jan 2013, 21:44
by Scorpion
Hi Jan,

i use the latest Version of Phoca Download 2.1.8

Micha

Re: Remove link from title

Posted: 30 Jan 2013, 23:47
by Jan
If I set Filename, the filename is clickable, if I set title then the Title is clickable - so this should work OK

If you set the Filename and Title, then only filename is clickable but displayed is Title and Filename. To have other feature e.g. to have both Filename and Title clickable, you can customize the output:
components/com_phocadownload/views/category/tmpl/default_files.php

Jan

Re: Remove link from title

Posted: 31 Jan 2013, 02:22
by Scorpion
Hi Jan,
Jan wrote:If I set Filename, the filename is clickable, if I set title then the Title is clickable - so this should work OK
No, both settings are unclickable. I have the download button on this side, this is connected with it?
Jan wrote:If you set the Filename and Title, then only filename is clickable but displayed is Title and Filename. To have other feature e.g. to have both Filename and Title clickable, you can customize the output:
components/com_phocadownload/views/category/tmpl/default_files.php
O.K., but when i set the option to Title, how do I remove the <a href> tag from the Title?

Micha

Re: Remove link from title

Posted: 05 Feb 2013, 22:19
by Jan
Hi, then you need to remove it directly in the code - in html/php in the file listed above.

Jan

Re: Remove link from title

Posted: 05 Feb 2013, 23:33
by Scorpion
I found it! Thanks Jan!

Micha

Re: Remove link from title

Posted: 08 Feb 2013, 00:34
by Jan
Great to hear it.
Jan