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
Read more about this 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:
Add the following code just below and save it:Code:<xf:include template="google_analytics" />
JavaScript:<script> document.addEventListener('DOMContentLoaded', () => { const originalTitle = document.title; let scrollingTitle = originalTitle + " • "; const scrollSpeed = 300; let intervalId = null; function...
Read more about this resource...