Page 1 of 1

[BUG & FIX]Knowledge Base User Comments

PostPosted: Sat Jan 27, 2007 5:51 am
Author: Demonicpagan
Your phpBB Version: 2.0.22
phpBB Type: Integramod 141
MODs: Yes
Your knowledge: Beginner
Board URL: http://ffxi.stelth2000inc.com

PHP Version:
MySQL Version:


What was done before the problem appeared?
nothing


What was done to try to solve the problem?
nothing



De.scription and Message

I am trying to figure out where in the Knowledge Base when it posts the User comments under the articles where it's getting the De..scription. Comments view fine in the forum location and it's fine in the lang_kb.php file.

You can view what I'm talking about at the following location.

http://ffxi.stelth2000inc.com/kb.php?mode=article&k=6

I'm going to continue searching through the KB files and see if I can find something, but I've yet to turn anything up.

Re: Knowledge Base User Comments

PostPosted: Sat Jan 27, 2007 6:28 pm
Author: Teelk
Open includes/functions_kb.php
FIND
Code: Select all
        $message = str_replace( "n", "n<br>n", $message );

AFTER ADD
Code: Select all
        $message = str_replace("..script", ".script", $message);

PostPosted: Sat Jan 27, 2007 10:26 pm
Author: Demonicpagan
awesome! thanks Teelk