Search found 3475 matches

by velden
Tue Mar 26, 2024 1:47 pm
Forum: Modules/Add-Ons
Topic: Module Multidomains
Replies: 2
Views: 49

Re: Module Multidomains

Consider using the admin search to find the template:

Extensions > Admin Search
by velden
Tue Mar 19, 2024 3:56 pm
Forum: CMSMS Core
Topic: Save in the DB edited Content without Admin-Panel
Replies: 1
Views: 144

Re: Save in the DB edited Content without Admin-Panel

I don't think it's good practice to do what you do for multiple reasons.
Consider leveraging the existing API's (which I don't know if they exist for your use case). Else walk through the code and check what happens when page content is updated by an admin.
by velden
Tue Mar 19, 2024 2:48 pm
Forum: Modules/Add-Ons
Topic: LISE template / or general question
Replies: 3
Views: 93

Re: LISE template / or general question

Cool

Maybe you could even move the initial assign outside the loop (again untested):

Code: Select all

{$highdate=0}
{foreach original loop - no extra looping now…
{if ($item->modified_time > $highdate)}{assign highdate value=$item->modified_time}{/if}
{/foreach}
by velden
Tue Mar 19, 2024 12:14 pm
Forum: Modules/Add-Ons
Topic: LISE template / or general question
Replies: 3
Views: 93

Re: LISE template / or general question

I'd expect the modified_time can already be compared without coverting it to a string. Converting it to a string probably is the reason why you can't use {$highdate|date_format:'%d.%m.%Y'} I wanted to write a "last updated on" (German date, which is bad to sort by) at the very end of the L...
by velden
Mon Mar 11, 2024 1:51 pm
Forum: Modules/Add-Ons
Topic: LISE Custom Search Template
Replies: 2
Views: 924

Re: LISE Custom Search Template

I would try to save the actionid to a custom variable at the very start of your template.
I expect the actionid to be overwritten when you call LISE from inside your template.
by velden
Thu Feb 01, 2024 8:37 am
Forum: General Discussion
Topic: [Solved] Private messages BUG
Replies: 16
Views: 2266

Re: Private messages BUG

Thanks for reporting back.
by velden
Thu Feb 01, 2024 8:04 am
Forum: General Discussion
Topic: [Solved] Private messages BUG
Replies: 16
Views: 2266

Re: Private messages BUG

Done.
Could you please try again and report back whether it solved your problem?

Thx
by velden
Wed Jan 31, 2024 1:14 pm
Forum: Modules/Add-Ons
Topic: individual image size for each subgallery
Replies: 2
Views: 5845

Re: individual image size for each subgallery

I guess that's where SmartImage comes into play http://dev.cmsmadesimple.org/projects/smartimage
by velden
Tue Jan 30, 2024 10:58 am
Forum: General Discussion
Topic: [Solved] Private messages BUG
Replies: 16
Views: 2266

Re: Private messages BUG

Yes, I understand.

I have the possibility to empty your outbox. But I want you to confirm that's ok.
Perhaps it will solve the problem for you (no guarantee).
by velden
Fri Jan 26, 2024 11:27 am
Forum: General Discussion
Topic: [Solved] Private messages BUG
Replies: 16
Views: 2266

Re: Private messages BUG

I can empty your outbox. Is that OK?
by velden
Thu Jan 25, 2024 9:13 pm
Forum: General Discussion
Topic: [Solved] Private messages BUG
Replies: 16
Views: 2266

Re: Private messages BUG

Could you please try again.

Feel free to drop me an email if things still don't work.
by velden
Thu Jan 25, 2024 7:41 pm
Forum: CMSMS Core
Topic: Search and the modules parameter
Replies: 2
Views: 7575

Re: Search and the modules parameter

Try 'Search' as the module name.
by velden
Thu Jan 11, 2024 8:05 pm
Forum: General Discussion
Topic: [Solved] Private messages BUG
Replies: 16
Views: 2266

Re: Private messages BUG

jce76350, could you try again please?
by velden
Wed Jan 03, 2024 3:24 pm
Forum: Help Wanted (commercial)
Topic: Multi language by select dropdown
Replies: 5
Views: 897

Re: Multi language by select dropdown

I guess you want to redirect to the specific page on change of the languageSwitcher.

So you will redirect to https://example.com/en (or /vn or /jp).
Then, those pages should have the menu specific to their language.
by velden
Tue Jan 02, 2024 1:15 pm
Forum: Help Wanted (commercial)
Topic: Multi language by select dropdown
Replies: 5
Views: 897

Re: Multi language by select dropdown

I'd read the help of the Navigator module. You can find it here: Site Admin > Module Manager > Navigator: Help link at the end of the line. Possibly interesting parameters to have a look at (I think childrenof is useful in your case): (optional) start_element="1.2" - Starts the menu displa...

Go to advanced search