Search found 6 matches

by skif88
Mon Jul 12, 2021 9:04 pm
Forum: Plugins
Topic: Tag Cloud Plugin
Replies: 2
Views: 1023

Re: Tag Cloud Plugin

Version 0.0.12
Added:
Quick tag search;
If the tag is missing, then you had to open the window and write it in the tag line. Now it can be added via quick tag search.

Folder Google Drive cloudTag
Google Drive - cloudTag 0.0.12
cloudTag.zip
(2.89 KiB) Downloaded 115 times
by skif88
Sat Jul 10, 2021 11:44 am
Forum: Plugins
Topic: Tag Cloud Plugin
Replies: 2
Views: 1023

Tag Cloud Plugin

I wrote a plugin for working with tags when creating and editing pages. Now you don't have to write the tags manually every time. It is enough to click on the tag and it will be in the list. This plugin is activated when creating and editing a page, at the bottom of all links. Link Google Drive Tag ...
by skif88
Thu Jul 08, 2021 10:12 am
Forum: General
Topic: Bludit 4.0.0 Alpha
Replies: 8
Views: 9130

Re: Bludit 4.0.0 Alpha

It is worth making it possible to rename the file on upload
by skif88
Fri May 28, 2021 7:31 pm
Forum: General
Topic: Search by tags
Replies: 1
Views: 778

Search by tags

Is it realistic to organize sorting by several tags? For example, when you select tag A, pages with it are shown, and then if you select tag B, they remain with tag A and tag B.
by skif88
Sat Apr 10, 2021 11:45 am
Forum: Plugins
Topic: saving changes in shape
Replies: 2
Views: 1158

Re: saving changes in shape

I just don't understand how to save them to a file in bludit. file_put_contents should work. See for example the plugin Simple Stats: https://github.com/bludit/bludit/blob/b7c5ced4705c5729411b5fa3f6aa28a1a6cb30d8/bl-plugins/simple-stats/plugin.php#L203 Is there an error message in the log or error ...
by skif88
Thu Apr 08, 2021 2:46 pm
Forum: Plugins
Topic: saving changes in shape
Replies: 2
Views: 1158

saving changes in shape

Hello. I wrote a parser plugin. I get the data and save it to a file in json format. I also get it all out. In the control panel, I display data through a table: name, price 1, name 2, price 2. Name 1, price 1 are the data that is parsed and saved, and name 2 and price 2 are the data that I want to ...