The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Anybody knows how can i change the default palette colours of the ckeditor? Without clicking in More colours. I want to put there some colours that match perfect with my forum, and remove the ones that are useless for my forum.
|
#2
|
||||
|
||||
![]()
open file
./clientscript/ckeditor/plugins/colorbutton/plugin.js On line 257 is where the colors are for the default palette. It will look like this Code:
CKEDITOR.config.colorButton_colors = '000,800000,8B4513,2F4F4F,008080,000080,4B0082,696969,' + 'B22222,A52A2A,DAA520,006400,40E0D0,0000CD,800080,808080,' + 'F00,FF8C00,FFD700,008000,0FF,00F,EE82EE,A9A9A9,' + 'FFA07A,FFA500,FFFF00,00FF00,AFEEEE,ADD8E6,DDA0DD,D3D3D3,' + 'FFF0F5,FAEBD7,FFFFE0,F0FFF0,F0FFFF,F0F8FF,E6E6FA,FFF'; So the code and the palette both have 5 rows of 8 colors. So pick which color you'd like to replace in the palette, say the third color on the second row of the palette, on the second row, third color (colors separated by comma) its DAA520, so replace that with the hex color code you'd like displayed (no # needed). Upload the modified file, and clear cache ![]() |
#3
|
|||
|
|||
![]() Quote:
How can i clean cach?? |
#4
|
||||
|
||||
![]()
browser cache, but chances are if you hit SHIFT+F5 or CTRL+F5 will clear up the files that need to be reloaded.
|
#5
|
|||
|
|||
![]() Quote:
![]() |
#6
|
||||
|
||||
![]()
did you upload and overwrite the existing file on your server?
|
#7
|
|||
|
|||
![]()
Of course. And if i go to the FTP and download the file, is correct, but it seems to take the information of another file. Perhaps is something in my style?
|
#8
|
||||
|
||||
![]()
try making the same edits in ./clientscript/ckeplugins/vbtextcolor/plugin.js around line 317
|
#9
|
|||
|
|||
![]()
Still doesnt work, friend. Is working for you?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|