MyBB Support
Editor broke, smiles are unclickable.
Submitted by Sexual, 09-06-2015, 06:17 AM, Thread ID: 4639
Thread Closed
RE: Editor broke, smiles are unclickable.
09-06-2015, 06:40 AM
#11 09-06-2015, 06:36 AMHug Wrote:09-06-2015, 06:28 AMSexual Wrote:09-06-2015, 06:28 AMHug Wrote:Board URL?09-06-2015, 06:27 AMSexual Wrote:09-06-2015, 06:26 AMHug Wrote: Meh, it was me.
and also-- your probably using a theme for 1.6 when your on 1.8 or a theme for 1.8 when your on 1.6.
Get any new themes lately?
I'm on 1.6, and using a 1.6 theme :(
I will pm you it.
Question: Why do you need
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jq...ery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
?
and also, Your CodeButtons template is 1.8 while you are on 1.6
why?
09-06-2015, 06:35 AMTropical Wrote: It probably has to do with something in the theme nor a missing JS file :noh:
No.
Don't post if you aren't gonna help or if you don't know shit about the subject k thanks
I help run a forum :rly:
I know a lot of MyBB :yus:
I am a web dev :noh:
RE: Editor broke, smiles are unclickable.
09-06-2015, 06:39 AMSexual Wrote:09-06-2015, 06:36 AMHug Wrote:09-06-2015, 06:28 AMSexual Wrote:09-06-2015, 06:28 AMHug Wrote:Board URL?09-06-2015, 06:27 AMSexual Wrote: I'm on 1.6, and using a 1.6 theme :(
I will pm you it.
Question: Why do you need
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jq...ery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
?
and also, Your CodeButtons template is 1.8 while you are on 1.6
why?
09-06-2015, 06:35 AMTropical Wrote: It probably has to do with something in the theme nor a missing JS file :noh:
No.
Don't post if you aren't gonna help or if you don't know shit about the subject k thanks
So how do i sort this out?
Well, I would like to know why a '1.6' theme has 1.8 templates in it.
Correct CodeButtons template:
Code:
<script type="text/javascript" src="jscripts/editor.js?ver=1609"></script>
<script type="text/javascript">
<!--
{$editor_language}
var clickableEditor = new messageEditor("{$bind}", {lang: editor_language, rtl: {$lang->settings['rtl']}, theme: "{$theme['editortheme']}"});
if(clickableEditor)
{
clickableEditor.bindSmilieInserter("clickable_smilies");
}
// -->
</script>
edit:
Code:
var newbutbar = '';
if (!'spoiler,test'.trim() == ''){
newbut = 'spoiler,test';
newbutbar = ''+newbut+'|';
icm_but_rls = newbut.split(',');
for (var i = icm_but_rls.length-1; i >= 0; i--) {
mibutton(''+icm_but_rls[i]+'');
$(mibimage(''+icm_but_rls[i]+'')).insertAfter('textarea');
}
}
pretty sure some sssssdidn't know shit about what they were doig when adding this lol.
09-06-2015, 06:40 AMTropical Wrote:09-06-2015, 06:36 AMHug Wrote:09-06-2015, 06:28 AMSexual Wrote:09-06-2015, 06:28 AMHug Wrote:Board URL?09-06-2015, 06:27 AMSexual Wrote: I'm on 1.6, and using a 1.6 theme :(
I will pm you it.
Question: Why do you need
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jq...ery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
?
and also, Your CodeButtons template is 1.8 while you are on 1.6
why?
09-06-2015, 06:35 AMTropical Wrote: It probably has to do with something in the theme nor a missing JS file :noh:
No.
Don't post if you aren't gonna help or if you don't know shit about the subject k thanks
I help run a forum :rly:
I know a lot of MyBB :yus:
I am a web dev :noh:
idc
you don't
you aren't
RE: Editor broke, smiles are unclickable.
09-06-2015, 06:53 AM
#13 09-06-2015, 06:41 AMHug Wrote:09-06-2015, 06:39 AMSexual Wrote:09-06-2015, 06:36 AMHug Wrote:09-06-2015, 06:28 AMSexual Wrote:09-06-2015, 06:28 AMHug Wrote: Board URL?
I will pm you it.
Question: Why do you need
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jq...ery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
?
and also, Your CodeButtons template is 1.8 while you are on 1.6
why?
09-06-2015, 06:35 AMTropical Wrote: It probably has to do with something in the theme nor a missing JS file :noh:
No.
Don't post if you aren't gonna help or if you don't know shit about the subject k thanks
So how do i sort this out?
Well, I would like to know why a '1.6' theme has 1.8 templates in it.
Correct CodeButtons template:
Code:<script type="text/javascript" src="jscripts/editor.js?ver=1609"></script>
<script type="text/javascript">
<!--
{$editor_language}
var clickableEditor = new messageEditor("{$bind}", {lang: editor_language, rtl: {$lang->settings['rtl']}, theme: "{$theme['editortheme']}"});
if(clickableEditor)
{
clickableEditor.bindSmilieInserter("clickable_smilies");
}
// -->
</script>
edit:
Code:var newbutbar = '';
if (!'spoiler,test'.trim() == ''){
newbut = 'spoiler,test';
newbutbar = ''+newbut+'|';
icm_but_rls = newbut.split(',');
for (var i = icm_but_rls.length-1; i >= 0; i--) {
mibutton(''+icm_but_rls[i]+'');
$(mibimage(''+icm_but_rls[i]+'')).insertAfter('textarea');
}
}
pretty sure some sssssdidn't know shit about what they were doig when adding this lol.
09-06-2015, 06:40 AMTropical Wrote:09-06-2015, 06:36 AMHug Wrote:09-06-2015, 06:28 AMSexual Wrote:09-06-2015, 06:28 AMHug Wrote: Board URL?
I will pm you it.
Question: Why do you need
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jq...ery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
?
and also, Your CodeButtons template is 1.8 while you are on 1.6
why?
09-06-2015, 06:35 AMTropical Wrote: It probably has to do with something in the theme nor a missing JS file :noh:
No.
Don't post if you aren't gonna help or if you don't know shit about the subject k thanks
I help run a forum :rly:
I know a lot of MyBB :yus:
I am a web dev :noh:
idc
you don't
you aren't
whatever you say.
not dealing with people like you :rly:
RE: Editor broke, smiles are unclickable.
09-06-2015, 06:53 AMTropical Wrote:09-06-2015, 06:41 AMHug Wrote:09-06-2015, 06:39 AMSexual Wrote:09-06-2015, 06:36 AMHug Wrote:09-06-2015, 06:28 AMSexual Wrote: I will pm you it.
Question: Why do you need
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jq...ery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
?
and also, Your CodeButtons template is 1.8 while you are on 1.6
why?
09-06-2015, 06:35 AMTropical Wrote: It probably has to do with something in the theme nor a missing JS file :noh:
No.
Don't post if you aren't gonna help or if you don't know shit about the subject k thanks
So how do i sort this out?
Well, I would like to know why a '1.6' theme has 1.8 templates in it.
Correct CodeButtons template:
Code:<script type="text/javascript" src="jscripts/editor.js?ver=1609"></script>
<script type="text/javascript">
<!--
{$editor_language}
var clickableEditor = new messageEditor("{$bind}", {lang: editor_language, rtl: {$lang->settings['rtl']}, theme: "{$theme['editortheme']}"});
if(clickableEditor)
{
clickableEditor.bindSmilieInserter("clickable_smilies");
}
// -->
</script>
edit:
Code:var newbutbar = '';
if (!'spoiler,test'.trim() == ''){
newbut = 'spoiler,test';
newbutbar = ''+newbut+'|';
icm_but_rls = newbut.split(',');
for (var i = icm_but_rls.length-1; i >= 0; i--) {
mibutton(''+icm_but_rls[i]+'');
$(mibimage(''+icm_but_rls[i]+'')).insertAfter('textarea');
}
}
pretty sure some sssssdidn't know shit about what they were doig when adding this lol.
09-06-2015, 06:40 AMTropical Wrote:09-06-2015, 06:36 AMHug Wrote:09-06-2015, 06:28 AMSexual Wrote: I will pm you it.
Question: Why do you need
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jq...ery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
?
and also, Your CodeButtons template is 1.8 while you are on 1.6
why?
09-06-2015, 06:35 AMTropical Wrote: It probably has to do with something in the theme nor a missing JS file :noh:
No.
Don't post if you aren't gonna help or if you don't know shit about the subject k thanks
I help run a forum :rly:
I know a lot of MyBB :yus:
I am a web dev :noh:
idc
you don't
you aren't
whatever you say.
not dealing with people like you :rly:
people like me?
what kind of people am I then :rly:
RE: Editor broke, smiles are unclickable.
09-06-2015, 06:57 AM
#15 09-06-2015, 06:56 AMHug Wrote:09-06-2015, 06:53 AMTropical Wrote:09-06-2015, 06:41 AMHug Wrote:09-06-2015, 06:39 AMSexual Wrote:09-06-2015, 06:36 AMHug Wrote: Question: Why do you need
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jq...ery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
?
and also, Your CodeButtons template is 1.8 while you are on 1.6
why?
No.
Don't post if you aren't gonna help or if you don't know shit about the subject k thanks
So how do i sort this out?
Well, I would like to know why a '1.6' theme has 1.8 templates in it.
Correct CodeButtons template:
Code:<script type="text/javascript" src="jscripts/editor.js?ver=1609"></script>
<script type="text/javascript">
<!--
{$editor_language}
var clickableEditor = new messageEditor("{$bind}", {lang: editor_language, rtl: {$lang->settings['rtl']}, theme: "{$theme['editortheme']}"});
if(clickableEditor)
{
clickableEditor.bindSmilieInserter("clickable_smilies");
}
// -->
</script>
edit:
Code:var newbutbar = '';
if (!'spoiler,test'.trim() == ''){
newbut = 'spoiler,test';
newbutbar = ''+newbut+'|';
icm_but_rls = newbut.split(',');
for (var i = icm_but_rls.length-1; i >= 0; i--) {
mibutton(''+icm_but_rls[i]+'');
$(mibimage(''+icm_but_rls[i]+'')).insertAfter('textarea');
}
}
pretty sure some sssssdidn't know shit about what they were doig when adding this lol.
09-06-2015, 06:40 AMTropical Wrote:09-06-2015, 06:36 AMHug Wrote: Question: Why do you need
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jq...ery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
?
and also, Your CodeButtons template is 1.8 while you are on 1.6
why?
No.
Don't post if you aren't gonna help or if you don't know shit about the subject k thanks
I help run a forum :rly:
I know a lot of MyBB :yus:
I am a web dev :noh:
idc
you don't
you aren't
whatever you say.
not dealing with people like you :rly:
people like me?
what kind of people am I then :rly:
Just be kind to everyone :noh:
RE: Editor broke, smiles are unclickable.
09-06-2015, 07:13 AM
#16 09-06-2015, 06:57 AMTropical Wrote:09-06-2015, 06:56 AMHug Wrote:09-06-2015, 06:53 AMTropical Wrote:09-06-2015, 06:41 AMHug Wrote:09-06-2015, 06:39 AMSexual Wrote: So how do i sort this out?
Well, I would like to know why a '1.6' theme has 1.8 templates in it.
Correct CodeButtons template:
Code:<script type="text/javascript" src="jscripts/editor.js?ver=1609"></script>
<script type="text/javascript">
<!--
{$editor_language}
var clickableEditor = new messageEditor("{$bind}", {lang: editor_language, rtl: {$lang->settings['rtl']}, theme: "{$theme['editortheme']}"});
if(clickableEditor)
{
clickableEditor.bindSmilieInserter("clickable_smilies");
}
// -->
</script>
edit:
Code:var newbutbar = '';
if (!'spoiler,test'.trim() == ''){
newbut = 'spoiler,test';
newbutbar = ''+newbut+'|';
icm_but_rls = newbut.split(',');
for (var i = icm_but_rls.length-1; i >= 0; i--) {
mibutton(''+icm_but_rls[i]+'');
$(mibimage(''+icm_but_rls[i]+'')).insertAfter('textarea');
}
}
pretty sure some sssssdidn't know shit about what they were doig when adding this lol.
09-06-2015, 06:40 AMTropical Wrote: I help run a forum :rly:
I know a lot of MyBB :yus:
I am a web dev :noh:
idc
you don't
you aren't
whatever you say.
not dealing with people like you :rly:
people like me?
what kind of people am I then :rly:
Just be kind to everyone :noh:
just like aoki is to me :rly:thats what I do
RE: Editor broke, smiles are unclickable.
09-06-2015, 07:34 AM
#17 Don't understand why a designer would add stuff from 1.8 to a 1.6 theme.
What was the last thing you did, OP?
What was the last thing you did, OP?
RE: Editor broke, smiles are unclickable.
09-06-2015, 09:54 AM
#18 Please PM me your Board URL + a test admin account and I will fix it for you.
*Notice to @Hug & Tropical: Please stay on topic. You have been warned. Fight in PMs if you have nothing better to do, but please don't mess threads up with bs.
*Notice to @Hug & Tropical: Please stay on topic. You have been warned. Fight in PMs if you have nothing better to do, but please don't mess threads up with bs.
Do not let your difficulties fill you with anxiety, after all it is only in the darkest nights that stars shine more brightly. - Ali(a.s)
Developer( PHP, Python, C++, HTML+CSS, JS I am available for Hire. Message Me for details.
Developer( PHP, Python, C++, HTML+CSS, JS I am available for Hire. Message Me for details.
RE: Editor broke, smiles are unclickable.
09-06-2015, 10:06 AM
#19 09-06-2015, 09:54 AMSozin Wrote: Please PM me your Board URL + a test admin account and I will fix it for you.
*Notice to @Hug & Tropical: Please stay on topic. You have been warned. Fight in PMs if you have nothing better to do, but please don't mess threads up with bs.
I'm sorry :noh:
I really hate to go off-topic but shit happens.
I hope you forgive my actions :yus:
RE: Editor broke, smiles are unclickable.
09-06-2015, 10:06 AMTropical Wrote:09-06-2015, 09:54 AMSozin Wrote: Please PM me your Board URL + a test admin account and I will fix it for you.
*Notice tease stay on topic. You have been warned. Fight in PMs if you have nothing better to do, but please don't mess threads up with bs.
I'm sorry :noh:
I really hate to go off-topic but shit happens.
I hope you forgive my actions :yus:
Quote:TropicalYou were mentioned in thisthreadinthispost
... :rly:
edit: aaand warned for this post
Users browsing this thread: 3 Guest(s)