Hello,
please can you explain (again ?) how to allow image uploading while adding a link first time ?
Regards
Frank
Hello,
please can you explain (again ?) how to allow image uploading while adding a link first time ?
Regards
Frank
Create a custom field, with image type
In admin panel > link > custom field
Now in when submit new link, there will be available an upload form.
Heres details of how to add it to your listings, I was stuggling to find the answer too... http://www.nicecoder.com/community/t...html#post23299
Last edited by chris.h; 05-22-2007 at 04:13 AM. Reason: updated link to better instructions on adding image area for 5.4.0
the link posted abouve does not work? can someone repost it or directions on how to do this for someone that has no clue?
Call the custom field in detail_link.html or browse.html or where ever you want them to show up.
If the custom field is called "image" (without quotes) then call it with <%$image%>. Remember that you still need to use the <img src=path tag for the image to actually show up.