The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
hello, please see following image:
![]() |
#2
|
|||
|
|||
![]()
bump.
I'd like to know this too. The only way I know how is using Google Fonts, but that's off site. I'd like to know how to keep this local. |
#3
|
|||
|
|||
![]()
So, I assume no one knows about it?
|
#4
|
|||
|
|||
![]()
This is defined in template "editor_jsoptions_font" but when you search for it in AdminCP -> search in templates you wont find it?
So, the only way seems to be to edit it in the database, in table "template". Where title = editor_jsoptions_font. The fonts are defined in fields "template" and "template_un" . Just put your font on a new row. The contents in the standard installation for fields "template"and "template_un" are: Code:
$final_rendered = 'Arial Arial Black Arial Narrow Book Antiqua Century Gothic Comic Sans MS Courier New Fixedsys Franklin Gothic Medium Garamond Georgia Impact Lucida Console Lucida Sans Unicode Microsoft Sans Serif Palatino Linotype System Tahoma Times New Roman Trebuchet MS Verdana '; Code:
Arial Arial Black Arial Narrow Book Antiqua Century Gothic Comic Sans MS Courier New Fixedsys Franklin Gothic Medium Garamond Georgia Impact Lucida Console Lucida Sans Unicode Microsoft Sans Serif Palatino Linotype System Tahoma Times New Roman Trebuchet MS Verdana |
#5
|
|||
|
|||
![]() Quote:
plz see img which one i will have to edit. i dont understand. |
#6
|
|||
|
|||
![]()
Click on SQL in menu above,
then paste this: Code:
SELECT * FROM template WHERE title = 'editor_jsoptions_font'; for example if I want to add the font "Helvetica Neue" this will be the value of the field "template": Code:
$final_rendered = 'Arial Arial Black Arial Narrow Book Antiqua Century Gothic Comic Sans MS Courier New Fixedsys Franklin Gothic Medium Garamond Georgia Impact Lucida Console Lucida Sans Unicode Microsoft Sans Serif Palatino Linotype System Tahoma Times New Roman Trebuchet MS Verdana Helvetica Neue '; |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|