Search found 50 matches

by creopard
Thu Apr 25, 2024 2:55 pm
Forum: CMSMS Core
Topic: Phar Installer and redirection loop issue
Replies: 8
Views: 3804

Re: Phar Installer and redirection loop issue

Great, thanks for testing!
by creopard
Thu Apr 25, 2024 10:22 am
Forum: CMSMS Core
Topic: Phar Installer and redirection loop issue
Replies: 8
Views: 3804

Re: Phar Installer and redirection loop issue

Hello pierrepercee,

nice finding!
So one needs at leat PHP 8.2.16 or PHP 8.3.3 to have PHAR supporting litespeed.
PHP 8.1.x didn't get that fix!
by creopard
Wed Apr 24, 2024 6:40 pm
Forum: CMSMS Core
Topic: Phar Installer and redirection loop issue
Replies: 8
Views: 3804

Re: Phar Installer and redirection loop issue

Yes, also running Litespeed here.
by creopard
Tue Feb 27, 2024 8:41 am
Forum: CMSMS Core
Topic: Where to add external sources (Javascripts)
Replies: 3
Views: 434

Re: Where to add external sources (Javascripts)

What is the advantage of this Hyphenopoly.js implementation instead of letting the browser handle hyphenation automatically with CSS like:

Code: Select all

hyphens:auto;
hyphenate-limit-chars:auto 5;
hyphenate-limit-lines:2;
by creopard
Wed Nov 22, 2023 8:32 pm
Forum: General Discussion
Topic: TinyMCE
Replies: 20
Views: 10761

Re: TinyMCE

DIGI3 wrote: Tue Nov 21, 2023 2:52 pm Chris - you are the Dev Team, make it happen :)
+1
I'd be willing to test.
by creopard
Wed Oct 18, 2023 11:03 am
Forum: CMSMS Core
Topic: Smarty Updates
Replies: 3
Views: 3498

Re: Smarty Updates

An important and interesting topic!

Could examples like {$somestring|md5} or {md5($somestring)} get migitated with CMSMS's "user defined tags"?
by creopard
Tue Aug 01, 2023 8:49 am
Forum: Modules/Add-Ons
Topic: Products modules auto ignore video tag
Replies: 9
Views: 2206

Re: Products modules auto ignore video tag

Another option would be to create a UDT (user-defined tag) which provides an editor with a simple method to insert a Youtube video. I followed that approach to lazy load YouTube videos (due to cookie law and GDPR). Using the following JavaScript that does the HTML formatting: https://github.com/cre...
by creopard
Sat Jul 08, 2023 2:05 pm
Forum: CMSMS Core
Topic: Phar Installer and redirection loop issue
Replies: 8
Views: 3804

Re: Phar Installer and redirection loop issue

Unfortunately, you can't just edit the phar Installer file due to some checksum(?) checks.
Any (debug) changes to that file result in an instant phar error.
I wanted to find the cause of the indefinite 301 redirects.
by creopard
Sat Jul 08, 2023 9:09 am
Forum: CMSMS Core
Topic: Phar Installer and redirection loop issue
Replies: 8
Views: 3804

Phar Installer and redirection loop issue

Hello, I know this issue came up a few times in the past and there was also a phar-testfile floating around https://forum.cmsmadesimple.org/viewtopic.php?p=324232#p324232 Unfortunately this testfile is not available anymore. My issue is that the phar install file only works with PHP7.4 and stops wor...
by creopard
Thu Jul 06, 2023 6:52 am
Forum: Modules/Add-Ons
Topic: Replace old CG* modules with new forked ones
Replies: 2
Views: 755

Replace old CG* modules with new forked ones

Hello again, currently CGBlog depends on the old Modules "CGExtensions, CGSimpleSmarty, JQueryTools": cgblog.jpg Is it possible to replace the old modules/dependencies with the new ones from the "Module Forking Project", like: CGExtensions -> CMSMSExt CGSimpleSmarty -> SmartyExt ...
by creopard
Thu Jul 06, 2023 6:47 am
Forum: Modules/Add-Ons
Topic: Migrate from CGBlog to LISE
Replies: 10
Views: 2963

Re: Migrate from CGBlog to LISE

Thanks for letting me know.

Maybe you want to reconsider adding "CGSimpleSmarty" to the Module Manager again, as this would improve the "onboarding process" for news users.
(It's not very intuitive to upload the module manually if you start freshly with CMSMS.)
by creopard
Wed Jul 05, 2023 1:30 pm
Forum: Modules/Add-Ons
Topic: Migrate from CGBlog to LISE
Replies: 10
Views: 2963

Re: Migrate from CGBlog to LISE

On new installations it's not possible to install CGBlog any more: The module CGSimpleSmarty (1.9) could not be found in the repository, but it is a dependency. This module may no longer be available in the module repository, or may require manual installation. Please ensure that it is installed cor...
by creopard
Thu Jun 15, 2023 8:29 am
Forum: General Discussion
Topic: CMS Made Simple php 8.1
Replies: 9
Views: 7583

Re: CMS Made Simple php 8.1

Thank you for the new CMSMS version 2.2.17 including Smarty v4.2.1. Don't know whether it's the various PHP 8.1 fixes or the new Smarty version, but my website now loads in an instant. ;D Maybe we could have more frequent CMSMS updates in the future, even if they would "just" contain a new...
by creopard
Thu Feb 23, 2023 9:26 am
Forum: CMSMS Core
Topic: cookie "CMSSESSID5ee1d7364385" does not have a valid value for the "SameSite" attribute.
Replies: 1
Views: 1553

Re: cookie "CMSSESSID5ee1d7364385" does not have a valid value for the "SameSite" attribute.

I guess this is obsolete since the message disappeared and the site is still working O0
by creopard
Tue Feb 21, 2023 4:44 pm
Forum: Developers Discussion
Topic: set "noindex" for URLs containing "mact"
Replies: 2
Views: 4118

Re: set "noindex" for URLs containing "mact"

Good point, but I guess that will only help before Google is aware of the URLs. I've read elsewhere: “The URL parameter handling tool would not remove URLs from the search results. It’s really only to refine the crawling of URLs. So it’s not something where we would say you add this parameter to tha...

Go to advanced search