Search found 20 matches

by padawan
Tue Dec 03, 2019 10:51 am
Forum: General
Topic: Delete Category
Replies: 1
Views: 1341

Re: Delete Category

When I am in the admin backend and click onto the category name to edit it´s name and description, there is a red "delete" button on the top right (in the middle between "save" and "cancel"). That´s the way to delete a category. Is that what you mean?
by padawan
Tue Nov 19, 2019 11:25 pm
Forum: General
Topic: Hack: display categories & added filter options in post overview
Replies: 2
Views: 1726

I attached a screenshot now... looks neat and works like a charm. All together maybe 20-30 lines of code I added, mostly to the content.php in admin/views, and 2 small Javascript libs. Would really be marvellous to turn this into a plugin or alternative admin theme.
Bludit - Manage content.png
Bludit - Manage content.png (68.28 KiB) Viewed 1671 times
by padawan
Tue Nov 19, 2019 7:03 am
Forum: General
Topic: Hack: display categories & added filter options in post overview
Replies: 2
Views: 1726

Hack: display categories & added filter options in post overview

In Bludit 3.10.0, I edited the content.php in bl-kernel\admin\views, because I think it´s a great plus in clarity when I can see the category of each post already in the post overview table. So I added a few lines to have an additional column that contains the category for each page which has the st...
by padawan
Sat Nov 16, 2019 12:49 pm
Forum: Plugins
Topic: What kind of plugins/ themes do you need?
Replies: 30
Views: 28253

Re: What kind of plugins/ themes do you need?

An option to display/filter posts by category in the admin backend would be a great plugin or admin theme functionality :)
by padawan
Mon Nov 11, 2019 9:55 pm
Forum: General
Topic: Make category part of page url, like http://domain/category/page
Replies: 6
Views: 2818

Re: Make category part of page url, like http://domain/category/page

I could even check in the index.php of my theme if the parent page is being delivered, and if so, call the home.php template instead of the page.php template, that way having the parent page render a blog view of all pages in that category... and then, with simple str_replace(), rewrite the link hre...
by padawan
Mon Nov 11, 2019 9:04 pm
Forum: General
Topic: Make category part of page url, like http://domain/category/page
Replies: 6
Views: 2818

Re: Make category part of page url, like http://domain/category/page

Absolutely :) As for the url slug, I just had the idea for a workaround. I could create a parent page for all pages of the category "skills", then declare all pages in that category child pages of it, and give the parent page a slug name similar to the one of the category... maybe like &qu...
by padawan
Mon Nov 11, 2019 8:34 pm
Forum: General
Topic: Make category part of page url, like http://domain/category/page
Replies: 6
Views: 2818

Re: Make category part of page url, like http://domain/category/page

Okay, thanks for your quick answer again. Still a great CMS. I managed to build my own template from an HTML design I made before, even with some individual features I would consider "not beginners level", in just a few hours, with ease. Really fun to work with Bludit.
by padawan
Mon Nov 11, 2019 1:55 pm
Forum: General
Topic: Make category part of page url, like http://domain/category/page
Replies: 6
Views: 2818

Make category part of page url, like http://domain/category/page

Currently in my bludit installation (which is pretty much default) the url of the category is not part of a pages' url. Is there a way to change this, so that for a page that belongs to a category, the category name appears as a slug in the pages url? So that for example when the page "scrum-ma...
by padawan
Sun Nov 10, 2019 7:53 pm
Forum: Plugins
Topic: Can I delete unsused plugins from plugin folder?
Replies: 2
Views: 1762

Re: Can I delete unsused plugins from plugin folder?

That´s great. Thanks a bunch for your quick reply!
by padawan
Sun Nov 10, 2019 4:34 pm
Forum: Plugins
Topic: Can I delete unsused plugins from plugin folder?
Replies: 2
Views: 1762

Can I delete unsused plugins from plugin folder?

Hello dear forum members,

can it cause any problems when I delete plugins I don´t use from the plugin folder? I´d like to do so to keep the overall file size of my Bludit installation as small as possible. Not sure if this step has ever caused any troube before.

Regards,
padawan