Search found 156 matches

by JamesT
Thu Jul 06, 2023 7:07 am
Forum: Modules/Add-Ons
Topic: Replace old CG* modules with new forked ones
Replies: 2
Views: 742

Re: Replace old CG* modules with new forked ones

That would be a bad idea, no one is testing the forked modules against ancient unsupported modules like CGBlog.
by JamesT
Thu Jul 06, 2023 7:03 am
Forum: Modules/Add-Ons
Topic: Migrate from CGBlog to LISE
Replies: 10
Views: 2743

Re: Migrate from CGBlog to LISE

Maybe you want to reconsider adding "CGSimpleSmarty" to the Module Manager again, as this would improve the "onboarding process" for news users. Given that CGSimpleSmarty has been unsupported for years, it would make more sense to drop all packages from Module Manager which use ...
by JamesT
Mon Oct 31, 2022 3:22 pm
Forum: Modules/Add-Ons
Topic: Smartforms
Replies: 0
Views: 1978

Smartforms

I'm curious to know if any work has been done on this SmartForms bug? http://dev.cmsmadesimple.org/bug/view/12514

I am keen to get the site on PHP 8.0 given that PHP 7.4 is being deprecated in less than a month, but this bug is holding me back.
by JamesT
Sun Aug 28, 2022 4:06 pm
Forum: Modules/Add-Ons
Topic: LISE move item from page 2 to page 1
Replies: 2
Views: 736

Re: LISE move item from page 2 to page 1

Thanks, will do.
by JamesT
Sun Aug 28, 2022 2:25 pm
Forum: Modules/Add-Ons
Topic: LISE move item from page 2 to page 1
Replies: 2
Views: 736

LISE move item from page 2 to page 1

In LISE I have 21 items with 20 items per page. Items are sorted by dragging and dropping.

How to I move the 21st item from page 2 to page 1 without increasing items per page?
by JamesT
Tue Jan 25, 2022 10:46 pm
Forum: CMSMS Core
Topic: {anchor} tag on news pages
Replies: 8
Views: 1897

Re: {anchor} tag on news pages

I think I'll write a custom UDT for this.

Thanks for your help!
by JamesT
Tue Jan 25, 2022 1:42 pm
Forum: CMSMS Core
Topic: {anchor} tag on news pages
Replies: 8
Views: 1897

Re: {anchor} tag on news pages

velden wrote: Tue Jan 25, 2022 8:18 am In this case I would build the anchor link by using

Code: Select all

<a href="{$entry->canonical}/#foo">foo</a>
Thanks, that works in the News-Detail template but ultimately the goal was to allow News editors to add {anchor} tags ad-hoc in the Edit Article area.

Can that be done?
by JamesT
Mon Jan 24, 2022 10:17 pm
Forum: CMSMS Core
Topic: {anchor} tag on news pages
Replies: 8
Views: 1897

Re: {anchor} tag on news pages

velden wrote: Mon Jan 24, 2022 10:15 pm Anchors are pure html so cmsms isn't actually involved here.
No, {anchor} is a built-in CMSMS tag: https://docs.cmsmadesimple.org/tags/cmsms-tags/anchor
by JamesT
Mon Jan 24, 2022 9:57 pm
Forum: CMSMS Core
Topic: {anchor} tag on news pages
Replies: 8
Views: 1897

Re: {anchor} tag on news pages

Thanks. I've experimented with showbase=false in the {metadata} tag before but I had some breakage.

Also, that {anchor} works ok on content pages but not news pages seems to disprove the <base> tag being the issue.

I shall investigate using {$entry->canonical} instead as suggested.
by JamesT
Mon Jan 24, 2022 3:06 pm
Forum: Modules/Add-Ons
Topic: SmartForms & Lise PHP 8.0 bug reports
Replies: 0
Views: 785

SmartForms & Lise PHP 8.0 bug reports

I've filed PHP 8.0 bug reports for SmartForms & Lise:

http://dev.cmsmadesimple.org/bug/view/12513
http://dev.cmsmadesimple.org/bug/view/12514

It would be interesting to know whether other people using these modules experience the same issues.
by JamesT
Sat Jan 22, 2022 8:26 pm
Forum: CMSMS Core
Topic: {anchor} tag on news pages
Replies: 8
Views: 1897

{anchor} tag on news pages

The {anchor} tag does not seem to be working on news pages. For instance: {anchor anchor="section1" text="Section 1"} when used on https://www.example.com/news1 creates: https://www.example.com/#section1 instead of: https://www.example.com/news1#section1 I have pretty URLs enable...
by JamesT
Wed Nov 17, 2021 12:15 pm
Forum: CMSMS Core
Topic: Warning by code in class.usertagoperations.inc.php ?
Replies: 9
Views: 3664

Re: Warning by code in class.usertagoperations.inc.php ?

velden wrote: Sat Nov 06, 2021 12:58 pm the upcoming version (2.2.16)
Official PHP 8 support, please. 🙏
by JamesT
Wed Nov 03, 2021 1:30 pm
Forum: CMSMS Core
Topic: Deprecated get_magic_quotes_runtime() in phpmailer
Replies: 4
Views: 1595

Re: Deprecated get_magic_quotes_runtime() in phpmailer

Thanks Jo, that brings a lot of extra clarity.
by JamesT
Thu Oct 28, 2021 12:16 pm
Forum: CMSMS Core
Topic: Deprecated get_magic_quotes_runtime() in phpmailer
Replies: 4
Views: 1595

Re: Deprecated get_magic_quotes_runtime() in phpmailer

What is the value in un-deprecating that module when it is simply a legacy wrapper for the un-deprecated cms_mailer class?
by JamesT
Sat Sep 25, 2021 9:45 am
Forum: Modules/Add-Ons
Topic: Moving away from CGBlog
Replies: 8
Views: 2822

Re: Moving away from CGBlog

Hi, I didn't use categories in CGBlog so luckily that was not an issue for me.

Go to advanced search