The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello,
I would require your assistance. ![]() After installation of vBulletin 4.2.2, I would like to adjust BBcode font sizes: [SIZE=1] [SIZE=2] [SIZE=3] [SIZE=4] [SIZE=5] [SIZE=6] [SIZE=7] ![]() Reason, unfortunately size 5,6 and 7 is for our forum too big. ![]() I found a topic on https://vborg.vbsupport.ru/showthread.php?t=134919, that in uncompressed javascript file "vbulletin_textedit.js" is necessary to edit on line 1888 following: Code:
this.translate_fontsize = function(csssize)
{
switch (csssize)
{
case '7.5pt':
case '10px': return 1;
case '10pt': return 2;
case '12pt': return 3;
case '14pt': return 4;
case '18pt': return 5;
case '24pt': return 6;
case '36pt': return 7;
default: return '';
}
}
Unfortunately, in the uncompressed javascript file "vbulletin_textedit.js" I cannot see "this.translate_fontsize = function(csssize)". Moreover, I can see only 1128 line? Could you please help me to solve this probl?m in vb 4.2.2? Excuse my English, its not my natural language. Thank you in advance. |
|
#2
|
|||
|
|||
|
that info is no longer in that file
|
|
#3
|
|||
|
|||
|
Thanks for your reply. But where's this information?
|
|
#4
|
|||
|
|||
|
Sorry don't know as it is something I have never edited maybe someone else can answer this
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|