it seems to me that never somebody mententioned that urls bigger then 200 characters will be cropped.
since 2007 internet explorer allowes 2083 characters (GET or POST) in the URL
http://support.microsoft.com/kb/208427/de
http://stackoverflow.com/questions/2...type-for-a-url
this is like I fixed this problem using phpmyadmin:
ALTER TABLE `evbs_sstabs` CHANGE `url` `url` VARCHAR( 2083 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL
ALTER TABLE `evbs_sstabs_childs` CHANGE `url` `url` VARCHAR( 2083 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL
beside this small bug its a great addon...
Jhonnyf, maybe you could implement it in any further updated version of your addon?