Fa_XH

Third Party Plugins to CMSimple - how to install, use and create plugins

Moderator: Tata

Post Reply
manu
Posts: 1086
Joined: Wed Jun 04, 2008 12:05 pm
Location: St. Gallen - Schweiz
Contact:

Re: Fa_XH

Post by manu » Fri Apr 14, 2017 8:20 pm

From a short view it's because you need an extra tinymce plugin. Did you ever try this config option. This might work for both tinymce variants.

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Fa_XH

Post by cmb » Sat Apr 15, 2017 1:53 pm

manu wrote:From a short view it's because you need an extra tinymce plugin. Did you ever try this config option. This might work for both tinymce variants.
Ah, thanks! Indeed, that works with both variants, if an absolute URL is specified in the init. I think that this commit solves the issue.
Christoph M. Becker – Plugins for CMSimple_XH

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Fa_XH

Post by cmb » Mon Apr 17, 2017 4:14 pm

Hi everybody!

I've just released Fa_XH 1.0beta2.

I've fixed a few bugs and made several improvements. See the changelog for details.

Enjoy!
Christoph M. Becker – Plugins for CMSimple_XH

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Fa_XH

Post by cmb » Fri Apr 21, 2017 3:29 pm

Hi everybody!

I've just released Fa_XH 1.0beta3.

I've fixed a single bug which made the plugin require PHP 5.5.0 or higher, see the changelog for details.

Enjoy!
Christoph M. Becker – Plugins for CMSimple_XH

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Fa_XH

Post by cmb » Sun Apr 23, 2017 2:13 pm

Hi everybody!

I've just released Fa_XH 1.0beta4.

I've fixed two bugs, see the changelog for details.

Enjoy!
Christoph M. Becker – Plugins for CMSimple_XH

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Fa_XH

Post by cmb » Fri Apr 28, 2017 11:45 pm

Hi everybody!

I have released Fa_XH 1.0beta5.

Most notably, I've added a font-awesome Plugin for CKEditor. Many thanks to Holger for making the editor integration so painless!

For details see the changelog.

Enjoy!
Christoph M. Becker – Plugins for CMSimple_XH

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Fa_XH

Post by cmb » Wed May 24, 2017 4:17 pm

Hi everybody!

Fa_XH 1.0rc1 has just been released.

This new version contains only minor improvements; see the changelog for details.

Enjoy!
Christoph M. Becker – Plugins for CMSimple_XH

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Fa_XH

Post by cmb » Sat May 27, 2017 11:21 am

Hi everybody!

Fa_XH 1.0rc2 has just been released.

This version fixes an issue regarding unsupported syntax on PHP 5.3; see the changelog for details.

Enjoy!
Christoph M. Becker – Plugins for CMSimple_XH

aceaccis
Posts: 71
Joined: Tue May 30, 2017 7:09 am

Re: Fa_XH

Post by aceaccis » Mon Jun 19, 2017 12:52 pm

Hi cmb,

just tried to install Fa_XH-1.0rc2 under CMSimple_XH 1.6.10.

I did the changes in init_frontawesome.js but can't see any Tab under tinymce Version: 3.5.11 (2014-05-08).

Think it could be the path im not sure if I understood it right.

My Path is /private_root/webseite/plugins/tinymce/inits so I changed all from %CMSIMPLE_ROOT% to /private_root/webseite/ ,
is this right ?

Code: Select all

{
  selector: "%SELECTOR%",
  theme: "modern",
  skin: "lightgray",
  toolbar_items_size: "small",
  menubar:false,
  plugins: [
    "advlist anchor autolink autosave charmap code colorpicker contextmenu emoticons fullscreen hr",
    "image importcss insertdatetime link lists media nonbreaking paste",
    "save searchreplace table textcolor visualblocks visualchars wordcount fontawesome noneditable"
  ],
  external_plugins: {
    "fontawesome": "/private_root/webseite/plugins/fa/editors/tinymce4/fontawesome/plugin.min.js"
  },
  toolbar1: "save | fullscreen code formatselect fontselect fontsizeselect styleselect",
  toolbar2: "bold italic underline strikethrough | alignleft aligncenter alignright alignjustify cut copy paste pastetext | bullist numlist outdent indent blockquote",
  toolbar3: "undo redo | link unlink anchor image media | hr nonbreaking removeformat visualblocks visualchars | forecolor backcolor | searchreplace | charmap fontawesome",
  toolbar4: "emoticons subscript superscript | table inserttime help",
  image_advtab: true,
  image_title: true,
  file_browser_callback: "%FILEBROWSER_CALLBACK%",
  content_css: "%STYLESHEET%,/private_root/webseite//fa/css/font-awesome.min.css",
  importcss_append:true,
  style_formats_autohide: true,
  importcss_selector_filter: /(?:([a-z0-9\-_]+))(\.[a-z0-9_\-\.]+)$/i,
  %LANGUAGE%
  element_format: "%ELEMENT_FORMAT%",
  block_formats: "%HEADERS%;p=p;div=div;code=code;pre=pre;dt=dt;dd=dd",
  "insertdatetime_formats": ["%H:%M:%S", "%d.%m.%Y", "%I:%M:%S %p", "%D"],
  relative_urls: true,
  convert_urls: false,
  entity_encoding: "raw",
  noneditable_noneditable_class: 'fa',
  extended_valid_elements: 'span[*]'
}
tinymce.png

Thx Chris
You do not have the required permissions to view the files attached to this post.
Chris S. aus B
Hoster: df.eu
Domains: 25 an der Zahl
CMS: CMSimple_XH, jeweils 1.6.10 und nun 1.7.0

Tata
Posts: 3586
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: Fa_XH

Post by Tata » Mon Jun 19, 2017 1:09 pm

I think, it works only with tinymce4 (not tested with older editors). With me this setting works

Code: Select all

 external_plugins: {
    "fontawesome": "%CMSIMPLE_ROOT%plugins/fa/editors/tinymce4/fontawesome/plugin.min.js"
  },
CKditor, however, doesn't require any settings.
Have you set the Fa plugin to Require/Auto?
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

Post Reply