PDA

View Full Version : TD Search


abbiati50
10-13-2007, 02:33 PM
Dear Winston -
good day

ive 2 questions -

how we can remove the limit of 255 caracters in description


// this is the displayed description and will be truncated at 255 characters


the second issue is:

in the distribution zip file - - the images folder do not include any images - therefore when the graphic bar is activated - we miss the actuall image -

thanks for your help

ray

Winston
10-14-2007, 05:50 PM
1) Untested but use phpMyAdmin to change the description field from VARCHAR(255) to TEXT if needed, and then edit the tdSearch.php file by replacing 255 (three spots) with the same larger number.

2) There are no images in the folder, as they are created on the fly when needed. Double check that the images directory has 777 permissions and set $show_bar_graphic to on in the configure.php file.

abbiati50
10-29-2007, 04:01 PM
thanks
much appreciated

ray