Quote:
Originally Posted by dilbert
Nope, it's still there. I have a branding free license.
<div id="footer_copyright" class="shade footer_copyright">
<!-- Do not remove this copyright notice -->
{vb:rawphrase powered_by_vbulletin}
<!-- Do not remove this copyright notice -->
</div>
<div id="footer_morecopyright" class="shade footer_morecopyright">
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
{vb:raw cronimage}
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
{vb:raw vboptions.copyrighttext}
{vb:raw template_hook.footer_copyright}
</div>
{vb:raw ad_location.ad_footer_end}
<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_footer}
</vb:if>
</div>
|
ok
go to your file manager (cpanel or whatever you use) and edit e360mods/holiday/hooks/parse_templates.php
on line 32 replace this
PHP Code:
$templater = vB_Template::create('e360_holiday_champagne');
$template_hook['footer_copyright'] .= $templater->render();
with this
PHP Code:
$templater = vB_Template::create('e360_holiday_champagne');
$template_hook['footer_javascript'] .= $templater->render();
if that dont work then you got to config NewYearChampagneBottle on the Holidays Special Effects
what your Start Date and Finish Date if they are the same they will not work and if you want guest to see you will have to set it on (Groups That Can See) and on e360 Holiday Setting (Enable For Guest ?) option too