Search found 1808 matches
- Thu Jan 07, 2021 8:54 pm
- Forum: Modules/Add-Ons
- Topic: FormBuilder submit error: XSS attempt!
- Replies: 2
- Views: 129
Re: FormBuilder submit error: XSS attempt!
I was finally able to reproduce this issue... it's fixed in SVN and I'll release the new version as soon as I have some time to cut it. Thanks.
- Thu Jan 07, 2021 7:27 pm
- Forum: CMSMS Core
- Topic: Only one Content Type is available
- Replies: 8
- Views: 200
Re: Only one Content Type is available
Usually, although not always, the likely cause for that error is a buggy PHP extension crashing PHP. We did a minor change in the current phar installer to temporarily disable some caching extensions during install, which fixes a misbehaviour some users were experiencing on some server environments,...
- Sun Jan 03, 2021 2:58 pm
- Forum: Dutch - Nederlands
- Topic: LISE: Inhoud Text Area ophalen
- Replies: 5
- Views: 157
Re: LISE: Inhoud Text Area ophalen
Glad I could help! Have a great New Year!
- Sun Jan 03, 2021 2:05 pm
- Forum: Dutch - Nederlands
- Topic: LISE: Inhoud Text Area ophalen
- Replies: 5
- Views: 157
Re: LISE: Inhoud Text Area ophalen
Any field value can be accessed via {$item-><field_alias>}. Their representation depends a bit on it's type, but field values are all stored as plain text.
so...
so...
Code: Select all
{$item->beschrijving}
- Sun Jan 03, 2021 12:24 pm
- Forum: Dutch - Nederlands
- Topic: LISE: Inhoud Text Area ophalen
- Replies: 5
- Views: 157
Re: LISE: Inhoud Text Area ophalen
{$item->description} 

- Sat Jan 02, 2021 12:17 pm
- Forum: Modules/Add-Ons
- Topic: FrontEndUsers import dates into a User Property
- Replies: 3
- Views: 78
Re: FrontEndUsers import dates into a User Property
unix timestamp in a text field should probably be the best option, but you'd have to typecast to integer in the templates for sorting. But that would be my choice.
- Sun Dec 13, 2020 9:51 pm
- Forum: Modules/Add-Ons
- Topic: CGFEURegister/FrontEndUsers insert serial number on creation
- Replies: 4
- Views: 324
Re: CGFEURegister/FrontEndUsers insert serial number on creation
I'm assuming that you are using FEU 3.x, which I have never used, but the concept should be similar. I use a UDT on a hidden field in the registration form replacing the field where you want to insert the code, : $length = 10; $string = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789...
- Mon Nov 02, 2020 3:36 pm
- Forum: Modules/Add-Ons
- Topic: LISE: Sorting a custom_date
- Replies: 5
- Views: 308
Re: LISE: Sorting a custom_date
To clarify: that one post you linked to was about ListIt2 and a field that was not a date field. In that context it was correct. keep in mind that ListIt2 saved the date fields in whatever date local format it was set so the only way the "order by" would work with a date then was if the it was all n...
- Mon Nov 02, 2020 10:51 am
- Forum: General Discussion
- Topic: recommended max records per table
- Replies: 2
- Views: 282
Re: recommended max records per table
Is this pushing CMSMS / mySQL to the limit? Not even close to! Although CMSMS provides an abstraction layer to access the database, it doesn't interfere with it at all and you can always access it directly if needed for some specific operations that the abstraction layer may be more of a hassle tha...
- Wed Oct 14, 2020 12:59 pm
- Forum: Modules/Add-Ons
- Topic: LISE: Connecting an item with a detail view of a second instance
- Replies: 7
- Views: 412
Re: LISE: Connecting an item with a detail view of a second instance
I'm not sure I understand why you would want to use the url for this. The loader is not useful for that purpose either. In my opinion you are overthinking it a bit as you an call the second instance via the normal tag with the correct parameters. You will have to have some sort of connection from on...
- Sun Oct 11, 2020 4:32 pm
- Forum: Modules/Add-Ons
- Topic: LISE 1.4: Several issues with duplicating and importing instances
- Replies: 16
- Views: 748
Re: LISE 1.4: Several issues with duplicating and importing instances
New version released, I think it's properly fixed now. thanks!
- Fri Oct 09, 2020 12:33 pm
- Forum: General Discussion
- Topic: 2.3 news ?
- Replies: 6
- Views: 797
Re: 2.3 news ?
@pierrepercee : https://www.cmsmadesimple.org/2020/03/A-statement-about-Corona-Virus There was this announcement and respective newsletter and we are at this point making the final decisions regarding the roadmap moving forward. Anyhow the cmsms "community" is and will be by-passed. I can only specu...
- Tue Oct 06, 2020 10:16 am
- Forum: Modules/Add-Ons
- Topic: LISE 1.4: Several issues with duplicating and importing instances
- Replies: 16
- Views: 748
Re: LISE 1.4: Several issues with duplicating and importing instances
Seems that I'm the only one Sorry. NOT the only one. No matter: the bug report has been deleted from the forge anyway. if it was deleted it was by the OP However even though I didn't have time yet to test that with an import from 1.3.x I cannot reproduce any of the other behaviors described in that...
- Fri Oct 02, 2020 12:42 pm
- Forum: Modules/Add-Ons
- Topic: LISE 1.4: Several issues with duplicating and importing instances
- Replies: 16
- Views: 748
Re: LISE 1.4: Several issues with duplicating and importing instances
What error exactly are you getting? Also, what version of PHP are you running? I have tested this exhaustively before and after releasing 1.4.1 and haven't been able to reproduce any further errors. However I haven't tried to import from 1.3.1 yet. And I don't think that should be an issue, but I'll...
- Thu Oct 01, 2020 4:38 pm
- Forum: Modules/Add-Ons
- Topic: LISE 1.4: Several issues with duplicating and importing instances
- Replies: 16
- Views: 748
Re: LISE 1.4: Several issues with duplicating and importing instances
New version released: 1.4.1.