I found the 40 character maximum in the form to submit new weblink to be rather short, it cut off Amazon links (for example). I solved this by changing line 358 in weblinks.module to
'#maxlength' => 200,
Just something to think about.
I found the 40 character maximum in the form to submit new weblink to be rather short, it cut off Amazon links (for example). I solved this by changing line 358 in weblinks.module to
'#maxlength' => 200,
Just something to think about.
Comments
Comment #1
bdragon commentedBumped to 255, schema change to match.
Comment #2
(not verified) commented