MyBB Community Forums

Full Version: Toolbar / MyCode / BBCode Problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
well first of all: thank you for this forum and your hard work. I am just at the beginning to understand its possibilities.

I got two questions:

1. I would like to use the MyCodeToolbar.
It is being shown while editing posts, but as no hover appears while moving the mouse over one of these buttons (let's say the [cod e] button), nothing happens.
So I installed the MS Script Debugger. It told me, that there is an error in

Line 221
Sign: 1
Error: Object expected 
Code: 0
URL: mydomain.de/editpost.php?pid=23

It is not possible for me to use this nice feature, that I just used here on your forum to mark this as code.

Well using the Script-Debugger, it leads me to this line:

<img name="code" src="./images/codebuttons/code.gif" onclick="insertCode('code')" class="toolbar_normal" [b]onMouseOver="toolbarHover('code')"[/b] onMouseOut="toolbarUnHover('code')" onMouseDown="toolbarMouseDown('code')" alt="Insert formatted code">

onMouseOver="toolbarHover('code')" is highlighted.

The CallStack says: JScript - input anonymous function.

Well I dont know what this means. But I hope, someone else can tell me, what is going on.


2. Using [cod e] manually
Since I didnt manage to get the toolbar running, I decided to use the proper tags manually. But using [cod e] [/cod e] manually doesnt maintain the proper formating, that I used in my Visual C++ prog.

Is there anybode to help me, what I olive up? Since I didnt change anything in my forum, but using the german language interface, I am really at the end of knowledge.

Thanks in advance, Alexander