appsfinder
Registered
- fix footer code edit file
- template_modifications.xml
Setting enabled="0" before reinstalling
- <?xml version="1.0" encoding="utf-8"?>
<template_modifications>
<modification type="public" template="PAGE_CONTAINER" modification_key="unt_display" execution_order="10" enabled="1" action="str_replace">
<find><![CDATA[ <div class="p-body-inner">]]></find>
<replace><![CDATA[$0
<xf:if is="{{ $xf.options.unt_onofffull }}">
<xf:widget key="xp_unt_menu_list" />
</xf:if>
<xf:if is="{{ $xf.options.unt_onoff }}">
<xf:if is="$template == 'forum_list'">
<xf:widget key="xp_unt_menu_list" />
</xf:if>
</xf:if>]]></replace>
</modification>
<modification type="public" template="PAGE_CONTAINER" modification_key="unt_footer" execution_order="10" enabled="0" action="str_replace">
<find><![CDATA[{{ phrase('extra_copyright') }}]]></find>
<replace><![CDATA[$0
<br />Website is using <a href="Plugins XF - Ultimate News Ticker"><b>Ultimate News Ticker</b></a> created by StylesFactory]]></replace>
</modification>
</template_modifications>