• During registration a specific email will be required. Only gmail.com & outlook.com" .
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Support.
Running line in the forum title in the browser

Running line in the forum title in the browser

XenModz

Administrator
XenModz submitted a new resource:

Running line in the forum title in the browser - Running line in the forum title in the browser

View attachment 6590
Open the PAGE_CONTAINER template and find the following code:
Code:
<xf:include template="google_analytics" />
Add the following code just below and save it:
JavaScript:
<script>
        document.addEventListener('DOMContentLoaded', () => {
            const originalTitle = document.title;
            let scrollingTitle = originalTitle + " • ";
            const scrollSpeed = 300;
            let intervalId = null;
            function...

Read more about this resource...
 
Back
Top Bottom