Search found 236 matches

by Fred
Fri Aug 12, 2016 9:05 pm
Forum: Plugins
Topic: [PLUGIN] Folio Gallery
Replies: 22
Views: 19230

Re: [PLUGIN] Folio Gallery

Update, read first post ;)
by Fred
Fri Aug 12, 2016 9:00 pm
Forum: Plugins
Topic: [PLUGIN] Shortcode API
Replies: 26
Views: 30139

Re: [PLUGIN] Shortcode API

Update plugin, read first post ;)
by Fred
Sun Aug 07, 2016 9:46 pm
Forum: Plugins
Topic: [PLUGIN] Shortcode API
Replies: 26
Views: 30139

Re: [PLUGIN] Shortcode API

Please update to Bludit 1.5Beta or add your Bludit version in metadata.json.

Code: Select all

"compatible": "1.4,1.5beta",
If you update the file, I would not be able to guarantee if the plugin and really compatible with an older version of Bludit, this time it is possible ;)
by Fred
Tue Aug 02, 2016 9:44 am
Forum: General
Topic: [question] custom theme for home and pages
Replies: 9
Views: 8979

Re: [question] custom theme for home and pages

Up this topic for place this code natively in template. replace: <?php if( ($Url->whereAmI()=='home') || ($Url->whereAmI()=='tag') || ($Url->whereAmI()=='blog') ) { include(THEME_DIR_PHP.'home.php'); } elseif($Url->whereAmI()=='post') { include(THEME_DIR_PHP.'post.php'); } elseif($Url->whereAmI()=='...
by Fred
Fri Jun 24, 2016 12:43 pm
Forum: General
Topic: Problems with CKEditor
Replies: 3
Views: 3022

Re: Problems with CKEditor

If you don't see the preview images you need to give write permission to the bl-content/uploads/thumbs folder. If you are updating from a previous version of Ckeditor/FileManager delete the contents of thumbs folder, the script will automatically re-create the thumbnails. I update next with the new ...
by Fred
Tue Jun 21, 2016 12:17 pm
Forum: General
Topic: Bludit v1.4 "Spot"
Replies: 33
Views: 16700

Re: Bludit v1.4

Thx a lot Diego, all my plugins is update ;)
by Fred
Fri May 13, 2016 8:07 pm
Forum: Plugins
Topic: [PLUGIN] TinyMCE + Responsive Filemanager 9.10.2
Replies: 5
Views: 6019

Re: [PLUGIN] TinyMCE + Responsive Filemanager 9.10.2

ironn wrote: Created this, because I could not get the ckeditor + filemanager plugin to work on a standard Bludit installation.
What you encounter problems? so i could Debug.
by Fred
Sun May 08, 2016 7:07 pm
Forum: Plugins
Topic: [PLUGIN] Backup
Replies: 10
Views: 11948

Re: [PLUGIN] Backup v0.5

Reply in your topic => viewtopic.php?f=6&t=631&p=2281#p2281
;)
by Fred
Sun May 08, 2016 7:06 pm
Forum: Plugins
Topic: [PLUGIN] Contact for Bludit 2.6
Replies: 95
Views: 1010592

Re: [PLUGIN] Contact v1.0.1

Reply in your topic => viewtopic.php?f=6&t=631&p=2281#p2281
;)
by Fred
Sun May 08, 2016 7:05 pm
Forum: General
Topic: How to change paths when unpacking backup on different domain?
Replies: 4
Views: 5562

Re: How to change paths when unpacking backup on different domain?

Hi Esta.


Backup plugin save the last serveur url in config.
Just edit the bl-content/databases/site.php
And change this line:

Code: Select all

"url": "http:\/\/localhost\/CMS\/bludit\/",
Or try to change the site url in settings advanced backend.