IntegraMOD / IntegraMOD151

The most complete premodded forum software
http://integramod.com
4 stars 4 forks source link

Ghost Link Appearing in KB?? #12

Closed MWE001 closed 8 years ago

MWE001 commented 8 years ago

Not sure why but I need to look in to this.

screenshot_35

MWE001 commented 8 years ago

When adding a article to the KB, the little mods/bbcode_box/etc etc thing appears.

MWE001 commented 8 years ago

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'),

vendethiel commented 8 years ago

I guess it should be a <script src="" tag.

MWE001 commented 8 years ago

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

MWE001 commented 8 years ago

Yeah confirmed, none of the bbcode works in any browser.

MWE001 commented 8 years ago

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.

vendethiel commented 8 years ago

Fixed locally.

MWE001 commented 8 years ago

Nice! On a side note, look at the bbcode box version in the KB, then look at it in the forums. ;-)

vendethiel commented 8 years ago

They're the same for me.

vendethiel commented 8 years ago

Fixed the pafileDB bug as well.

MWE001 commented 8 years ago

Fixed locally

Was it this fix?

<.script type="text/java.script" src="mods/bbcode_box/bbcode_box.js"></.script>

MWE001 commented 8 years ago

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.

vendethiel commented 8 years ago

Was it this fix?

Pretty much, except I reuse the variable :).