Spiders Only:
OPEN
ext/hifikabim/aprilfools/styles/prosilver/template/event/overall_footer_body_after.html
DELETE
Code: Select all
// default fruit fly bug:
new BugController({
});
SAVE UPLOAD PURGE CACHE
Flies Only:
OPEN
ext/hifikabim/aprilfools/styles/prosilver/template/event/overall_footer_body_after.html
DELETE
Code: Select all
// default spiders:
new SpiderController({
});
SAVE UPLOAD PURGE CACHE
Show Everywhere:
OPEN
ext/hifikabim/aprilfools/styles/prosilver/template/event/overall_footer_body_after.html
AND
ext/hifikabim/aprilfools/styles/prosilver/template/event/overall_header_head_append.html
DELETE
AND
SAVE UPLOAD PURGE CACHE
Show on one or more forums ONLY:
OPEN
hifikabin/aprilfools/styles/prosilver/template/event/overall_header_body_before.html
hifikabin/aprilfools/styles/prosilver/template/event/overall_header_head_append.html
FIND
REPLACE WITH
where x and y are your forum id numbers. You can have as many as you like, just separate them with a
,
followed by a space. Note that the forum id's are in square brackets not the curly ones that contain the whole code.
SAVE, UPLOAD, PURGE CACHE
Activate on specific date only:
By using the following code you can have the extension activate itself on a specific date.
OPEN
ext/hifikabim/aprilfools/styles/prosilver/template/event/overall_footer_body_after.html
AND
ext/hifikabim/aprilfools/styles/prosilver/template/event/overall_header_head_append.html
FIND
REPLACE WITH
Code: Select all
{% set today = 'now'|date('m/d') %}
{% set aprilfools = '04/01' %}
{% if today == aprilfools and S_INDEX %}
SAVE, UPLOAD, PURGE BOARD CACHE
Now you can activate the extension in the ACP but it will not become active until the specified date (April 1st if the default setting, to choose a different date edit
to the MM/DD you require
Also See
HERE