PDL Plugin shows Site Name

Phoca Download - download manager
tapiochre
Phoca Enthusiast
Phoca Enthusiast
Posts: 58
Joined: 15 Jul 2011, 15:02

PDL Plugin shows Site Name

Post by tapiochre »

Hi,

I created an article and added a PDL button to a Category:

Code: Select all

{phocadownload view=category|id=9|text=Vacancies Folder|target=s}
This links to the page holding a number of files in that Category - perfect!

BUT, at the very top of the Article, above the Category Name, PDL also shows the Joomla "Site Name" (as set in Global Configuration).

Looking at the code of the page created by the application I see the following:

Code: Select all

...
...
...
<div class="componentheading">My Joomla Beta Site!</div>
<div id="phoca-dl-category-box">
<img alt="" style="display:none" src="/components/com_phocadownload/assets/images/blue/blue-button-l-g.png">
<img alt="" style="display:none" src="/components/com_phocadownload/assets/images/blue/blue-button-r-g.png">
<img alt="" style="display:none" src="/components/com_phocadownload/assets/images/blue/blue-button-l-b.png">
<img alt="" style="display:none" src="/components/com_phocadownload/assets/images/blue/blue-button-r-b.png">
<img alt="" style="display:none" src="/components/com_phocadownload/assets/images/blue/blue-button-l-o.png">
<img alt="" style="display:none" src="/components/com_phocadownload/assets/images/blue/blue-button-r-o.png">
<img alt="" style="display:none" src="/components/com_phocadownload/assets/images/blue/blue-button-l-r.png">
<img alt="" style="display:none" src="/components/com_phocadownload/assets/images/blue/blue-button-r-r.png">
<div class="pd-category">
<h3>Dowloadable Archives</h3>
...
...
I don't want this "div class="componentheading" to show at all on this page. Can it be switched off somewhere, and if so where? Obvioulsy, I cannot set display:none for "componentheading" at a global level!

Many thanks

Chris
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48595
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: PDL Plugin shows Site Name

Post by Jan »

Hi, if you mean the component view, you can change it in menu link to component or directly edit in:

components/com_phocadownload/views/category/tmpl/ ...

Jan
If you find Phoca extensions useful, please support the project
Post Reply