Search found 3163 matches

by Edi
Thu Oct 31, 2024 1:07 pm
Forum: General
Topic: Test topic (Notification by mail)
Replies: 6
Views: 234

Re: Test topic (Notification by mail)

Is it possible to check which emails are refused by your server?
by Edi
Wed Oct 30, 2024 6:39 pm
Forum: General
Topic: uasort deprecated
Replies: 2
Views: 72

Re: uasort deprecated

Which version of Bludit do you use?
arfa wrote: Tue Oct 29, 2024 10:04 pm I am looking at a pre php8 plugin so have been using a php7 test setup.
Which plugin do you mean?
If I load the full URL it is displayed.
What do you mean with "full URL"?
by Edi
Mon Oct 28, 2024 6:41 pm
Forum: General
Topic: Test topic (Notification by mail)
Replies: 6
Views: 234

Re: Test topic (Notification by mail)

Dumb question: When does it not work?
by Edi
Sun Oct 20, 2024 11:27 pm
Forum: General
Topic: Test topic (Notification by mail)
Replies: 6
Views: 234

Re: Test topic (Notification by mail)

It works for me. ;)
by Edi
Sun Oct 20, 2024 11:25 pm
Forum: General
Topic: Link via WhatsApp without CSS
Replies: 6
Views: 109

Re: Link via WhatsApp without CSS

Use https:// instead of http://. It's not a good idea still to have an installation without certificate. ;)
by Edi
Sun Oct 20, 2024 8:43 pm
Forum: General
Topic: Link via WhatsApp without CSS
Replies: 6
Views: 109

Re: Link via WhatsApp without CSS

With which browser have you tried to open the website? Have you tried another browser?
by Edi
Fri Oct 18, 2024 11:35 pm
Forum: General
Topic: Load PHP code into Static Page
Replies: 15
Views: 364

Re: Load PHP code into Static Page

Do you know which is the php-condition to show the tags only to a specific page-url-slug? You have two possiblities. 1) Add an if condition to the template You can enclose your code with the if condition: <?php if ($page->slug() == "page-url-slug") { $items = getTags(); foreach ($items as...
by Edi
Fri Oct 18, 2024 6:11 pm
Forum: General
Topic: Load PHP code into Static Page
Replies: 15
Views: 364

Re: Load PHP code into Static Page

neogeo wrote: Fri Oct 18, 2024 5:25 pm Few years ago I bought "PHP Shortcode Snippets", the problem is that it does not work with Php 8 (only does with php7) and their author don't reply so I can't use it at all :/
Who is the author?
by Edi
Thu Oct 17, 2024 11:00 pm
Forum: Plugins
Topic: Chuck Norris Quotes Plugin
Replies: 4
Views: 111

Re: Chuck Norris Quotes Plugin

arfa wrote: Thu Oct 17, 2024 10:49 pm [...] - if I can just get my gitHub upload thing working?
There should be some tutorial. ;)
by Edi
Thu Oct 17, 2024 10:50 pm
Forum: General
Topic: Social Media Embeds
Replies: 2
Views: 282

Re: Social Media Embeds

With the editor TinyMCE this can be done with a plugin (of the paid plans):

https://www.tiny.cloud/blog/social-media-embed/

Yes, we should find another way... Perhaps it's possible using a custom field.