The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#31
|
||||
|
||||
I've no idea, I just copied the script off this page.
I've just tried adding the code to a new 4.2.5 base skin and it's only auto updating on showthread, it works fine on all my skins but they have an older base skins - I wonder if something has been changed that stops the JS running? Anyway, I'm going to continue to see if I can get it running on a fresh skin and will report back if I do. |
#32
|
||||
|
||||
Got it, it needs jquery (all my normal skins had it).
Code:
<vb:if condition="$show['member']"> <script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script> <script type="text/javascript">setInterval(function(){$.get(document.location.toString()).then(function(t){document.title=t.match(/<title>(.+)<\/title>/)[1]})},3e4),setTimeout(function(){$.get(document.location.toString()).then(function(t){document.title=t.match(/<title>(.+)<\/title>/)[1]})},1e3);</script> </vb:if> |
#33
|
|||
|
|||
Thank you. Adding jquery link solves the issue.
I have also tried adding favicon notification to the tab, as given here http://lab.ejci.net/favico.js/ |
#34
|
||||
|
||||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|