Search found 11 matches

by energylevels
2023-01-30 09:46
Forum: MX Kollection - Pro Edition
Topic: MX Login Case insensitive check for username (email)
Replies: 0
Views: 120432

MX Login Case insensitive check for username (email)

Can anyone save me some time. I want to change the login verification for username to be case insensitive as email addreses are being used for uesernames.
Thanks ..
by energylevels
2022-03-23 11:30
Forum: MX Kollection - Pro Edition
Topic: Strict Search - Nextensio Strict Filter
Replies: 1
Views: 75408

Re: Strict Search - Nextensio Strict Filter

Not worries, I found it, it is so long since I looked at this code I couldn't remember: You do it like this example: $tfi_mylist->addColumn("my_col", "STRING_TYPE", "my_col", "%"); CHANGE TO $tfi_mylist->addColumn("my_col", "STRING_TYPE", &...
by energylevels
2022-03-23 11:19
Forum: MX Kollection - Pro Edition
Topic: Strict Search - Nextensio Strict Filter
Replies: 1
Views: 75408

Strict Search - Nextensio Strict Filter

Hello - anyone know how to change the nextensio filter to strict search?

By default if a column is searched for : 'widgets' it will return for example 'widgets', 'large widgets' 'blue widgets' ... I want to change it to exact match so it only returns 'widgets'
by energylevels
2019-10-22 05:28
Forum: MX Calendar
Topic: Download Link
Replies: 3
Views: 54721

Re: Download Link

thanks,

Any help files/documentation on MX Calendar still out there? I know its ancient, I just wanted to check how to get the recurring events working ...
by energylevels
2019-10-19 00:22
Forum: MX Calendar
Topic: Download Link
Replies: 3
Views: 54721

Download Link

Can anyone send me a download link for MX Calendar please?
by energylevels
2019-06-09 07:18
Forum: MX Kollection - Pro Edition
Topic: Image Upload - EXIF Orientation Data
Replies: 1
Views: 6670

Image Upload - EXIF Orientation Data

Has anyone tweaked the codebase for image upload / image upload and resize .... It needs a routine to read EXIF data and rotate images so they are displayed in correct orientation after upload. GD LIbrary seems to strip all the meta data from JPEGs and doesn't automatically correct roientation based...
by energylevels
2019-06-09 07:15
Forum: General Chit Chat
Topic: PHP 7 Working (mostly)
Replies: 10
Views: 37663

Re: PHP 7 Working (mostly)

I'm using Kollection with PHP 7.2 and the PHAKT (extension) server model (ADODB PHP) with MySQLi
by energylevels
2019-04-04 14:38
Forum: MX Kollection - Pro Edition
Topic: Activation Key Request
Replies: 2
Views: 13863

Re: Activation Key Request

Fred .. any chance you can help me out with acivation tool pls ...
by energylevels
2018-11-19 07:15
Forum: General Chit Chat
Topic: Kollection/Interakt and PHP 7
Replies: 21
Views: 69339

Re: Kollection/Interakt and PHP 7

I think for you guys looking for a PHP 7 compatible version of Kolleciton the best option is to use PHAKT which uses the PHP ADODB database abstraction layer so it works with MySQLi and many other database types too .... and yes it works with Kollection off the bat. I don't think it would be easy up...
by energylevels
2018-11-19 07:14
Forum: MX Kollection - General Info
Topic: Making the Interakt products compatible with PHP5.4 or more
Replies: 27
Views: 108194

Re: Making the Interakt products compatible with PHP5.4 or more

I think for you guys looking for a PHP 7 compatible version of Kolleciton the best option is to use PHAKT which uses the PHP ADODB database abstraction layer so it works with MySQLi and many other database types too .... and yes it works with Kollection off the bat. I don't think it would be easy up...