Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Re:Upgrading to Fireboard 1.0.4 (1 viewing) (1) Guest
Go to bottom Favoured: 20
TOPIC: Re:Upgrading to Fireboard 1.0.4
#35993
Re:Upgrading to Fireboard 1.0.4 11 Months 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:1] //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
[/code:1]
racoon (User)
FB Core Team
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#35998
Re:Upgrading to Fireboard 1.0.4 11 Months 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.
nanaya (User)
Senior Boarder
Posts: 215
graphgraph
User Offline Click here to see the profile of this user
Gender: Female This Is Kawaii Location: Aloha Land
Logged Logged
 
Automatic Filter Message : Please follow the forum rules for forum signatures...Thanks
 
The administrator has disabled public write access.  
#36000
Re:Upgrading to Fireboard 1.0.4 11 Months 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
racoon (User)
FB Core Team
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#36002
Re:Upgrading to Fireboard 1.0.4 11 Months ago  
racoon wrote:
[quote]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:1] //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
[/code:1][/quote]

Thanks a lot!! It works ok now! :woohoo: :woohoo: :woohoo: :laugh:
GHz (User)
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
Gender: Male BOINC.Italy Birthdate: 1984-11-13
Logged Logged
 
www.boincitaly.org - the portal of italian BOINC community!
 
The administrator has disabled public write access.  
#36005
Re:Upgrading to Fireboard 1.0.4 11 Months ago  
nice
racoon (User)
FB Core Team
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#36006
Re:Upgrading to Fireboard 1.0.4 11 Months 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?
GHz (User)
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
Gender: Male BOINC.Italy Birthdate: 1984-11-13
Logged Logged
 
www.boincitaly.org - the portal of italian BOINC community!
 
The administrator has disabled public write access.  
#36007
Re:Upgrading to Fireboard 1.0.4 11 Months 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?
nanaya (User)
Senior Boarder
Posts: 215
graphgraph
User Offline Click here to see the profile of this user
Gender: Female This Is Kawaii Location: Aloha Land
Logged Logged
 
Automatic Filter Message : Please follow the forum rules for forum signatures...Thanks
 
The administrator has disabled public write access.  
#36010
Re:Upgrading to Fireboard 1.0.4 11 Months 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:
[code:1][/code:1]
and replace with:
[code:1][/code:1]
save the file and upload to the fpt

EDIT: why the text in the CODE tag is removed after posting??? :dry:

see attached file [file name=quick_reply_workaround.txt size=236]http://www.bestofjoomla.com/images/fbfiles/files/quick_reply_workaround.txt[/file]
GHz (User)
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
Gender: Male BOINC.Italy Birthdate: 1984-11-13
Logged Logged
 
Last Edit: 2007/12/28 04:22 By GHz.
 
www.boincitaly.org - the portal of italian BOINC community!
 
The administrator has disabled public write access.  
#36013
Re:Upgrading to Fireboard 1.0.4 11 Months ago  
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
The administrator has disabled public write access.  
#36014
Re:Upgrading to Fireboard 1.0.4 11 Months ago  
grumblemarc wrote:
Quick reply fix.
www.bestofjoomla.com/component/option,co...mit,10/limitstart,0/


Yes, I see it here!


Another BUG in my forum: the "size" option of the tag IMG not work....seems that it's totally ignored by the parser
GHz (User)
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
Gender: Male BOINC.Italy Birthdate: 1984-11-13
Logged Logged
 
Last Edit: 2007/12/28 04:30 By GHz.
 
www.boincitaly.org - the portal of italian BOINC community!
 
The administrator has disabled public write access.  
Go to top