Search found 27 matches

by rahuldottech
Wed Jan 23, 2019 1:13 pm
Forum: Plugins
Topic: Cachy breaks HTML when minifying!
Replies: 5
Views: 3135

Re: Cachy breaks HTML when minifying!

Hey diego, I am unable to reach the developer by email. Do you have an esteblished channel of communication with them or know of alternate means to reach them by?
by rahuldottech
Sat Jan 19, 2019 6:18 pm
Forum: Plugins
Topic: Cachy breaks HTML when minifying!
Replies: 5
Views: 3135

Cachy breaks HTML when minifying!

So, this is what the end of my post normally looks like: <p>Usage is as simple as this:</p> <pre>&lt;?php<br>require 'varDx.php';<br><br>$dx = new \varDx\cDX; //create an object<br>$dx-&gt;def('file.dat'); //define data file<br><br>$val1 = "this is a string";<br><br>$dx-&gt;wri...
by rahuldottech
Sat Jan 19, 2019 6:15 pm
Forum: General
Topic: Show latest posts on sidebar
Replies: 4
Views: 2116

Re: Show latest posts on sidebar

Hey. I just ended up modifying the navigation plugin and using it. Thanks for your help :)
by rahuldottech
Sat Jan 12, 2019 7:42 pm
Forum: General
Topic: Show latest posts on sidebar
Replies: 4
Views: 2116

Re: Show latest posts on sidebar

Hi Eli. This is not code from the plug-in, it is already present in the sidebar of the Striped theme.
by rahuldottech
Sat Jan 12, 2019 7:52 am
Forum: General
Topic: Show latest posts on sidebar
Replies: 4
Views: 2116

Show latest posts on sidebar

So... I have this code which shows me the latest posts on the sidebar: echo '<nav id="nav"> <h2 class="plugin-label">Newest Content</h2> <ul>'; foreach ($content as $page): echo '<li><a href="#'.$page->slug().'">'.$page->title().'</a></li>'; endforeach; echo '</ul></nav...
by rahuldottech
Tue Jan 08, 2019 5:44 am
Forum: General
Topic: PHP - detect if current page is static
Replies: 2
Views: 1697

Re: PHP - detect if current page is static

Haha, thanks!
by rahuldottech
Mon Jan 07, 2019 4:51 pm
Forum: Plugins
Topic: Cachy is incompatible with the search plugin
Replies: 11
Views: 6761

Re: Cachy is incompatible with the search plugin

This worked! Thanks sooooo much!
by rahuldottech
Mon Jan 07, 2019 4:41 pm
Forum: General
Topic: PHP - detect if current page is static
Replies: 2
Views: 1697

PHP - detect if current page is static

I'm writing some custom code for my blog's sidebar, and I need to check if the current page being viewed is static. I'm sure this a super simple if condition, but I can't figure it out. Any help?
by rahuldottech
Sun Jan 06, 2019 5:27 am
Forum: Plugins
Topic: Cachy is incompatible with the search plugin
Replies: 11
Views: 6761

Re: Cachy is incompatible with the search plugin

Thanks for your response. Is there a solution to this? Any way to exclude pages from Cachy?
by rahuldottech
Sat Jan 05, 2019 5:51 am
Forum: Plugins
Topic: Cachy is incompatible with the search plugin
Replies: 11
Views: 6761

Cachy is incompatible with the search plugin

When on PHP7, with the latest version of bludit, if I enable both plugins, I get this error: [05-Jan-2019 10:18:34 Asia/Kolkata] [INFO] [3.5] [/search/who] Plugin::webhook | Webhook requested. [05-Jan-2019 10:18:34 Asia/Kolkata] [INFO] [3.5] [/search/who] Plugin::webhook | Webhook requested. [05-Jan...