
08-02-2005, 04:33 AM
|
|
|
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by bhxtyrant
you mean edit this code
PHP Code:
list ($insert_status, $linkid) = insert_link ($bbuserinfo['username'], $bbuserinfo['userid'], $title, $key, '', $vbphrase['ll_trawled'].' '.$dir, $pcatid, $pforum, $statuscheck, $moderate, 0);
to this
PHP Code:
list ($insert_status, $linkid) = insert_link ($bbuserinfo['username'], $bbuserinfo['userid'], $title, $key, '',, $pcatid, $pforum, $statuscheck, $moderate, 0);
|
NO!! -
to this
PHP Code:
list ($insert_status, $linkid) = insert_link ($bbuserinfo['username'], $bbuserinfo['userid'], $title, $key, '', '', $pcatid, $pforum, $statuscheck, $moderate, 0);
An extra null string.
Quote:
Originally Posted by bhxtyrant
Im really more concerned with getting thumbnails working as i plan to add hundreds of video clips to the links database and would like to display a thumb taken from each vid  im gonna play around with it today so i will post any updates and results in this same message using the edit feature.Thanks a ton for all the help you have given me.
|
This bothers me - it should work ok. Pls do the following:
- create a few links with what you think are correct image files (even if they don't display correctly)
- on the main links display (where you are seeing the red cross), use your browser to do a 'view page source' (Mozilla) or 'view source' (IE). Save the html to file and email it to ad_rodin at noos.fr.
|