Hi!
I am using the current version of phoca downloads with the editor and content plugin.
How is it possible to link only a word in a phrase to a phoca download file? I do not want do display a download button because it creates everytime a line break.
Thanks
avian
Use a text link instead of the download buttom
-
- Phoca Newbie
- Posts: 5
- Joined: 24 Jun 2008, 17:32
- Jan
- Phoca Hero
- Posts: 48739
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Use a text link instead of the download buttom
Hi, you can create direct link in your editor, or your can customize the Phoca Download plugin.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 24 Jun 2008, 17:32
Re: Use a text link instead of the download buttom
Hi,
the phoca plugin includes the following div tag:
<p>Download the file</p>
<div class="phocadownloadfile16"><a target="_self" href="/index.php?option=com_phocadownload&view=category&id=1:verein&download=1:mitgliedsantrag&Itemid=72">here</a>
</div>
The plugin includes the div-tag after <p> </p>. This happens automatically.
I tried to edit the css file but without success.
Is there another way to display the download file inline and inside the <p></p>.
Thank you
the phoca plugin includes the following div tag:
<p>Download the file</p>
<div class="phocadownloadfile16"><a target="_self" href="/index.php?option=com_phocadownload&view=category&id=1:verein&download=1:mitgliedsantrag&Itemid=72">here</a>
</div>
The plugin includes the div-tag after <p> </p>. This happens automatically.
I tried to edit the css file but without success.
Is there another way to display the download file inline and inside the <p></p>.
Thank you