Snippets
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
riofriz
Users
Status:
Offline
User theme: Dark
Posts: 20 Joined: Apr 21st, '20, 09:25
Post
by riofriz » Jun 10th, '20, 14:56
Here's a simple way of creating a countdown bbcode on your board:
Create the bbcode: in ACP -> posting -> bbcodes
BBCode usage
HTML replacement
Code: Select all
<div data-type="countdown" data-id="{TEXT}" class="tickcounter" style="width: 100%; position: relative; padding-bottom: 25%"><a href="//www.tickcounter.com/" title="Countdown">Countdown</a></div><script>(function(d, s, id) { var js, pjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//www.tickcounter.com/static/js/loader.js"; pjs.parentNode.insertBefore(js, pjs); }(document, "script", "tickcounter-sdk"));</script>
Step 2: Post a countdown
Navigate to:
TickCounter
Create a countdown
In the next page, copy the countdown ID from the url
Insert the countdown ID into the new bbcode with the format
Hope that helps!
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
Rocco
New user
Status:
Offline
User theme: Dark
Posts: 3 Joined: Apr 12th, '20, 18:22
Post
by Rocco » Jul 26th, '20, 12:47
Cool thanks
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
Engelchen
Users
Status:
Offline
User theme: Dark
Posts: 13 Joined: Dec 25th, '21, 14:38
Post
by Engelchen » Dec 25th, '21, 14:52
Thank you
[phpBB Debug] PHP Warning : in file [ROOT]/vendor/twig/twig/src/Template.php on line 359 : Array to string conversion
Array
max-ima
Users
Status:
Offline
User theme: Dark
Posts: 139 Joined: Mar 25th, '22, 06:11
Post
by max-ima » Apr 3rd, '22, 11:37
Thanks