Help, Please? 06-07-2014, 10:43 AM
#1
So I'm doing some additional work on a MyBB theme, and decided that I should make the copyright generate automatically instead of it being set. So, I used some JavaScript (or jQuery to be dead specific), and it won't work. I even tried jQuery,noConflict.
I also, however, tried it on another page, and it'd worked on the other page. It might be in the theme itself.
Here's the code;
It was put into the headerinclude template.
The theme used was Audentio's NeonGlow theme, and the MyBB version is 1.6.2 (I know, that was like ages ago). Prepared for; "Duubz, you fgt, update your fking mybb." The answer? No. (Though I am almost certain that the MyBB version is irrelevant here).
Also, the jQuery version is 1.10.1.
I also, however, tried it on another page, and it'd worked on the other page. It might be in the theme itself.
Here's the code;
Code:
<script>
$(document).ready(function() {
$("#copyrightleft").html( "Copyright © {$mybb->settings['bbname']} "+new Date().getFullYear(); );
});
</script>It was put into the headerinclude template.
The theme used was Audentio's NeonGlow theme, and the MyBB version is 1.6.2 (I know, that was like ages ago). Prepared for; "Duubz, you fgt, update your fking mybb." The answer? No. (Though I am almost certain that the MyBB version is irrelevant here).
Also, the jQuery version is 1.10.1.
![[Image: BXqGARG.png]](https://i.imgur.com/BXqGARG.png)








![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)
