PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Installation & Upgrades (http://www.photopost.com/forum/reviewpost-installation-upgrades/)
-   -   Adding HTML code to item descriptions (http://www.photopost.com/forum/reviewpost-installation-upgrades/112218-adding-html-code-item-descriptions.html)

MikeM February 16th, 2005 05:53 PM

Adding HTML code to item descriptions
 
I'm adding new products to my Review Post area and within the description, I want to include html links. However, when I do that, the actual HTML code becomes part of the product description, not an actual link.

Is there a way to include HTML links within descriptions? I want to add a line at the bottom saying "Find this product on Ebay" and the user can click the link and go to Ebay.

Mike

Chuck S February 16th, 2005 08:34 PM

Allowing html to be added is a security risk but if you choose to fine the appropriate line in uploadproduct.php like this

$desc = fixmessage( $desc );

change it to this

//$desc = fixmessage( $desc );

MikeM February 16th, 2005 11:21 PM

That worked. Thanks a bunch.

Mike

Markmusicman March 6th, 2005 04:55 PM

uploadproduct.php
 
Where is this file located I have version 5 of photopost?

Thanks
Mark

Chuck S March 6th, 2005 05:31 PM

Two separate products my friend.

Try uploadphoto.php

Markmusicman March 6th, 2005 05:34 PM

Sorry about that.
 
The code is fifferent do you know what I should edit in the uploadphoto.php to do this?

Thanks
mark


All times are GMT -5. The time now is 01:33 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97