
how can i remove this from the index page .. i don't have space
i want it in posting page only



Code: Select all
<!-- IF IMAGEUPLOAD_USE_UPLOAD -->
<li <!-- IF not PHPBB_IS_32 -->class="small-icon icon-upload"<!-- ENDIF --> data-last-responsive="true">
<a href="{U_IMAGEUPLOAD_UPLOAD}" target="_blank" title="{L_IMAGEUPLOAD_UPLOAD}" role="menuitem">
<!-- IF PHPBB_IS_32 --><i class="icon fa fa-upload" aria-hidden="true"></i><!-- ENDIF -->
<span>{L_IMAGEUPLOAD_UPLOAD}</span>
</a>
</li>
<!-- ENDIF -->Code: Select all
<!-- IF IMAGEUPLOAD_USE_UPLOAD -->
<li <!-- IF not PHPBB_IS_32 -->class="small-icon icon-upload"<!-- ENDIF --> data-last-responsive="true">
<a href="{U_IMAGEUPLOAD_UPLOAD}" target="_blank" title="{L_IMAGEUPLOAD_UPLOAD}" role="menuitem">
</a>
</li>
<!-- ENDIF -->










I tried the 3 ways .. with purging the caches from ftp and acp and browsermartin wrote: 01 Jul 2017, 18:26 3 ways to do this
1 delete code and purge the cache folder on ftp and acp (take yor pic)
2 Rename the file to another event so it only shows on posting page (the best way)
3 delete the file.
No matter what way you go your be doing it on ftp so after you make the change delete the production folder thats in the cache folder and also your browsers cache as the html file is cached there too.
Fail to clear the browser cache will show you an error.



