PDA

View Full Version : Hide Highlight option in Monetize How?



Pete Young
September 10, 2020, 12:18 AM
If I wanted to hide the highlight option in monetize, how would one do that ?

Viktor
September 10, 2020, 04:24 AM
Hello Pete,

Go to ftp://plugins>>monetize>>view open the file: monetize_icons.tpl
find second <li></li> tag and comment or remove it.

Pete Young
September 10, 2020, 09:37 AM
Thanks Viktor, placed this here for others the path is in view file at the bottom of folders in monetize

/plugins/monetize/view/monetize_icons.tpl

<!-- monetize icons tpl -->
<li class="nav-icon bump-up">
<a href="{$smarty.const.SEO_BASE}{if $config.mod_rewrite}{$pages.bumpup_page}.html?id={ $listing.ID}{else}?page={$pages.bumpup_page}&id={$listing.ID}{/if}"><span>{$lang.bumpup_listing}</span>&nbsp;</a>
</li>
{*<li class="nav-icon higlight">
<a href="{$smarty.const.SEO_BASE}{if $config.mod_rewrite}{$pages.highlight_page}.html?i d={$listing.ID}{else}?page={$pages.highlight_page}&id={$listing.ID}{/if}"><span>{$lang.m_highlight}</span>&nbsp;</a>
</li>*}
<!-- monetize icons tpl end -->

Thank you all worked well.