Search found 10 matches

by kondor
Sun Mar 05, 2017 11:01 am
Forum: General
Topic: Cache and Bludit. Question.
Replies: 7
Views: 4685

Re: Cache and Bludit. Question.

Hmm, I think this have something to do with cloudflare, because as I tested it on server without the connection do cloudflare service css changes are visible immediately. Nevertheless for the system in cloudflare I fixed it by using version in the css path (i.e. myfile.css?v=1)
by kondor
Wed Feb 15, 2017 9:08 pm
Forum: General
Topic: Changing the URL for the admin site
Replies: 9
Views: 7211

Re: Changing the URL for the admin site

Hi, i have the solution for both cases: 1) Change the admin url In files below change the code as follow bludit\bl-kernel\dbsite.class.php $filters['admin'] = 'admin'; to $filters['admin'] = ADMIN_SLUG; bludit\bl-kernel\admin\controllers\ in files about.php add-user.php configure-plugin.php install-...
by kondor
Tue Feb 14, 2017 8:53 am
Forum: General
Topic: Changing the URL for the admin site
Replies: 9
Views: 7211

Re: Changing the URL for the admin site

@susannelisa I did not change anything yet, but will try it in the next days :) but another question did you adjust this constant as well?: define('HTML_PATH_ADMIN_ROOT', HTML_PATH_ROOT.'admin/'); According to your question to block the admin page, did you saw this topic https://forum.bludit.org/vie...
by kondor
Tue Feb 07, 2017 10:45 am
Forum: General
Topic: Customized fields of the post or page
Replies: 2
Views: 2000

Re: Customized fields of the post or page

cool, thanks @Edi,

I will definitely take a look at it

Best regards,
Konrad
by kondor
Mon Feb 06, 2017 6:49 pm
Forum: General
Topic: Customized fields of the post or page
Replies: 2
Views: 2000

Customized fields of the post or page

Hi all, Does someone knows the way how to customize the fields of the post/page. I would like to add my own check boxes, inputs etc without any touching of dbPosts/dbPages class? I saw that the dbFields properties of this class is marked as private and there is no setter method to add new fields, so...
by kondor
Wed Feb 01, 2017 5:29 pm
Forum: General
Topic: Cache and Bludit. Question.
Replies: 7
Views: 4685

Re: Cache and Bludit. Question.

thanks for clarification, i need then to check the settings of the server by myself as this all is placed on my own VPS.
Anyway good to know that this is not Bludit.
by kondor
Sun Jan 29, 2017 6:22 pm
Forum: General
Topic: Cache and Bludit. Question.
Replies: 7
Views: 4685

Cache and Bludit. Question.

Hi guys, Does Bludit use any kind of cache? And if yes how to clear it :) I noticed namely that when I change or add some value/attribute in css or change the image in the post it is not visible immediately, even when I clear the browser cache or use completely new browser on some another computer t...
by kondor
Sat Jan 28, 2017 6:25 pm
Forum: General
Topic: Changing the URL for the admin site
Replies: 9
Views: 7211

Re: Changing the URL for the admin site

Thanks @hungtran and @amr,

changing it directly in the kernel is the best option in my case, redirection via .htaccess file is not the preferable way in hiding the admin url.

Best regards,
Konrad
by kondor
Mon Jan 16, 2017 2:55 pm
Forum: General
Topic: How to hide some posts from the homepage
Replies: 11
Views: 18719

How to hide some posts from the homepage

Hi all, I want to hide some posts defined with special tag from the homepage, just want that they will only appear in the post content when I click on the defined tag. (let say I have some posts that belong to the tag "Archive" and don't want that they will occur on the front page as a new...
by kondor
Fri Dec 30, 2016 12:31 pm
Forum: General
Topic: Changing the URL for the admin site
Replies: 9
Views: 7211

Changing the URL for the admin site

Hi all,

Is there any way to change the admin url to some different slug?
I want to use something like mysite/my_new_admin_url instead of using mysite/admin.

Thanks,
Konrad