Search found 20 matches

by hxii
Sat Dec 14, 2019 12:37 pm
Forum: Plugins
Topic: [PLUGIN] FastCGI Purge For Bludit
Replies: 2
Views: 2219

Re: [PLUGIN] FastCGI Purge For Bludit

FYI the plugin updated to v1.2 with a few necessary bug fixes.

A bit about FCGI cache and Bludit: https://paulglushak.com/configure-fastc ... for-bludit
by hxii
Fri Dec 06, 2019 10:13 am
Forum: Plugins
Topic: [PLUGIN] FastCGI Purge For Bludit
Replies: 2
Views: 2219

[PLUGIN] FastCGI Purge For Bludit

Simple plugin that purges pages from fastcgi cache using the ngx_cache_purge module on modify/delete.

Available on GitHub
by hxii
Fri Oct 04, 2019 11:50 pm
Forum: General
Topic: [solved] Add explanation text to categories
Replies: 2
Views: 2564

Re: Add explanation text to categories

Categories have descriptions, would those not work?
by hxii
Wed Sep 18, 2019 8:54 pm
Forum: General
Topic: Custom fields
Replies: 3
Views: 3011

Re: Custom fields

I gotta try this!
by hxii
Sun Sep 08, 2019 9:43 am
Forum: Themes
Topic: Typerite
Replies: 7
Views: 3699

Re: Typerite

Hey thanks for the quick response! I shall adjust the footer settings asap. Another Q is how to add pages in the Typerite theme? In the default there is the about page, but how to add more that also appear in the menu? Thanks Fred108 The menu is displaying static pages, so once you set a page as st...
by hxii
Mon Aug 26, 2019 1:03 pm
Forum: General
Topic: The title of the next and previous post
Replies: 5
Views: 4706

Re: The title of the next and previous post

I guess you can use something like (after, obviously, writing the code more normally) $pre_page = $page->previousKey(); $next_page = $page->nextKey(); $page_handler = new Pages(); $pre_page_title = $page_handler->getPageDB($pre_page); $next_page_title = $page_handler->getPageDB($next_page);
by hxii
Sun Aug 18, 2019 8:39 am
Forum: Plugins
Topic: Highlight plugin dosn't work
Replies: 4
Views: 3382

Re: Highlight plugin dosn't work

Why not implement highlightjs?
All you have to do is load the JS, CSS and initialize it.
by hxii
Sat Jan 23, 2016 12:24 pm
Forum: Themes
Topic: [THEME] Monochromato
Replies: 3
Views: 2672

Re: [THEME] Monochromato

Thanks, very glad you like it! I'm actually updating Monochromato to work with the latest Bludit update, so I'll fix these issues while I'm at it :)
by hxii
Sun Nov 22, 2015 11:08 am
Forum: Themes
Topic: [THEME] Monochromato
Replies: 3
Views: 2672

[THEME] Monochromato

Monochromato
Monochromato is a minimalistic, clean, content-driven theme for Bludit made with ❤, coffee and a healthy dose of SASS.

Download (Github)
Demo
by hxii
Sun Nov 22, 2015 11:05 am
Forum: General
Topic: url in text
Replies: 1
Views: 1573

Re: url in text

You need to paste the embed code, not the regular URL.
For the video above, it's:

Code: Select all

<iframe width="560" height="315" src="https://www.youtube.com/embed/XQCc8JchYk4" frameborder="0" allowfullscreen></iframe>