MyBB Community Forums

Full Version: Need help With Tipsy URGENT!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am having some problem when using tipsy.. When i add the tipsy Javascripts to my forum all the other javascripts collapse!

I have this in my headerinclude template:

<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>jQuery.noConflict();</script>
<script type="text/javascript" src="images/whiter/scripts/jquery.reveal.js"></script>
<style type="text/css">
FONT FACE THINGS.....
</style>
{$stylesheets}

<script type="text/javascript">
<!--
	var cookieDomain = "{$mybb->settings['cookiedomain']}";
	var cookiePath = "{$mybb->settings['cookiepath']}";
	var cookiePrefix = "{$mybb->settings['cookieprefix']}";
	var deleteevent_confirm = "{$lang->deleteevent_confirm}";
	var removeattach_confirm = "{$lang->removeattach_confirm}";
	var loading_text = '{$lang->ajax_loading}';
	var saving_changes = '{$lang->saving_changes}';
	var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
	var my_post_key = "{$mybb->post_code}";
	var imagepath = "{$theme['imgdir']}";
// -->
</script>
{$newpmmsg}

Here i just renamed the jquery.tipsy.js to compressed.js

If i remove the tipsy (compressed.js) everything starts working good & fine again!

Please help me & tell me how to fix that stuff.....
That code doesn't include the tipsy.js file (i know you renamed it) that you added though...
So what? Can you help?
You're denied from support.
(2012-06-07, 02:38 PM)Yaldaram Wrote: [ -> ]You're denied from support.

This isn't MyBB support. It's support with a third party resource.
(2012-06-07, 02:59 PM)Nathan Malcolm Wrote: [ -> ]
(2012-06-07, 02:38 PM)Yaldaram Wrote: [ -> ]You're denied from support.

This isn't MyBB support. It's support with a third party resource.

Posted in MyBB Support :s
MyBB Community Forums / Resources / Themes and Templates / Support  / Need help With Tipsy URGENT!

Shouldn't be in another section then ??
It's not support with MyBB. It's support with a template/theme, which belongs here. AFAIK, users who have been denied support can still get support with themes/plugins, just not MyBB.
Can you link me to your forums somehow? Also, where is the tipsy.min.js or tipsy.js file stored?
I fixed it guys Smile

Just removed some extra Jqueries!

PM me if anyother of you has this problem.