Closed MWE001 closed 8 years ago
When adding a article to the KB, the little mods/bbcode_box/etc etc thing appears.
I found where this is coming from kb_post_body.tpl {JAVASCRIPT_BBCODE_BOX}
It is being pulled from here I am guessing 'JAVASCRIPT_BBCODE_BOX' => append_sid('mods/bbcode_box/bbcode_box.js'),
I guess it should be a <script src="" tag.
Well, I have the mod in question and it is not edited in the page_header.php. I am trying to figure out the path the guys were taking with this. On a side note, If I remove that little ditty from the code, the ghost link goes away. However, none of the BBCode buttons work when attempting to post a post. I put the code back in and saved and none of the bbcode buttons worked still. Only the drop downs work. I am in firefox. Trying it in IE and Chrome now
Yeah confirmed, none of the bbcode works in any browser.
Now I checked the bbcode box in posting a forum thread and it works just fine, except the youtube BBcode. It is broken.
I tried it in adding a comment to paFileDB and that is a whole new issue getting ready to be opened.
Fixed locally.
Nice! On a side note, look at the bbcode box version in the KB, then look at it in the forums. ;-)
They're the same for me.
Fixed the pafileDB bug as well.
Fixed locally
Was it this fix?
<.script type="text/java.script" src="mods/bbcode_box/bbcode_box.js"></.script>
SAVE and REPEAT FOR ALL TEMPLATES/admin/blocks_edit_body.tpl
Hmm I'm curious. This was Helterskelters fix. I'll wait to see what your fix was.
Was it this fix?
Pretty much, except I reuse the variable :).
Not sure why but I need to look in to this.