View Single Post
cigzag
AlliedModders Donor
Join Date: Nov 2014
Location: NZ
Old 01-10-2019 , 02:29   Re: SourceBans Star Theme (SB++v1.6.3)
Reply With Quote #77

Quote:
Originally Posted by Distortion View Post
NavListFix is a javascript function defined in off-canvas.js

NavListFix called in page_header.tpl#L19 defined in js/off-canvas.js#164

off-canvas.js should be loaded at the end of the page. Called in page_footer.tpl#19

I want you to check the source of page after you login and see if there are script files defined after footer element.

Also can you make an account with no permission for me? I want to see how it reacts after I login.

PHP Code:
..
..
..
        </
span>
    </
div>
</
footer>
</
div>
</
div>
<
script src="themes/star/js/off-canvas.js"></script>
<script src="themes/star/js/misc.js"></script>
<script src="themes/star/js/countTo.js"></script> 
How would I do this without being able to goto the admin panel?

Also, I cannot reach the end of the page on view page source, it ends with.


<img class="img-xs rounded-circle" src='<br />
<b>Fatal error</b>: Call to undefined function bcadd() in <b>/var/www/html/bans/themes/star/photoGET.php</b> on line <b>16</b><br />

EDIT : For problem 2, In firefox's private browsing I still get the same issue.

Last edited by cigzag; 01-10-2019 at 02:38.
cigzag is offline