Search found 7 matches

by iKollect
2012-02-09 14:18
Forum: ADDT
Topic: Not generating thumbnails anymore
Replies: 1
Views: 3953

Not generating thumbnails anymore

Couple of days back after I uploaded a new article on my website I noticed that thumbnails are not generated anymore or at least that what I've observed. Site breaks down and stops working at the line where it should be a thumbnail. Same in the administration. Down from where a thumbnail should have...
by iKollect
2011-07-13 19:59
Forum: ADDT
Topic: URL Rewriting created problems with thumbnails
Replies: 2
Views: 5523

Re: URL Rewriting created problems with thumbnails

Just found out that in order to put an absolute path, modifications have to be made into the tNG_DynamicThumbnail.class.php from the includes/tng/triggers folder, but I don't know what should be done.
by iKollect
2011-07-13 17:30
Forum: ADDT
Topic: URL Rewriting created problems with thumbnails
Replies: 2
Views: 5523

URL Rewriting created problems with thumbnails

I've used ADDT Server Behavior to generate Thumbnails ( InterAkt probably looks the same:Server Behaviors->+->Developer Toolbox->File Upload->Show Thumbnail) I have changed the way the links of my project look, using a .htaccess file like this: RewriteEngine On RewriteRule ^page_name/([0-9-/|]+)/([0...
by iKollect
2011-06-03 13:02
Forum: ADDT
Topic: No validation for dynamic update
Replies: 1
Views: 3410

No validation for dynamic update

I have a dynamic list and a dynamic form with custom validation. Data insertion and validation works perfect on insert, but not on update. It just updates the data into the table no matter what I put into the fields. What i've tried: Double click on the Validate Form (formValidation) server behavior...
by iKollect
2011-05-23 11:38
Forum: MX Kollection - Pro Edition
Topic: insert/update/delete related tables
Replies: 2
Views: 5326

Re: insert/update/delete related tables

I made a mistake when giving the database example: I want a 1 to many relationship: one being book, many being authors and the tables I think should be like this: Books id(int, primary key, autoincrement) book_name (varchar) book_description (varchar) book_price (int) Authors id (int, primary key, a...
by iKollect
2011-05-23 07:02
Forum: Suggestions
Topic: New Company like Interakt
Replies: 8
Views: 75714

Re: New Company like Interakt

I found smth similar. It can replace the mx Kollection in some cases. It's called webassist extensions but they're not cheap at all. I like that they have very good documentation.
by iKollect
2011-05-22 19:21
Forum: MX Kollection - Pro Edition
Topic: insert/update/delete related tables
Replies: 2
Views: 5326

insert/update/delete related tables

First i would like to say i've read allot of documentation and forum posts all over the internet for the last few days but I have not managed to fully complete this task. I found incomplete info about this or maybe I am incapable to apply that documentation that is why I am asking for help here. If ...