PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   pp 5.13 comshow.php errors(FIXED) (http://www.photopost.com/forum/photopost-pro-bug-reports/115297-pp-5-13-comshow-php-errors-fixed.html)

Geiri August 17th, 2005 09:27 AM

pp 5.13 comshow.php errors(FIXED)
 
I have found some errors in cumshow.php


If I use copy bb-code to clipboard option and past in comments I get a photo of medium size. in the comshow.php

If I edit that comment the url is changed to http://www.mysite/gallery/data/...tykkish_lmi.jpg and is not usable

Allso only some of the smiles are shown and text lines do not < br > correctly

Geiri August 17th, 2005 06:24 PM

The bb-code is not a bug.

The tags copyed are [ img ]

Any way to fix the other two?

Chuck S August 18th, 2005 10:08 AM

try this in header-inc.php add the line in bold

elseif ( (THIS_SCRIPT == "showphoto" && VB3_ENHANCEDINT == "on") ||
(THIS_SCRIPT == "comments" && VB3_ENHANCEDINT == "on") ||
(THIS_SCRIPT == "search" && VB3_ENHANCEDINT == "on") ||
(THIS_SCRIPT == "comshow" && VB3_ENHANCEDINT == "on") ||
(THIS_SCRIPT == "showmembers" && VB3_ENHANCEDINT == "on") ) {

Geiri August 21st, 2005 01:07 PM

works :)


All times are GMT -5. The time now is 05:22 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