PDA

View Full Version : Title Length


mln81
06-27-2005, 04:53 AM
Hello,

I just noticed the link titles are limited to 40 characters. Is there a way to modify this?

Thank You.

David
06-27-2005, 04:55 AM
We just need to check whether it is the form field or the db field that has the limit. I'll see what I can find...

David
06-27-2005, 05:00 AM
If you go into templates/submit.tpl
Find (should be line 26):
Content visible to registered users only.
You should be able to change it right there. Let me know if that is not the answer.

mln81
06-27-2005, 05:42 AM
Hi David,

It is in the admin section that I encounter the 40 character limit for adding new links. The front end grants 100 characters for the title.

Thanks for the quick reply. I'll check back on this tomorrow :)

David
06-27-2005, 05:46 AM
Ok, I see...
In templates/admin/dir_links_edit.tpl
Find (line 24 for me)
Content visible to registered users only.
and change the maxlength

mln81
06-27-2005, 01:06 PM
That was it. Thank You.