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
Remove link from title
- Jan
- Phoca Hero
- Posts: 48587
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Remove link from title
Hi, which version of Phoca Download you are using?
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 11
- Joined: 02 Aug 2012, 15:55
Re: Remove link from title
Hi Jan,
i use the latest Version of Phoca Download 2.1.8
Micha
i use the latest Version of Phoca Download 2.1.8
Micha
- Jan
- Phoca Hero
- Posts: 48587
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Remove link from title
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
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
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 11
- Joined: 02 Aug 2012, 15:55
Re: Remove link from title
Hi Jan,
Micha
No, both settings are unclickable. I have the download button on this side, this is connected with it?Jan wrote:If I set Filename, the filename is clickable, if I set title then the Title is clickable - so this should work OK
O.K., but when i set the option to Title, how do I remove the <a href> tag from the Title?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
Micha
- Jan
- Phoca Hero
- Posts: 48587
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Remove link from title
Hi, then you need to remove it directly in the code - in html/php in the file listed above.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 11
- Joined: 02 Aug 2012, 15:55
Re: Remove link from title
I found it! Thanks Jan!
Micha
Micha
- Jan
- Phoca Hero
- Posts: 48587
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Remove link from title
Great to hear it.
Jan
Jan
If you find Phoca extensions useful, please support the project