PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Show HTML in showphoto is busted. 5.3 (http://www.photopost.com/forum/photopost-pro-installation-upgrades/122517-show-html-showphoto-busted-5-3-a.html)

bwolcott January 25th, 2006 02:59 PM

Show HTML in showphoto is busted. 5.3
 
The show html code in the showphoto section is all messed up. 5.3 build.


Screen Shot

Chuck S January 25th, 2006 04:35 PM

In showphoto.php add the line in bold to stop the show html code from breaking

bwolcott January 25th, 2006 05:43 PM

Ok so i added that bold line under the first line. No fix still the same look. Then I remove the first line and the text area was there with out the url in it.

Sum things up not fixed...

bwolcott January 25th, 2006 05:51 PM

Hey also why doesnt showubb code show up anymore? Scratch this one... found the trigger in "Upload photo options"

Chuck S January 25th, 2006 05:54 PM

it should be convert_markups

bwolcott January 25th, 2006 06:26 PM

Not sure all i know is that it is still broaken....

Chuck S January 25th, 2006 06:58 PM

well this is what I show works for both vb3 and non vb3

Code:

Content visible to verified customers only.
would now be

Code:

Content visible to verified customers only.

bwolcott January 25th, 2006 08:58 PM

Ok got it... that last one worked... Thanks

jlrios January 29th, 2006 01:07 PM

Id error.
 
Hello!, in www.marcianos.org/fotos, idem error in "html" codes. If posible view online.

In file shophoto.php
--------------------------------------
// Make the display codes (just in case)
$showbbcode = "
Code:

Content visible to verified customers only.
";
$showhtmlcode = "<img src="$imgurl" />";
if ( VB3_ENHANCEDINT == "on" ) $showhtmlcode = un_htmlspecialchars( $showhtmlcode );
$showdirectcode = "$imgurl"

------------------------------------

That I must modify or add exactly in that file.
Thanks.

Chuck S January 29th, 2006 03:23 PM

The fix is in this post here

http://www.photopost.com/forum/showp...54&postcount=7

jlrios January 30th, 2006 08:29 AM

Thanks, error is equal.


All times are GMT -5. The time now is 06:43 PM.

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