Page 1 of 1

1.4 Only allowing short website descriptions and titles?

Posted: Fri Mar 21, 2008 6:15 pm
by Rufanuf
Script URL:http://www.siamfishingtours.com/links/links.php
Version of script:1.4
Hosting company:IXwebhosting
URL of phpinfo.php:??
URL of session_test.php:??
What terms did you try when SEARCHING for a solution: Changing length of title and web description in linkman

Write your message below:

Hi,

I've managed to get linkman working on my site. Ran a few test links though with mixed results. Two commonest error messages where "Title is too long! and/or "This is too long".

Trouble is they was not long at all. One I was trying to add was

Title: CatfishED.com
URL:http://www.catfished.com
Description: Catfish, carp and bass fishing at Clear Lake in Northern California. Lots of information on baits, rigs and tackle plus a friendly fishing forum.


I tried adding this numerous times cutting the description down and down until it then accepted. but if you look on my link page you will see it and the other two are very short descriptions!

Is there anyway we can change the description permissions?

Thanks

Ruf

Posted: Fri Mar 21, 2008 11:37 pm
by Klemen
There's a typo in the code, try changing line 51 in addlink.php from

Code: Select all

if (strlen($description)>50)
to

Code: Select all

if (strlen($title)>50)
and see if it help. It should accept 50 char title and 200 char description then.

Thanks Klemen

Posted: Sat Mar 22, 2008 10:28 pm
by Rufanuf
Ill do that, and then once its clear its working...buy a licence! Thanks for your hard work. Ive now just used your mboard script too, which I hope is really going to add some interest to my site over time.
Thanks again!

:)

Posted: Fri Mar 28, 2008 5:44 am
by 4square
This will absolutely fix the problem. I figured it out about a day ago