Page 1 of 1

PDL Plugin shows Site Name

Posted: 14 Aug 2012, 23:27
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

Re: PDL Plugin shows Site Name

Posted: 16 Aug 2012, 22:58
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