Search found 487 matches

by Didou12
31 May 2023, 22:33
Forum: Discussion
Topic: Disable preview
Replies: 10
Views: 354

Re: Disable preview

my pleasure :)
by Didou12
31 May 2023, 21:11
Forum: Discussion
Topic: Disable preview
Replies: 10
Views: 354

Re: Disable preview

Hi you can try to hide the img tag with specific class (in HTML custom code before </body>). For all browsers : <script> $('.fieldtype-image-container img.fieldtype_image').parent('a').parent('.fieldtype-image-container').hide(); </script> For mobile, maybe try (it gets the user agent) : <script> va...
by Didou12
30 May 2023, 15:10
Forum: Bug Report version 3.3
Topic: Solved - List dropdown entities ajax with search by field (adding item form)
Replies: 2
Views: 1348

Re: List dropdown entities ajax with search by field (adding item form)

A little update about that and here : viewtopic.php?p=17511#p17511 ?

Thanks

EDIT : I think this possibility is removed in 3.4
by Didou12
30 May 2023, 15:05
Forum: Bug Report version 3.3
Topic: Solved - Values in checkbox boolean (adding item form)
Replies: 2
Views: 1339

Re: Values in checkbox boolean (adding item form)

Ok, I retested and you need to add the two values 'yes' and 'no' and it works (not only one)
by Didou12
29 May 2023, 22:08
Forum: Bug Report version 3.4.4
Topic: [SOLVED] PHP Warning : filter name disappears when refreshing the page
Replies: 8
Views: 301

Re: PHP Warning : filter name disappears when refreshing the page

Neither me with default list status on the project entity of the demo. So I tried with global list , and it doesn't work... So problem is global list with "exclude" option https://pdemo.rukovoditel.pro/3.4/index.php?module=dashboard/dashboard&demo_id=2235 EDIT : I don't know if it's re...
by Didou12
29 May 2023, 21:38
Forum: Bug Report version 3.4.4
Topic: Passing null to parameter #1 ($string) of type string is deprecated in
Replies: 5
Views: 186

Re: Passing null to parameter #1 ($string) of type string is deprecated in

Hi

I think it's because this template was built on 2.4 and, its compatibility is 3.3.

3.4 can use recent PHP, so it's really new.

In my opinion this template us some deprecated fields.
by Didou12
29 May 2023, 21:34
Forum: Bug Report version 3.4.4
Topic: [SOLVED] Common report (listing configuration doesn't work)
Replies: 9
Views: 306

Re: Common report (listing configuration doesn't work)

Hi thanks

Here on the dashboard :

https://pdemo.rukovoditel.pro/3.4/index ... mo_id=2235

Listing field is configured in the report (just name and status) and the disallowed option is on in the entity project.
by Didou12
29 May 2023, 21:13
Forum: Bug Report version 3.4.4
Topic: Two things with dropdown list
Replies: 4
Views: 194

Re: Two things with dropdown list

even this ?

Code: Select all

- for dropdown multiple (ajax) list in the form, when you add an entry (with the "pen"/"plus"), after when you come back, the new entry doesn't appear on it, you need to retrieve it in the list with the search.