Search found 27 matches

by rahuldottech
Sat Mar 02, 2019 6:45 pm
Forum: General
Topic: 3.8.0/1 bug
Replies: 5
Views: 2945

Re: 3.8.0/1 bug

Thanks, just modified the file manually, for some reason it hadn't gotten upgraded.
by rahuldottech
Sat Mar 02, 2019 6:33 pm
Forum: General
Topic: 3.8.0/1 bug
Replies: 5
Views: 2945

Re: 3.8.0/1 bug

The problem is that instead of

Code: Select all

<meta name="robots" content="noindex nofollow noarchive">
it should be:

Code: Select all

<meta name="robots" content="noindex, nofollow, noarchive">
by rahuldottech
Sat Mar 02, 2019 3:27 pm
Forum: General
Topic: 3.8.0/1 bug
Replies: 5
Views: 2945

3.8.0/1 bug

From the 3.8.0 changelog:
Bug fix, plugin Robots use comma for separate tags. Thanks @ltGuillaume
However, this appears to not be fixed on my blog, which I just upgraded to 3.8.1. Help?
by rahuldottech
Tue Feb 26, 2019 5:51 pm
Forum: General
Topic: Plugin development help
Replies: 2
Views: 1985

Plugin development help

I'm developing a plugin for Bludit, and I need it to have some settings for each post/page. Is it possible to somehow include these in the right sidebar while a post is being created? Similar to the robots settings under Options > SEO
by rahuldottech
Mon Feb 25, 2019 5:41 pm
Forum: General
Topic: v3.8.0 Changes
Replies: 0
Views: 5301

v3.8.0 Changes

Allow TinyMCE to include JavaScript code, for embed codes such as Google Maps, YouTube, Tweets, etc
Ayy thanks this is something I really needed. The new API improvements are cool too :)
by rahuldottech
Sun Feb 17, 2019 12:37 am
Forum: General
Topic: [Tutorial] Advanced TinyMCE settings
Replies: 7
Views: 5363

[Tutorial] Advanced TinyMCE settings

I just configured these settings and figured that I'd share them here: Toolbar top: styleselect fontselect fontsizeselect | bold italic underline | forecolor backcolor | bullist numlist indent outdent blockquote anchor insertdatetime | table | undo redo | copy cut paste pastetext | link unlink openl...
by rahuldottech
Mon Jan 28, 2019 3:19 pm
Forum: General
Topic: Auto update plugin failing!
Replies: 10
Views: 6189

Re: Auto update plugin failing!

Don't know what was wrong, so you should still look into this, but removing the old auto-updater_temp directory worked.
by rahuldottech
Mon Jan 28, 2019 10:42 am
Forum: General
Topic: Auto update plugin failing!
Replies: 10
Views: 6189

Re: Auto update plugin failing!

Hi Diego, I don't have pro (yet), and that plugin doesn't exist in my directory. Here's the debug info: [28-Jan-2019 15:08:47 Asia/Kolkata] PHP Warning: mkdir(): File exists in /home/rahul.tech/bl-plugins/bludit-auto-update-master/auto_update.php on line 47 [28-Jan-2019 15:08:52 Asia/Kolkata] PHP Wa...
by rahuldottech
Sun Jan 27, 2019 7:18 pm
Forum: Plugins
Topic: Cachy breaks HTML when minifying!
Replies: 5
Views: 3095

Re: Cachy breaks HTML when minifying!

Hi Edi, no, my emails get bounced back to me.
by rahuldottech
Sun Jan 27, 2019 7:17 pm
Forum: General
Topic: Auto update plugin failing!
Replies: 10
Views: 6189

Auto update plugin failing!

I'm trying to update my Bludit install to the latest version from the previous version using the Auto Update Plugin. It worked last week for the last release, but does nothing today. The error log is empty, and it doesn't display and errors, nor a success message. Help?