Search found 3121 matches

by Edi
Mon Mar 20, 2017 12:03 am
Forum: Plugins
Topic: [PLUGIN] Ckeditor + Filemanager (WYSIWYG editor + Medias manager)
Replies: 86
Views: 324974

Re: [PLUGIN] Ckeditor + Filemanager (WYSIWYG editor + Medias manager + Markdown)

You have to be very carefull with the settings for the filemanager! And there is also the warning to not put the thumbnail folder inside the upload folder (as you have done now). Otherwise folders and files are endless duplicated in new folders.

What exactly was the problem you encountered?
by Edi
Thu Mar 16, 2017 5:07 pm
Forum: Themes
Topic: [THEME]log
Replies: 5
Views: 3361

Re: [THEME]log

Yo can modify the template file index.php to something like this (line 57): <!-- Main --> <div id="main"> <div class="header-image"> <img src="http://mydomain.com/bl-content/uploads/myimage.jpeg"> </div> <?php if( ($Url->whereAmI()=='home') || ($Url->whereAmI()=='tag') ...
by Edi
Thu Mar 16, 2017 1:42 pm
Forum: General
Topic: Forcing HTTPS not possible on Bludit?
Replies: 10
Views: 6315

Re: Forcing HTTPS not possible on Bludit?

No problem...

Does it work now?
by Edi
Wed Mar 15, 2017 1:38 pm
Forum: General
Topic: Forcing HTTPS not possible on Bludit?
Replies: 10
Views: 6315

Re: Forcing HTTPS not possible on Bludit?

Try to add the following to .htaccess: RewriteCond %{HTTP_HOST} ^mydomain\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.mydomain\.com$ RewriteCond %{HTTPS} =off RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [QSA,L,R=301] The .htaccess then will be: AddDefaultCharset UTF-8 <IfModule mod_rewrite.c> # E...
by Edi
Wed Mar 15, 2017 12:38 pm
Forum: Plugins
Topic: Erweiterung für Blog-Beiträge in der Sidebar
Replies: 3
Views: 2534

Re: Erweiterung für Blog-Beiträge in der Sidebar

Es gibt ein Plugin, das die neuesten Beiträge anzeigt.

Möchtest Du eine Liste aller Beiträge? Welches Theme verwendest Du?
by Edi
Wed Mar 15, 2017 12:36 pm
Forum: General
Topic: we have own comment system?
Replies: 18
Views: 10799

Re: we have own comment system?

sylvian wrote:It was the striped theme which block plug ins. There should be a bug dealing with this theme.
I will fix it.
by Edi
Wed Mar 15, 2017 12:15 am
Forum: Plugins
Topic: [PLUGIN] Contact for Bludit 2.6
Replies: 95
Views: 1010574

Re: [PLUGIN] Contact

Herk wrote:Yes I meen data are still in the fields.
I will have a look at the plugin.
by Edi
Wed Mar 15, 2017 12:13 am
Forum: General
Topic: Forcing HTTPS not possible on Bludit?
Replies: 10
Views: 6315

Re: Forcing HTTPS not possible on Bludit?

franckfriends wrote: Whatever I try it fails :(
I will play around with it. In my hosting I can force to https as option when installing a certificate. ;-)
by Edi
Wed Mar 15, 2017 12:11 am
Forum: General
Topic: we have own comment system?
Replies: 18
Views: 10799

Re: we have own comment system?

sylvian wrote: No comments' fields at the end of the posts...
It works for me. The comment field is not on the main page, it's on the page with the single post.
by Edi
Tue Mar 14, 2017 1:03 pm
Forum: General
Topic: Forcing HTTPS not possible on Bludit?
Replies: 10
Views: 6315

Re: Forcing HTTPS not possible on Bludit?

Can you please post your .htaccess.