Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CKEditor other buttons?
#12
superyms Wrote:
princemac Wrote:Not sure what you mean superyms, but thanks nevertheless for your reply.

I was just thinking of a insert image button like what TinyMCE had, where you put the url of the image in, then select the justification (Main reason I want it) and border etc.

Thanks again.

Ok normally it is ready to be used in CKEditor, we have just to call it for the configuration file of the advanced tool-bar, but i ignore where is this file is placed in GS 2.0, i asked already about it but not any answer...may be someone will do...i will search for it meanwhile!

Found, look in the file \admin\edit.php and there in the line 275 to 280 you have :

Code:
if ($EDTOOL == 'advanced') {
                $toolbar = "
                        ['Bold', 'Italic', 'Underline', 'NumberedList', 'BulletedList', 'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock', 'Table', 'TextColor', 'BGColor', 'Link', 'Unlink', 'RemoveFormat', 'Source'],
              '/',
              ['Styles','Format','Font','FontSize']
          ";

you have just to add : Image, so it will become :

Code:
if ($EDTOOL == 'advanced') {
                $toolbar = "
                        ['Bold', 'Italic', 'Underline', 'NumberedList', 'BulletedList', 'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock', 'Table', 'TextColor', 'BGColor', 'Link', 'Unlink', 'Image', 'RemoveFormat', 'Source'],
              '/',
              ['Styles','Format','Font','FontSize']
          ";

if you need to add Flash files you have to add Flash to call the flash button.

there also you could choose your buttons for the Basic one !

Bye.
Sharing is human real nature...
Reply


Messages In This Thread
CKEditor other buttons? - by tommy - 2010-02-02, 19:32:34
CKEditor other buttons? - by n00dles101 - 2010-02-02, 19:42:07
CKEditor other buttons? - by tommy - 2010-02-02, 20:19:01
CKEditor other buttons? - by superyms - 2010-02-03, 00:01:33
CKEditor other buttons? - by superyms - 2010-02-03, 06:25:49
CKEditor other buttons? - by vsky - 2010-02-03, 06:39:28
CKEditor other buttons? - by superyms - 2010-02-03, 19:09:34
CKEditor other buttons? - by princemac - 2010-02-04, 03:11:22
CKEditor other buttons? - by superyms - 2010-02-04, 07:41:09
CKEditor other buttons? - by princemac - 2010-02-04, 07:49:49
CKEditor other buttons? - by superyms - 2010-02-04, 08:03:58
CKEditor other buttons? - by superyms - 2010-02-04, 08:16:55
CKEditor other buttons? - by princemac - 2010-02-04, 08:29:23
CKEditor other buttons? - by ccagle8 - 2010-02-04, 11:09:47
CKEditor other buttons? - by superyms - 2010-02-04, 12:57:09
CKEditor other buttons? - by tyee - 2010-02-04, 16:00:08
CKEditor other buttons? - by superyms - 2010-02-04, 17:22:41
CKEditor other buttons? - by tommy - 2010-02-04, 17:24:53
CKEditor other buttons? - by tyee - 2010-02-05, 01:10:07
CKEditor other buttons? - by rfuller - 2011-01-25, 11:30:43



Users browsing this thread: 1 Guest(s)