Search found 4 matches
- 2012-12-25 19:41
- Forum: ADDT
- Topic: Watermark Image on upload with ADDT (detailed version)
- Replies: 0
- Views: 21836
Watermark Image on upload with ADDT (detailed version)
i edited the file tNG_ImageUpload.class.php. so now i can watermark image on upload. image upload trigger: //start Trigger_ImageUpload trigger function Trigger_ImageUpload(&$tNG) { $uploadObj = new tNG_ImageUpload($tNG); $uploadObj->setFormFieldName("imgnm"); $uploadObj->setDbFieldName...
- 2012-12-23 08:29
- Forum: ADDT
- Topic: Watermark Image on upload with ADDT
- Replies: 1
- Views: 5059
Watermark Image on upload with ADDT
i edited the file tNG_ImageUpload.class.php. so now i can watermark image on upload. image upload trigger: //start Trigger_ImageUpload trigger function Trigger_ImageUpload(&$tNG) { $uploadObj = new tNG_ImageUpload($tNG); $uploadObj->setFormFieldName("imgnm"); $uploadObj->setDbFieldName...
- 2012-11-27 18:16
- Forum: MX Kollection - Pro Edition
- Topic: multiple files delete
- Replies: 0
- Views: 22751
multiple files delete
hi all
how can i delete multiple files via file delete trigger? just delete last row on mysql db. but there are many pictures.
best regards
how can i delete multiple files via file delete trigger? just delete last row on mysql db. but there are many pictures.
best regards
- 2012-11-27 17:29
- Forum: MX Kollection - Pro Edition
- Topic: Deleting Related Data
- Replies: 0
- Views: 399308
Deleting Related Data
hi all i need to delete data from several tables. how can i do that with kollection? i can delete one by one. but i cant do in one page all delete opreration. it must be via custom triggers. but how? best regards. SOLUTION: just add delete transactions as you want. there is no redirect page except l...