News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

I can't remove the "Header" icons

Started by rumen, 21.02.2018 17:34:26

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rumen

Hi,
I remove all lines from active Layout in Header area. But the header still exist. Is this a bug?


jDownloads Version 3.2.5


[gelöscht durch Administrator]
  •  

ColinM

Hi
No, not a bug but the header is called up in every Layout.  It is not obvious which layout is used when because combinations of the relevant parts of a layout are usedin different situations.  So you need to make copies of all your active layouts and remove the relevant header placeholders from the copies and make the result your new active ones.

Typically the header code is
<div class="jd_top_navi" style=""><!-- Compact Files Layout with download Buttons v3.2 header-->
    <div class="jd_top_navi_item" style="">{home_link}</div>
    <div class="jd_top_navi_item" style="">{search_link}</div>
    <div class="jd_top_navi_item" style="">{upper_link}</div>
    <div class="jd_top_navi_item" style="">{upload_link}</div>
    <div class="jd_top_navi_catbox" style="">{category_listbox}</div>
</div>

You could remove every line that has a {   } in it leaving just as below
<div class="jd_top_navi" style="">
</div>

Wiping out all of the contents of the header section is not a good idea - basically as that is not something we would test!!

Also check in User Groups Settings - Group Creation/Editing Settings that the 'Display add/upload icon' field is not ticked.  Not sure this is necessary so you may need to check.

Colin
Colin M
  •