MyBB Support

Editor broke, smiles are unclickable.

Submitted by Sexual, , Thread ID: 4639

Thread Closed

RE: Editor broke, smiles are unclickable.

Tropical
Fulltime Member
Level:
0
Reputation:
35
Posts:
1.04K
Likes:
54
Credits:
117
09-06-2015, 06:40 AM
#11
09-06-2015, 06:36 AM
Hug Wrote:
09-06-2015, 06:28 AM
Sexual Wrote:
09-06-2015, 06:28 AM
Hug Wrote:
09-06-2015, 06:27 AM
Sexual Wrote:
09-06-2015, 06:26 AM
Hug 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 :(
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 AM
Tropical 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.

Blowjob
Closed Account
Level:
0
Reputation:
26
Posts:
2.16K
Likes:
189
Credits:
2.53K
09-06-2015, 06:41 AM
This post was last modified: 09-06-2015, 06:48 AM by Blowjob
#12
09-06-2015, 06:39 AM
Sexual Wrote:
09-06-2015, 06:36 AM
Hug Wrote:
09-06-2015, 06:28 AM
Sexual Wrote:
09-06-2015, 06:28 AM
Hug Wrote:
09-06-2015, 06:27 AM
Sexual Wrote:
I'm on 1.6, and using a 1.6 theme :(
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 AM
Tropical 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 AM
Tropical Wrote:
09-06-2015, 06:36 AM
Hug Wrote:
09-06-2015, 06:28 AM
Sexual Wrote:
09-06-2015, 06:28 AM
Hug Wrote:
09-06-2015, 06:27 AM
Sexual Wrote:
I'm on 1.6, and using a 1.6 theme :(
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 AM
Tropical 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.

Tropical
Fulltime Member
Level:
0
Reputation:
35
Posts:
1.04K
Likes:
54
Credits:
117
09-06-2015, 06:53 AM
#13
09-06-2015, 06:41 AM
Hug Wrote:
09-06-2015, 06:39 AM
Sexual Wrote:
09-06-2015, 06:36 AM
Hug Wrote:
09-06-2015, 06:28 AM
Sexual Wrote:
09-06-2015, 06:28 AM
Hug 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 AM
Tropical 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 AM
Tropical Wrote:
09-06-2015, 06:36 AM
Hug Wrote:
09-06-2015, 06:28 AM
Sexual Wrote:
09-06-2015, 06:28 AM
Hug 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 AM
Tropical 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.

Blowjob
Closed Account
Level:
0
Reputation:
26
Posts:
2.16K
Likes:
189
Credits:
2.53K
09-06-2015, 06:56 AM
This post was last modified: 09-06-2015, 06:57 AM by Blowjob
#14
09-06-2015, 06:53 AM
Tropical Wrote:
09-06-2015, 06:41 AM
Hug Wrote:
09-06-2015, 06:39 AM
Sexual Wrote:
09-06-2015, 06:36 AM
Hug Wrote:
09-06-2015, 06:28 AM
Sexual 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 AM
Tropical 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 AM
Tropical Wrote:
09-06-2015, 06:36 AM
Hug Wrote:
09-06-2015, 06:28 AM
Sexual 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 AM
Tropical 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.

Tropical
Fulltime Member
Level:
0
Reputation:
35
Posts:
1.04K
Likes:
54
Credits:
117
09-06-2015, 06:57 AM
#15
09-06-2015, 06:56 AM
Hug Wrote:
09-06-2015, 06:53 AM
Tropical Wrote:
09-06-2015, 06:41 AM
Hug Wrote:
09-06-2015, 06:39 AM
Sexual Wrote:
09-06-2015, 06:36 AM
Hug 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 AM
Tropical Wrote:
09-06-2015, 06:36 AM
Hug 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.

Blowjob
Closed Account
Level:
0
Reputation:
26
Posts:
2.16K
Likes:
189
Credits:
2.53K
09-06-2015, 07:13 AM
#16
09-06-2015, 06:57 AM
Tropical Wrote:
09-06-2015, 06:56 AM
Hug Wrote:
09-06-2015, 06:53 AM
Tropical Wrote:
09-06-2015, 06:41 AM
Hug Wrote:
09-06-2015, 06:39 AM
Sexual 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 AM
Tropical 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.

Akay
We are!
Level:
0
Reputation:
28
Posts:
946
Likes:
109
Credits:
2.05K
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?

RE: Editor broke, smiles are unclickable.

Sozin
Nan Ihier Gelair Mordor
Divine
Level:
0
Reputation:
91
Posts:
2.33K
Likes:
375
Credits:
11K
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.
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.

RE: Editor broke, smiles are unclickable.

Tropical
Fulltime Member
Level:
0
Reputation:
35
Posts:
1.04K
Likes:
54
Credits:
117
09-06-2015, 10:06 AM
#19
09-06-2015, 09:54 AM
Sozin 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.

Blowjob
Closed Account
Level:
0
Reputation:
26
Posts:
2.16K
Likes:
189
Credits:
2.53K
09-06-2015, 10:08 AM
This post was last modified: 09-06-2015, 10:10 AM by Blowjob
Warned
#20
09-06-2015, 10:06 AM
Tropical Wrote:
09-06-2015, 09:54 AM
Sozin 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: 1 Guest(s)