Try adding this to your headerinclude template:
(Theme > Ungrouped Templates > Headerinclude)
<script type="text/javascript">jQuery.noConflict();</script>
Did that and still no luck.
Go to your UserCP, Check if you enabled the option: Show the MyCode formatting options on the posting pages.
Its ticked and still does not work.
I'll register and take a look at it in a second.
While I'm doing that, check if you have the following code in your headerinclue template:
<script src="http://www.google.com/jsapi" type="text/javascript"></script><script type="text/javascript">google.load('jquery', '1.3.2');</script>
If you do, replace it with:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
Post your website's URL and any testing account.
(2012-04-02, 08:35 AM)Yaldaram Wrote: [ -> ]Post your website's URL and any testing account.
http://monkeycore.tk and I can't cause that'll break my own rules.
Put the
<script type="text/javascript">jQuery.noConflict();</script>
after
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
It's cleaner.
Do you have any conflicting plugins installed?
No I dont and it worked, thanks.