[PLUGIN] Tinymce

User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

Tinymce
Version: v4.3.3
Bludit version: v1.1.2

https://plugins.bludit.com
User avatar
Fred
Legend Bludit
Posts: 236
Joined: Wed Jun 24, 2015 2:14 pm
Location: France
Contact:

Diego thank you,
That's right, the buttons on the editor adds quite easely
╰☆╮Bludit╰☆╮ is a open source and community contributions are essential to project success!
You are looking for a light forum based Json? Try my project Flatboard, it is free. ;)
Sorry for my little english, i'm french :oops:
kaaleth
Master Bludit
Posts: 117
Joined: Sun Jun 14, 2015 9:55 am

There is a simple way to enable hidden features:

Step 1
Go to plugins -> TinyMCE

Step 2
Replace two fields.

For plugins:

Code: Select all

advlist, autolink, lists, link, image, charmap, print, preview, hr, anchor, pagebreak, searchreplace, wordcount, visualblocks, visualchars, code, fullscreen, imagetools
For toolbar:

Code: Select all

bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | bullist numlist | styleselect | link image forecolor backcolor removeformat | pagebreak code fullscreen
Step 3
Save

Step 4
Open \plugins\tinymce\plugin.php and find

Code: Select all

				statusbar: false,
				menubar:false,
replace to:

Code: Select all

				statusbar:true,
				menubar:true,
Demo:
2015-12-13 (3).png
2015-12-13 (3).png (84.68 KiB) Viewed 6214 times
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

kaaleth wrote:There is a simple way to enable hidden features:

Step 1
Go to plugins -> TinyMCE

Step 2
Replace two fields.

For plugins:

Code: Select all

advlist, autolink, lists, link, image, charmap, print, preview, hr, anchor, pagebreak, searchreplace, wordcount, visualblocks, visualchars, code, fullscreen, imagetools
For toolbar:

Code: Select all

bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | bullist numlist | styleselect | link image forecolor backcolor removeformat | pagebreak code fullscreen
Step 3
Save

Step 4
Open \plugins\tinymce\plugin.php and find

Code: Select all

				statusbar: false,
				menubar:false,
replace to:

Code: Select all

				statusbar:true,
				menubar:true,
Demo:
2015-12-13 (3).png
Thanks for the info, I'm always missing this part.
dirtdiver2010
Master Bludit
Posts: 127
Joined: Fri Jan 15, 2016 6:07 pm
Has thanked: 1 time
Been thanked: 3 times

Hi, is it possible to activate the advanced tab for images?
I tried, but I didn´t find a way to activate. I would need this option to easy edit images with the alt-tag and a image caption. The advanced option would add a figure and a figcaption tag too.
At the moment I put this things manually over the html editor view.

(sorry for may bad english)
adminvz
Ssr. Bludit
Posts: 27
Joined: Sun Jan 24, 2016 1:06 pm

not work in version 1.0.1
Image
User avatar
Fred
Legend Bludit
Posts: 236
Joined: Wed Jun 24, 2015 2:14 pm
Location: France
Contact:

adminvz wrote:not work in version 1.0.1
Image
Back to defaut admin template...
╰☆╮Bludit╰☆╮ is a open source and community contributions are essential to project success!
You are looking for a light forum based Json? Try my project Flatboard, it is free. ;)
Sorry for my little english, i'm french :oops:
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

Tinymce plugin updated for Bludit v1.1
User avatar
Bazim
Jr. Bludit
Posts: 5
Joined: Sat Feb 06, 2016 7:08 pm

404 not found :-) great
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Bazim wrote:404 not found :-) great
The new page for downloading plugins is at

https://plugins.bludit.com
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Post Reply