News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

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
  •