2012-10-29, 02:58 PM
2012-10-29, 03:11 PM
In firefox, open the Error Console and see if there are any javascript errors?
2012-10-29, 03:11 PM
Admin CP -> Configuration -> Clickable Smilies and BB Code -> Clickable MyCode Editor -> On
2012-10-29, 03:34 PM
That On Bro
Smiles are ok..
But only than Panel which have Scripts For Bold Letters, Inserts Colors Etc..
Have not displaying..
My browers Java settings enable....
I am himself solve that by searching Some more threads
their is missiong code
i add this code after
In new reply..
& in new thread & my bb my code ok agian
Smiles are ok..
But only than Panel which have Scripts For Bold Letters, Inserts Colors Etc..
Have not displaying..
My browers Java settings enable....
I am himself solve that by searching Some more threads
their is missiong code
<script type="text/javascript">jQuery.noConflict();</script>
i add this code after
<script type="text/javascript" src="jscripts/post.js?ver=1400"></script>
In new reply..
& in new thread & my bb my code ok agian
2013-05-14, 01:54 PM
Case 2 - MyCode Editor Is Not Showing After Theme Change!!
Some time when We change themes
MyCode Editor (panel) is not showing in
New Reply Or New Thread!!
In another case for me..
When i find
Template Sets » Specfic Templates » newreply or newthread
I See
without front of code
When i add this code in front of that code...
& it will now looks like
& now MyCode Editor start showing again!!!
Some time when We change themes
MyCode Editor (panel) is not showing in
New Reply Or New Thread!!
In another case for me..
When i find
Template Sets » Specfic Templates » newreply or newthread
I See
<script type="text/javascript" src="jscripts/post.js?ver=1400"></script>
without front of code
<script type="text/javascript">jQuery.noConflict();</script>
When i add this code in front of that code...
& it will now looks like
<script type="text/javascript">jQuery.noConflict();</script>
<script type="text/javascript" src="jscripts/post.js?ver=1400"></script>
& now MyCode Editor start showing again!!!