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!
QUOTE doesn't make any difference [SOLVED] (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: QUOTE doesn't make any difference [SOLVED]
#51137
Re:QUOTE doesn't make any difference 4 Months, 2 Weeks ago  
viet4777 wrote:
rocknolds wrote:
Im using the latest (FireBoard 1.0.4) eyzbe.

Here is Fireboard 1.0.4 Nightly Developer Patch SVN#551: www.bestofjoomla.com/component/option,co...mit,10/limitstart,0/


is this for QUOTE to function properly?
rocknolds (User)
Junior Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Gender: Male rocknolds ASMSI-Cebu rocknolds@gmail.com rocknolds23 rocknolds@hotmail.com rocknolds Location: Cebu City Philippines Birthdate: 1977-05-07
Logged Logged
 
 
The administrator has disabled public write access.  
#51139
Re:QUOTE doesn't make any difference 4 Months, 2 Weeks ago  
Yes!
Please check there for more details:
www.bestofjoomla.com/component/option,co.../limitstart,0/#38458
viet4777 (User)
Senior Boarder
Posts: 287
graphgraph
User Offline Click here to see the profile of this user
Luyenkim.NET
Logged Logged
 
Luyenkim.Net
utf-8 Vietnamese language package will be complete in mid of Oct.
luyenkim.net/home9/index.php?option=com_...5&id=282#282
 
The administrator has disabled public write access.  
#51147
Re:QUOTE doesn't make any difference 4 Months, 2 Weeks ago  
viet4777 wrote:
Yes!
Please check there for more details:
www.bestofjoomla.com/component/option,co.../limitstart,0/#38458


thanks viet4777.
QUOTE is now functioning but BBCode which previously fine is now cranky and the FB font sizes are still not functioning.
any light on this?
rocknolds (User)
Junior Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Gender: Male rocknolds ASMSI-Cebu rocknolds@gmail.com rocknolds23 rocknolds@hotmail.com rocknolds Location: Cebu City Philippines Birthdate: 1977-05-07
Logged Logged
 
Last Edit: 2008/05/24 12:34 By rocknolds.
 
 
The administrator has disabled public write access.  
#51180
Re:QUOTE doesn't make any difference 4 Months, 2 Weeks ago  
rocknolds wrote:
viet4777 wrote:
Yes!
Please check there for more details:
www.bestofjoomla.com/component/option,co.../limitstart,0/#38458


thanks viet4777.
QUOTE is now functioning but BBCode which previously fine is now cranky and the FB font sizes are still not functioning.
any light on this?

FInd 'size'in components/com_fireboard/sources/interpreter.fireboard.inc.php
and change it to:
Code:

            case 'size':
                if(!isset($tag->options['default'])
                || strlen($tag->options['default'])==0) {
                    return TAGPARSER_RET_NOTHING;
                }
                $tns = "<font size ="".htmlspecialchars($tag->options['default'], ENT_QUOTES)."">";
$tne = '</font>';



Please look at my forum at luyenkim.net/home9/component/option,com_...id,88889169/lang,en/

If you like this BBCode, I will share for you!
viet4777 (User)
Senior Boarder
Posts: 287
graphgraph
User Offline Click here to see the profile of this user
Luyenkim.NET
Logged Logged
 
Last Edit: 2008/05/25 08:22 By viet4777.
 
Luyenkim.Net
utf-8 Vietnamese language package will be complete in mid of Oct.
luyenkim.net/home9/index.php?option=com_...5&amp;id=282#282
 
The administrator has disabled public write access.  
#51181
Re:QUOTE doesn't make any difference 4 Months, 2 Weeks ago  
Thanks viet4777 but i guess this is already working. I just tried to upload all the files in the new version after FB version 1.0.4

You have a nice website. I tried to visit your forum/website but I cannot understand the language

thanks for your time.
rocknolds (User)
Junior Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Gender: Male rocknolds ASMSI-Cebu rocknolds@gmail.com rocknolds23 rocknolds@hotmail.com rocknolds Location: Cebu City Philippines Birthdate: 1977-05-07
Logged Logged
 
 
The administrator has disabled public write access.  
Go to top