Yuxi
Aug 25 2006, 03:43 PM
I think there should be a way to install additional fonts into IPB for making posts without manually editing the code. I know there's already a big list built in, but it would be a nice feature.
Dark Phantom
Aug 25 2006, 07:15 PM
QUOTE(Yuxi @ Aug 25 2006, 11:43 AM)

I think there should be a way to install additional fonts into IPB for making posts without manually editing the code. I know there's already a big list built in, but it would be a nice feature.

Would be hard to add this feature, how would the code know what to display, if its not a array thats a specfic size. There has to be a "default" for people who don't want to add fonts to their board.
I am not familar with how PHP handles arrays, to my knowlege you have to define the size of an array in PHP much like you have to do it in C. There are of course ways to "increase" the size of a specfic size array, but the code required to do this isn't simple.
Strange_Will
Aug 25 2006, 11:56 PM
bbcode editor?
[fontname][/fontname]
<span style="font:fontname">
(I don't change fonts using CSS that much, but it's something like that...
Strange_Will
Aug 26 2006, 02:00 AM
I... don't see an edit...
Also you can change all of the fonts on your forum by doing this in the css code:
p{fontproperties here}
span{fontproperties here}
input{fontproperties here}
td{fontproperties here}
That should cover it (just a guess)
Brandon C
Aug 26 2006, 05:01 AM
I agree, +1 for this idea, a font manager with the ability to add/delete fonts freely would be awesome.
Rοb
Aug 26 2006, 07:38 AM
I agree too. Being able to add fonts would be superb (perhaps ips could add more as default anyway).
+1
Strange_Will
Aug 26 2006, 07:40 AM
Oh you mean fonts in the font pulldown, not the forum layout >< oops my bad.
Anyway, I think they just limit it to the standard fonts on the web that all OSes have.
Antony
Aug 26 2006, 01:01 PM
Remember though that users cannot see fonts unless they're installed on the computer they're using.
Therefore, I'd assume most of the widely supported fonts are already on the list.
Luke
Aug 27 2006, 07:59 AM
No, unlike C a PHP array does not have to be defined. You can define it, but after you do you can still add to it. PHP is very flexible.
Millar
Aug 28 2006, 08:08 AM
Would be a good feature. Add customization even further to your forum.
+ 1
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.