MyBB Community Forums

Full Version: BBCode not work in write post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello. I have instaled forum mybb in version 1.4.3.
I have problem when I write posts. I haven't editor of tags BBcode.
This's on the picture: http://www.up.clubbers.pl/img/152008-11-04_072102.png
And I have that... : http://up.allemuza.rahosting.pl/images/5...083837.png

I do that :
ACP-->Settings-->Clickable Smilies and BB Code--> I choose Clickable MyCode Editor ON
and
UCP-->Edit Options-->Show the MyCode formatting options on the posting pages.-->On

This way don't help me.
Please help.
Try reuploading editor.js

First thing that comes to mind...
im reupload editor.js
it not working Sad

My stylesheet.css
.messageEditor .toolbar_button .toolbar_sprite_italic {
    background-position: -46px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_underline {
    background-position: -23px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_align_left {
    background-position: -69px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_align_center {
    background-position: -92px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_align_right {
    background-position: -115px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_align_justify {
    background-position: -138px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_list_num {
    background-position: -161px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_list_bullet {
    background-position: -184px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_image {
    background-position: -207px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_link {
    background-position: -230px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_email {
    background-position: -253px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_quote {
    background-position: -276px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_code {
    background-position: -299px 0;
}

.messageEditor .toolbar_button .toolbar_sprite_php {
    background-position: -322px 0; 
Are all your templates default?? Does it happen on all browsers??
yeah my templates is deuflat
doesny work in any browers
And what happens when you manually type the tags??
it work when i write manually bbcode in post
Edit:This tag is work in other browers
My brower is Opera 8
Do you have some modification for the editor? It doesn't look like the default editor from your screenshot.
Clickable MyCode also is not displayed in Editor mode in IE, FF 3.0.6, Safari 3.2.1, Opera 9.6.
[attachment=12695]
[attachment=12696]
[attachment=12697]
[attachment=12698]

MyCode tag (by manually typed) works well: http://forum.vatlieu.us/showthread.php?tid=10

I have no modify modification for the editor!
Please help to fix this.

Thanks.

P/S:
+ Maybe there is my mistake between Clickable BBCode (MyBB standard BBCode) and MyCode (which created by administrator of the website - for my case is mp3 and multimp3 tags).
+ It's better, Clickable MyCode should be included and works as clickable smiles.
+ I found the solution there: http://community.mybboard.net/thread-12693.html


(2008-11-04, 05:20 PM)Barti Wrote: [ -> ]it work when i write manually bbcode in post
Edit:This tag is work in other browers
My brower is Opera 8
I'm confused, is the problem solved or not??
Pages: 1 2