 | |  | | | Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here. |
January 8th, 2006, 11:16 AM
|
#1 (permalink)
| | Senior Member Verified Customer
Join Date: Nov 2002 Location: Reykjavik, Iceland
Posts: 724
| 5.21 comshow and links in comments bug
All links that are inserted into coments are buged Code: Content visible to verified customers only.
__________________
Geiri
|
| |
January 8th, 2006, 01:09 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,672
|
How about in comshow.php
$comrow['post'][$x] = $post;
change to
$comrow['post'][$x] = convert_markups(un_htmlspecialchars($post));
Last edited by Chuck S; January 8th, 2006 at 05:54 PM.
|
| |
January 8th, 2006, 03:57 PM
|
#3 (permalink)
| | Senior Member Verified Customer
Join Date: Nov 2002 Location: Reykjavik, Iceland
Posts: 724
|
no still the output is Code: Content visible to verified customers only.
I replaced the 5.21 comshow with my old one from 5.13 thad did not fix it
__________________
Geiri
Last edited by Geiri; January 8th, 2006 at 04:02 PM.
|
| |
January 8th, 2006, 04:09 PM
|
#4 (permalink)
| | Senior Member Verified Customer
Join Date: Nov 2002 Location: Reykjavik, Iceland
Posts: 724
|
I allso have problems if I logout and get the page
Your cookies have now been cleared
The urls to frontpage and same page are like this Code: Content visible to verified customers only.
__________________
Geiri
|
| |
January 8th, 2006, 04:56 PM
|
#5 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,672
|
well I would suggest you upload all clean 5.21 from the download and then do the one edit in comshow.php I note above.
|
| |
January 8th, 2006, 05:08 PM
|
#6 (permalink)
| | Senior Member Verified Customer
Join Date: Nov 2002 Location: Reykjavik, Iceland
Posts: 724
|
I did that now the url is Code: Content visible to verified customers only.
__________________
Geiri
|
| |
January 8th, 2006, 05:19 PM
|
#7 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,672
|
where is the url that?
|
| |
January 8th, 2006, 05:22 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,672
|
Try this in showphoto.php
if ( VB3_ENHANCEDINT == "off" ) $commenttextline = convert_markups($commenttextline);
change to this
if ( VB3_ENHANCEDINT == "on" ) $commenttextline = convert_markups($commenttextline);
|
| |
January 8th, 2006, 05:51 PM
|
#9 (permalink)
| | Senior Member Verified Customer
Join Date: Nov 2002 Location: Reykjavik, Iceland
Posts: 724
|
Not working
but now in comments.php urls are working but not in comshow.php Code: Content visible to verified customers only.
I downloaded a fresh version and changed all files and reIntegrated vit vB still the same.
Allso set up a test galleri with same error there
__________________
Geiri
|
| |
January 8th, 2006, 05:54 PM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,672
|
so comments work on showphoto now try this in comshow.php I changed it slightly 5.21 comshow and links in comments bug |
| |
January 8th, 2006, 06:53 PM
|
#11 (permalink)
| | Senior Member Verified Customer
Join Date: Nov 2002 Location: Reykjavik, Iceland
Posts: 724
|
That screws it up even more in the date and senders field
__________________
Geiri
|
| |
January 8th, 2006, 06:59 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,672
|
You would have to post what you mean by that. That should not affect anything but the comment posted
|
| |
January 8th, 2006, 07:13 PM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,672
|
Please post a link or something I just entered a url using the default photopost 5.21 code and comshow looks fine to me http://www.reeftalk.com/gallery/comshow.php |
| |
January 8th, 2006, 07:37 PM
|
#14 (permalink)
| | Senior Member Verified Customer
Join Date: Nov 2002 Location: Reykjavik, Iceland
Posts: 724
|
See the photo
__________________
Geiri
|
| |
January 8th, 2006, 07:59 PM
|
#15 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,672
|
upload a clean comshow.php
The link I posted is using default photopost 5.21 files from our latest downloads no edits necessary that I show.
|
| |
January 8th, 2006, 08:11 PM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,672
|
Well I dont see any full links except for one half way down the comshow that has a partial link the user did not use a full link but I posted a test comment on your site and it shows correct.
Image attached.
|
| |
January 9th, 2006, 02:30 AM
|
#17 (permalink)
| | Senior Member Verified Customer
Join Date: Nov 2002 Location: Reykjavik, Iceland
Posts: 724
|
I see that Chuck
I am sorry for this trouble but....
I have tried a few times, and the case is if I enter the link and dont hit enter afterwards the links aperar allright, I just hit send and send it as a text
How ever if I enter the link and hit ENTER to let the Quick reply compile it it adds those qoute marks around it.
There is allso a diffrence in the database
If ENTER is hit before sending the link it is sent like this in the DB Code: Content visible to verified customers only.
If ENTER is not hit after sending the link it is sent like this in the DB Code: Content visible to verified customers only.
SO the problem seamst to be in leting the reply field not compile the link befor it is sent.
I attached a screen of phpmyadmin / comments.
__________________
Geiri
Last edited by Geiri; January 9th, 2006 at 02:37 AM.
|
| |
January 9th, 2006, 08:34 AM
|
#18 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,672
|
Okay well its all a matter of a certain condition being met  We just need to sync up on how your doing it but I think that does not matter in this case as showphoto works just lets make comshow.php like showphoto
find this in comshow.php Code: Content visible to verified customers only.
change to this Code: Content visible to verified customers only.
|
| |
January 9th, 2006, 10:45 AM
|
#19 (permalink)
| | Senior Member Verified Customer
Join Date: Nov 2002 Location: Reykjavik, Iceland
Posts: 724
|
Good thinking.
Works like a charm.
Used the orginal comshow with this. Code: Content visible to verified customers only.
Thank you, Chuck for your time on this.
__________________
Geiri
Last edited by Geiri; January 9th, 2006 at 10:48 AM.
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 12:37 PM. | |