MyBB Community Forums

Full Version: Script Problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Hello mybb community, after installing and customising your script I ended up having java script conflicts.
I fixed some of them but not all of them.
I don't understand why I'm having script conflict problems because apart from a google+1 button script, I didn't add any jquery script.
I tried with a jquery no conflict function in headerinclude, but had no luck with that.

To sum all I did to your script: minified the javascrip/css, made custom css buttons, made all scripts to load asyncrounious, specified image dimensions, removed some images, removed footer legend, combined prototype/general/pop_menu to a single js file, moved {stylesheet} in header before javascript loading.

The javascript problems I'm having are: undefined/undefinedNaN at login box , topic rating in forumdisplay not working.

I'm providing a demo account:
site: https://forum.admincp.ro
user: demo
pass: demopass2013


Thank you.
forgot giving forum url
I edited my post.
Lol my bad Big Grin
Hi set3sh,

Did you add
jQuery.noConfilct();
?
Yes, I did.
Check my first post.
Thank you for trying to help mate.
Am waiting for new ideas.
Post the content of your header_welcomeblock_guest template.
<script type="text/javascript">
<!--
	lang.username = "{$login_username}";
	lang.password = "{$lang->login_password}";
	lang.login = "{$lang->login}";
	lang.lost_password = " &mdash; <a href=\"{$mybb->settings['bburl']}/member.php?action=lostpw\">{$lang->lost_password}<\/a>";
	lang.register_url = " &mdash; <a href=\"{$mybb->settings['bburl']}/member.php?action=register\">{$lang->welcome_register}<\/a>";
	lang.remember_me = "{$lang->remember_me}";
// -->
</script>
<span style="float: right;">{$lang->welcome_current_time}</span>
		<span id="quick_login">{$lang->welcome_guest} (<a href="{$mybb->settings['bburl']}/member.php?action=login" onclick="MyBB.quickLogin(); return false;">{$lang->welcome_login}</a> &mdash; <a href="{$mybb->settings['bburl']}/member.php?action=register">{$lang->welcome_register}</a>)</span>

Default, nothing modified.
Forum url not working
It is working. Providing the fact that your browser supports ssl/tls.

May I say that I am using the default mybb theme with several customisations I have posted in my first post.
Can you post the content of your headerinclude? Go to ACP>Templates & Styles>Templates>YOUR THEME>Ungrouped templates>headerinclude
Pages: 1 2 3