question on limits
danmc - January 4, 2008 - 01:04
| Project: | Table Manager |
| Version: | 5.x-1.4 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I love this module because it lets me get stuff up that otherwise I wouldn't know how to do...
quest: I am using a column to post links url, some are very long urls from a google maps link. Are there limits on how many chars can be in a cell, (I think I know the answer - Y) - is this changable? are there any forbidden characters? I had a problem but used phpmyadmin to delete that record to fix it.
It works if I just post the url in the field, but not if I post it as a link.

#1
I swear I've been on this page a hundred times and this question has never been here before??? Yes there are limits but they're fixed in the module not in the sql so you can change the value and have cells as long as you want. Someone else asked this or something similar once and it sparked off a good idea in me about having separate settings per cell for cell lengths, I just never got around to implementing it... Still, the lines to look for are 673 and 1233 - you can either remove #maxlength or change it to whatever suits.
Pobster