| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottom Post Reply Favoured: 8
TOPIC:
#38630
Re:Fireboard 1.0.4 Nightly Developer Patch SVN#551 4 Months ago  
grumblemarc wrote:
All my patches are current, including this one. It only seems to happen on the Rockettheme template.

Have you tried disabling any js in the template one by one and see what happens? Should be loaded in the very end of the head tag. I have this issue but with the vcard, q.r. thing was fixed in my case not by disabling js / mootools but with some svn files...
alou (User)
Expert Boarder
Posts: 98
graphgraph
User Offline Click here to see the profile of this user
The game is On!
 
 
The administrator has disabled public write access.  
#38635
Re:Fireboard 1.0.4 Nightly Developer Patch SVN#551 4 Months ago  
Not just yet. This particular forum gets very little traffic since the site owner isn't cultivating any new users or updating the site. It's not a pressing issue. No worries.

Oh! And to punctuate what fxstein says, use this patch on non-production sites for testing. Use on LIVE sites at your own risk!
grumblemarc (User)
Platinum Boarder
Posts: 3401
graph
User Offline Click here to see the profile of this user
Gender: Male
 
Ironside/Ben Dover said I was supposed to be an expert!! That\'s funny! I don\'t remember getting certified to be a FireBoard expert.
 
The administrator has disabled public write access.  
#38791
Re:Fireboard 1.0.4 Nightly Developer Patch SVN#551 4 Months ago  
fxstein wrote:
  • font-size BBcode does not work


Overwrite my local installation but this function still don't work.
Can anyone confirm this?
orthanc (User)
Moderator
Posts: 474
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 117461144 Gender: Male VSM 99 Nord Dresden Location: Dresden | Germany
 
Last Edit: 2008/01/12 17:09 By orthanc.
 
The administrator has disabled public write access.  
#38793
Re:Fireboard 1.0.4 Nightly Developer Patch SVN#551 4 Months ago  
I didn't have this issue at the first time so I can't confirm BUT if font size won't work, try manually setting the tag in a post to [ size=xxx% ] (120% would give a bigger than standard fo didn't have this issue at the first time so I can't confirm BUT if font size won't work, try manually setting the tag in a post to [ size=xxx% ] (120% would give a bigger than standard font, 80% a smaller etc) instead of the standard size=1,2,3 etc. If that works, change the definitions in smile.class.php accordingly.
alou (User)
Expert Boarder
Posts: 98
graphgraph
User Offline Click here to see the profile of this user
The game is On!
 
 
The administrator has disabled public write access.  
#38817
Re:Fireboard 1.0.4 Nightly Developer Patch SVN#551 4 Months ago  
I had tried the Patch, thanks a lot.
However, the "Images size does not obey BBCode had tried the Patch, thanks a lot.
However, the "Images size does not obey BBCode [ IMG Size=xxx ]" bug still have not resolved.
mikeho1980 (User)
Senior Boarder
Posts: 74
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 124373717 Gender: Male mikeho1980 Dog Neighbor mikeho1980 mikeho1980 mikeho1980 Location: Hong Kong Birthdate: 1980-01-01
 
Dog Neighbor ; Joomla v1.0.12 UTF-8 Traditional Chinese; Fireboard v1.0.1 BETA; PHP 5.2.0 Apache 2.0 mySQL 5.0.27 utf8_general; Internet Explorer 7.0.5730.11 Firefox 2.0.0.11
Fireboard Traditional Chinese Translator
 
The administrator has disabled public write access.  
#38850
Re:Fireboard 1.0.4 Nightly Developer Patch SVN#551 4 Months ago  
orthanc wrote:
fxstein wrote:
  • font-size BBcode does not work


Overwrite my local installation but this function still don't work.
Can anyone confirm this?


Have you this css-code in your fb template?

Code:


#fireboard .fbxs {font-size: 9px;}
#fireboard .fbs {font-size: 10px;}
#fireboard .fbm {font-size: 11px;}
#fireboard .fbl {font-size: 12px;}
#fireboard .fbxl {font-size: 13px;}
#fireboard .fbxxl {font-size: 14px;}

racoon (User)
Expert Boarder
Posts: 155
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
#38858
Re:Fireboard 1.0.4 Nightly Developer Patch SVN#551 4 Months ago  
mikeho1980 wrote:
I had tried the Patch, thanks a lot.
However, the "Images size does not obey BBCode [ IMG Size=xxx ]" bug still have not resolved.[/quI had tried the Patch, thanks a lot.
However, the "Images size does not obey BBCode [ IMG Size=xxx ]" bug still have not resolved.


please try to use small letters:

Code:

[img size=xxx]this.jpg[/img]
racoon (User)
Expert Boarder
Posts: 155
graphgraph
User Offline Click here to see the profile of this user
 
Last Edit: 2008/01/13 03:59 By racoon.
 
The administrator has disabled public write access.  
#38870
Re:Fireboard 1.0.4 Nightly Developer Patch SVN#551 4 Months ago  
Thats correct. Right now the parser wants it 'mainly' in small letter. I will have to look into how we can cure that...
fxstein (User)
FB Core Team
starVmax
Platinum Boarder
Posts: 458
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
 
www.starVmax.com If you want to support my work simply give me a back-link to www.starVmax.com from your site. It is much appriciated!
 
The administrator has disabled public write access.  
#38914
Re:Fireboard 1.0.4 Nightly Developer Patch SVN#551 4 Months ago  
racoon wrote:


please try to use small letters:

Code:

[img size=xxx]this.jpg[/img]


Well, they are in small letters, but still doesn't work.
mikeho1980 (User)
Senior Boarder
Posts: 74
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 124373717 Gender: Male mikeho1980 Dog Neighbor mikeho1980 mikeho1980 mikeho1980 Location: Hong Kong Birthdate: 1980-01-01
 
Dog Neighbor ; Joomla v1.0.12 UTF-8 Traditional Chinese; Fireboard v1.0.1 BETA; PHP 5.2.0 Apache 2.0 mySQL 5.0.27 utf8_general; Internet Explorer 7.0.5730.11 Firefox 2.0.0.11
Fireboard Traditional Chinese Translator
 
The administrator has disabled public write access.  
#38918
Re:Fireboard 1.0.4 Nightly Developer Patch SVN#551 4 Months ago  
Code:

#fireboard .fbxs {font-size: 9px;}
#fireboard .fbs {font-size: 11px;}
#fireboard .fbm {font-size: 12px;}
#fireboard .fbl {font-size: 13px;}
#fireboard .fbxl {font-size: 15px;}
#fireboard .fbxxl {font-size: 16px;}


I just made my settings like this for now in the forum.css of the fireboard template. That's all I can do for now. At least it kinda made more big.
nanaya (User)
Gold Boarder
Posts: 213
graphgraph
User Offline Click here to see the profile of this user
Gender: Female This Is Kawaii Location: Aloha Land
 
 
The administrator has disabled public write access.  
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop