|
 |
|
| Author |
Topic: URL title more than 50 characters in search ? |
|
|
dstanovic |

New Member
|
|
I have the registered version of Tseek and really like it
I run a static “built” site and MySQL. The Problem is that when going through the directories the URL Titles of the links show fine over 50 characters but not when showing in the search results. I cannot believe that there is not a easy fix for this. I have tried changing MySQL DB to 65 characters for linktitle but it reverts back to 50 after running admin4.cgi from telnet/SSH. Is there a simple fix for this since it is quite standard for a search engine to display greater than 60 characters?
|
Total Posts: 5 | Joined:
May 3, 2002 - 3:31pm | IP
Logged
|
|
|
Miles |

Moderator

|
|
Open admin4.cgi and go to line 487
edit the following line:
lnktitle char(50) not null,
so that it looks like
lnktitle char(70) not null,
which should give you 70 characters for the title field. (255 characters max)
You will have to edit admin4.cgi with something like Textpad (unix text editor) - get it at http://www.textpad.com
This setting will be changed to 63 characters in the future.
Miles
Developer
FocalMedia.Net |
Total Posts: 660 | Joined:
May 23, 2001 - 11:52am | IP
Logged
|
|
|
|
|
Miles |

Moderator

|
|
Version 1.65a now has the 'title' field set to 63chars 
Miles
Developer
FocalMedia.Net |
Total Posts: 660 | Joined:
May 23, 2001 - 11:52am | IP
Logged
|
|
|
Forum Legend |

|
New Member
|

|
Reply
to topic |

|
More
than 50 posts | Member
|

|
Reply
to topic with quoted message |

|
More
than 100 posts | Full Member
|

|
Edit
Message |

|
More
than 150 posts | Advanced Member
|

|
View
profile |

|
More
than 200 posts | Advanced Member |

|
Email
member |
|
|