Search found 3121 matches

by Edi
Fri Jun 12, 2020 4:41 pm
Forum: General
Topic: (Resolved) Add Recent Posts to Footer on Home Page
Replies: 9
Views: 7454

Re: Add Recent Posts to Footer on Home Page

Also is allow_url_fopen supposed to be enabled? I was seeing the wrapper disabled error in my logs referencing this so I enabled it against my better judgement due to the serious security concerns. I think it should be enabled. The disabled wrapper error disappeared but the invalid foreach argument...
by Edi
Wed Jun 10, 2020 9:13 pm
Forum: General
Topic: Add social links (fields) in admin
Replies: 14
Views: 8233

Re: Add social links (fields) in admin

something new on this request? Since then there were added some. You can request new ones. I think there should be some self-defined link-options in the social media section. e.g. https://t.me/user for your telegram account. It's not so easy because the icons come at the moment with the theme. But ...
by Edi
Wed Jun 10, 2020 9:04 pm
Forum: Themes
Topic: Are There Enough Users of Bludit To Support 3rd Party Theme/Template Developers?
Replies: 1
Views: 1366

Re: Are There Enough Users of Bludit To Support 3rd Party Theme/Template Developers?

bbyrdhouse wrote: Wed Jun 10, 2020 7:22 pm I am wondering if the developers have any idea on approximately how many Bludit users there are currently.
If you are looking for a sort of official statistics you can go to BuildWith:

https://trends.builtwith.com/cms/Bludit

In fact there are some more. ;-)
by Edi
Wed Jun 10, 2020 12:56 pm
Forum: General
Topic: (Resolved)New Installation Failed
Replies: 3
Views: 1637

Re: New Installation Failed

Version 1.6.2? This is a very outdated one...
by Edi
Tue Jun 09, 2020 9:03 pm
Forum: General
Topic: Extend Settings Panel via theme/plugin
Replies: 4
Views: 1804

Re: Extend Settings Panel via theme/plugin

There are a hook and a script missing to add the tab/fields.
by Edi
Sun Jun 07, 2020 2:04 pm
Forum: Themes
Topic: How to change footer color?
Replies: 7
Views: 2697

Re: How to change footer color?

I understand, thank you. You could also do the following without modifying the file scribbler-global.css (so it's not overwritten in case there is a theme update). Use the plugin HTML Code and add the following in the field head for example for a red background: <style> .footer { background-color: #...
by Edi
Sun Jun 07, 2020 1:51 pm
Forum: Themes
Topic: How to change footer color?
Replies: 7
Views: 2697

Re: How to change footer color?

bzdega wrote: Sun Jun 07, 2020 12:09 pm i already asked this in the german board, but maybe here is more traffic.
Where is this post? I couldn't find it... :roll:
by Edi
Fri Jun 05, 2020 6:24 pm
Forum: Themes
Topic: [Theme] Hinode
Replies: 14
Views: 13429

Re: [Theme] Hinode

Thank you for the explanation!
by Edi
Fri Jun 05, 2020 3:56 pm
Forum: General
Topic: Extend Settings Panel via theme/plugin
Replies: 4
Views: 1804

Re: Extend Settings Panel via theme/plugin

You can code your own admin theme.

Concerning the hooks you can for example also use JavaScript/jQuery.
by Edi
Fri Jun 05, 2020 12:32 pm
Forum: General
Topic: Small Admin Panel Hack: Show category in content list view
Replies: 1
Views: 1147

Re: Small Admin Panel Hack: Show category in content list view

Thank you for sharing! Perhaps something for the core.