|
Re:Upgrading to Fireboard 1.0.4 8 Months, 2 Weeks ago
|
|
GHz wrote:
nanaya wrote:
I cant Find it either where does it say that? where do I replace that Code to fix that "quote" Bug.
I havn't posted the code fix for the quote bug, I've posted the output code that display the bug, because I'm not able to fix it
I make two small changes in the file interpreter.fireboard.inc.php, located in the path components/com_fireboard/sources. You can download the attached file here:
www.bestofjoomla.com/component/option,co...it,10/limitstart,10/
Remember: this is only a workaround
If you got problems with special chars, then change following:
| Code: |
//A/27.12.2007/rc
$tmp_between = $between;
$this->Encode($between, $task, $tmp_between , 'text');
$between = html_entity_decode($between); // new code line
//E/27.12.2007/rc
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Upgrading to Fireboard 1.0.4 8 Months, 2 Weeks ago
|
|
|
@racoon Thanks That Actually worked. My new Post Dont show up before.. then I tried your code and its working.. Problem now is that "Fast Reply" Box Show up in Every Post. How do I get rid of it. and When you Click on Fast Reply the Box Dissapears. Its doing the Opposite of what it is suppose to do.
|
|
|
Logged
|
|
Automatic Filter Message : Please follow the forum rules for forum signatures...Thanks
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Upgrading to Fireboard 1.0.4 8 Months, 2 Weeks ago
|
|
|
did it functioned before you exchange the file?
if so, then please edit manually the original file with the two changes... you can find the changes between the following marks:
//A/27.12.2007/rc
..
//E/27.12.2007/rc
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Upgrading to Fireboard 1.0.4 8 Months, 2 Weeks ago
|
|
racoon wrote:
GHz wrote:
nanaya wrote:
I cant Find it either where does it say that? where do I replace that Code to fix that "quote" Bug.
I havn't posted the code fix for the quote bug, I've posted the output code that display the bug, because I'm not able to fix it 
I make two small changes in the file interpreter.fireboard.inc.php, located in the path components/com_fireboard/sources. You can download the attached file here:
www.bestofjoomla.com/component/option,co...it,10/limitstart,10/
Remember: this is only a workaround 
If you got problems with special chars, then change following:
| Code: |
//A/27.12.2007/rc
$tmp_between = $between;
$this->Encode($between, $task, $tmp_between , 'text');
$between = html_entity_decode($between); // new code line
//E/27.12.2007/rc
|
Thanks a lot!! It works ok now! 
|
|
|
Logged
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Upgrading to Fireboard 1.0.4 8 Months, 2 Weeks ago
|
|
nice 
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Upgrading to Fireboard 1.0.4 8 Months, 2 Weeks ago
|
|
Ok, now step over to another bug
I've a problem with tag CODE. The text written after the tag code is printed on the same line because FB don't put "" beetwen the differen lines.
You can see an example here in my test post: www.boincitaly.org/index.php?option=com_...;id=210&catid=15
Where can be the problem?
|
|
|
Logged
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Upgrading to Fireboard 1.0.4 8 Months, 2 Weeks ago
|
|
|
racoon wrote:
did it functioned before you exchange the file?
if so, then please edit manually the original file with the two changes... you can find the changes between the following marks:
//A/27.12.2007/rc
..
//E/27.12.2007/rc
YOu mean the Reply Box.. When I upgraded to the 1.0.4 Stable.. The Reply Box Always Coming there already in every post.. then I try to Post a Reply and It didn't work plus the Quote bug was there too.. I used your file interpreter.fireboard.inc.php and that worked. But I still have that Fast Reply Box.
One more thing.. That Special Character thing? Will that Help Fix Japanese Characters that Ain't coming right?
|
|
|
Logged
|
|
Automatic Filter Message : Please follow the forum rules for forum signatures...Thanks
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Upgrading to Fireboard 1.0.4 8 Months, 2 Weeks ago
|
|
nanaya wrote:
racoon wrote:
did it functioned before you exchange the file?
if so, then please edit manually the original file with the two changes... you can find the changes between the following marks:
//A/27.12.2007/rc
..
//E/27.12.2007/rc
YOu mean the Reply Box.. When I upgraded to the 1.0.4 Stable.. The Reply Box Always Coming there already in every post.. then I try to Post a Reply and It didn't work plus the Quote bug was there too.. I used your file interpreter.fireboard.inc.php and that worked. But I still have that Fast Reply Box.
One more thing.. That Special Character thing? Will that Help Fix Japanese Characters that Ain't coming right?
For the qick reply bug i find this workaround somewhere in the forum and worked for me:
open components/com_fireboard/template/default/message.php
find this:
and replace with:
save the file and upload to the fpt
EDIT: why the text in the CODE tag is removed after posting???
see attached file
|
|
|
Logged
|
|
|
Last Edit: 2007/12/28 04:22 By GHz.
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Upgrading to Fireboard 1.0.4 8 Months, 2 Weeks ago
|
|
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
|
|
Logged
|
|
|
Last Edit: 2007/12/28 04:30 By GHz.
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|