I have a problem with this mode and the mode i installed before. My mod is "Latest Threads Ticker [jQUery] "
https://vborg.vbsupport.ru/showthrea...=262910&page=7 . Both requires code insertion into navbar template. When i insert them together on of them does not function.
This is the code of the mode to enter at the end of
navbar template
PHP Code:
<!--ticker-->
<div id="ticker-wrapper" class="no-js">
<ul id="js-news" class="js-hidden">
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js"></script>
<script type="text/javascript">
<!--
for (var i = 0; i < threads.length; i++)
{
document.write('<li><a href="{vb:raw vboptions.bburl}/showthread.php?t=' + threads[i]['threadid'] + '">' + threads[i]['title'] + '</a>' + ' ' + '<span style="color: red;">Posted By:</span>'+ ' ' + threads[i]['poster'] + '</a>' + '</li>');
}
//-->
</script>
</ul>
</div>
<!--ticker-->
This is the code of your great mode to enter in
navbar template
PHP Code:
{vb:raw template_hook.logreg_display}
How to make them no to conflict with each other. I'd love to use both of them. Please show me the way. Thanks