 | |  | | | Photopost Pro How Do I...? Wondering how to do things in PhotoPost? |
February 10th, 2010, 06:31 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Feb 2010
Posts: 41
| Special Characters in Photo Description
Apparently the recommended fix for this issue, " being rendered as ", & being rendered as &, brackets being rendered as < or > and so on, doesn't work for me.
Added to showphoto.php: Code: Content visible to verified customers only.
No dice. vB 4.0.1 forum, integrated, PPPro v 7.0.1. Any ideas? Thanks!
|
| |
February 10th, 2010, 06:41 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,704
|
The function your referencing most definately changes those strings back into the normal characters. You sure you also have all 3 vb3 define boxes on in edit integration settings also.
|
| |
February 10th, 2010, 06:51 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Feb 2010
Posts: 41
|
Yes, sir, all three are checked. I've also tried the Show Photo Option "Show html code to display photos?" both ways with the same result. If the text is edited at the "Process" point or after the photo is uploaded, it stays in the proper format, but it refuses to "stick" from the original upload.
|
| |
February 10th, 2010, 06:59 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,704
|
How about moving that bolded line below the lines you note above?
|
| |
February 10th, 2010, 07:05 PM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Feb 2010
Posts: 41
|
The first thread I found about this had the extra line below the if statement. Tried that first. Then found another with it on top. No luck either way. |
| |
February 10th, 2010, 07:49 PM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,704
|
well I just find it strange that you get the same display with or without the alteration your doing. That does not make any sense.
un_htmlspecialchars specifically changes & to & and " to " etc
url to your site and this issue
|
| |
February 10th, 2010, 08:53 PM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Feb 2010
Posts: 41
|
K, this is strange. Took a break and came back to find the text is still displaying incorrectly in the Process box, but if I hit Upload anyway it displays correctly, whereas it wasn't doing that before. It had to be edited at Process stage or after upload to stick.
The problem is still sort of the same, though. Users won't know the incorrect display is an interim thing. Plus it looks terrible. Is there another page I can edit to get the process box to display correctly?
|
| |
February 11th, 2010, 12:21 AM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,704
|
well your starting to talk about upload here which is a whole different problem then your reporting so please explain where exactly you have an issue and what script because I dont think I am sure what your trying to report now. Example the lines your talking about are about the description on a photo when viewing the photo but the topic here seems to have jumped.
|
| |
February 11th, 2010, 01:21 AM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Feb 2010
Posts: 41
|
Same problem, Chuck.
First example shows the initial upload screen, where user chooses picture, title and description.
Second picture shows "the Process box," where the characters parse incorrectly.
Third picture shows the final upload, where the showphoto fix must have kicked in at some point because the characters render properly.
What I am asking is how to make the Process box display correctly as well. As I said, it looks bad with the incorrect characters and users won't know they *don't* need to edit that in order to have it display correctly.
|
| |
February 11th, 2010, 06:50 AM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,704
|
Okay yes that line your nothing has nothing to do with the issue your really looking at.
I will test the bulkupload script and let you know but the whole process really is things are working fine just your getting on the 2nd upload screen the middle shot the html is not pretty
|
| |
February 11th, 2010, 10:46 AM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Feb 2010
Posts: 41
| Quote: |
Okay yes that line your nothing has nothing to do with the issue your really looking at.
| I don't even know what that means. Though I surmise I'm being told I don't know what I'm talking about. Quote: |
. . . things are working fine just your getting on the 2nd upload screen the middle shot the html is not pretty
| It's a gallery. It's supposed to be pretty. And support is supposed to be helpful, not disdainful and contemptuous of customers. And to think I paid for this kind of treatment. Maybe I am stupid after all.
|
| |
February 11th, 2010, 12:15 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,704
|
Toni
All I am saying is your referencing some mod line from code that exists in showphoto.php from some other thread which has nothing to do with the issue your posting. We spend some time here going back and forth about the showphoto script only to discover when you posted attachments that your talking about the upload process in bulkupload.php. Which explains why when you changed the code you where noting that it did nothing.
Now I have looked at the code and I think this should help you for upload
Lines 185 and 186 of that file are this Code: Content visible to verified customers only.
Simply change those two lines to this and on your second upload screen it should display fine for you. Code: Content visible to verified customers only.
|
| |
February 11th, 2010, 01:37 PM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,704
|
Toni
If the scriptname your running in the browser is bulkupload.php then make sure also down the bottom of that file these lines Code: Content visible to verified customers only.
Make those un_htmlspecialchars
|
| |
February 11th, 2010, 01:51 PM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Feb 2010
Posts: 41
|
I was just coming back to say the first fix didn't work. Now I see you've added another change. Just did that and it works great. Thank you! I tested double quotes, the ampersand and brackets. The brackets and text in between them didn't render, but I can certainly live with that.
Not to belabor things, but I/we/any customer wouldn't know you consider this issue to be "apples and oranges" because it involves changes to two page files. To me, it's one process that should work correctly from start to finish. And now it does. Thank you again!
Now to solve the rest of my issues. |
| |
February 11th, 2010, 02:11 PM
|
#15 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,704
|
Well I do beleive that solves your actual product support questions.
I think the two things you have left would be a code modifications you want to do to display comments in an alternative format our main template is not designed to do and an issue with a custom style on your menu correct me if I am wrong.
1. You can post about code modifications which fall outside product support here. Pretty much the same rules as vbulletin.com we support the code as written. http://www.photopost.com/forum/photo...d-discussions/
If I get some free time I may help out if I can as I would eventually probally be updating the comments display eventually as that hasnt changed since we released the software but product support takes most of my time here and I occassionally look at mods and when time is permitted post some ideas for some people. Example you might want to look at this mod I created for people using vb4 it adds gallery block on the forumhome and whos online definitions as well as profile display stuff for the gallery as well. http://www.photopost.com/forum/photo...tin-4-0-a.html
2. Your style issue with the actual photo options menu. I really would need to see a direct link to your site and style so I can peek at the actual style and maybe see where that might be going wrong. As I said we specifically coded things to work with the default vb style so your issue is going to exist somewhere in a style change that was made I would suspect. make sure to post a regular test user account so I can see the menu etc
I have a pretty much clean vb4 photopost pro setup here with the default style so you can see what it should look like or change your style back to the default and see on your site. DSCN0725 - ReefTalk Gallery
Username testman
password testing
I setup an account some time ago when we where first looking at vb4 to show some customers the progress so that account is still active |
| |
February 11th, 2010, 03:02 PM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Feb 2010
Posts: 41
|
I agree, technically the gallery seems to be functioning properly now and the remaining issues fall under style. However, since my gallery involves my business, and my business involves design, the styling is equally important to me.
I appreciate the offer of help if/when you have time. This is a very nice change that is very noticed and, again, very appreciated. I took a look at your gallery. The pictures are gorgeous but I'm not fond of the layout. It wouldn't work with my theme, given we're on a fixed width as opposed to fluid.
As far as the integration, my forum is absolutely perfect except for one latent issue that has magnified when carried over to the gallery. I put in a ticket at vBulletin, but they say there's nothing wrong. Okay, sure, if you don't count the big, gaping hole at the bottom of the second tier and below of the gallery pages.
This particular problem only occurs on one page at the forum, an admin page that no one (except admin) sees. I'd posted about it at their forum before even thinking to install Photopost, but couldn't get a resolution. I believe it's due to a body wrapper tag closing too early in one of their thread templates. Or an extra closing tag floating about, etc. But, again, they say there's nothing wrong. I'm waiting for 4.0.2 to arrive before I bother them again. That was my original plan, in fact, until I saw what it had done to the gallery.
Sooo, if you still want to come on over, Red Rover, you're more than welcome. Is there somewhere I can email the information you've asked for?
Edited because I'd forgotten about the mod. Already installed. Mentioned that in an earlier post in fact. Love it! I'd wanted it for the navtab link. Easy to do and it works like a charm. Nice work!
Last edited by Toni3055; February 11th, 2010 at 03:25 PM.
|
| |
February 11th, 2010, 03:16 PM
|
#17 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,704
|
You can email us at the contact us link I can take a look DSCN0725 - ReefTalk Gallery
Much like vbulletin we do have to support our code as written and like I said I help users when I can outside the realm of support when I have time. I took a few minutes and while its not exactly like the vb postbit its probally a step in the right direction you can grab that template here http://www.reeftalk.com/gallery/temp...showphoto.tmpl
Like I said my gallery is merely a default vb photopost install in every way except for now I modified the comments html portion with the user info on top of the comment some.
vbulletin in general released vb 4.0 way too soon it was beta software to say the least with there gold release. I mean come on 4.01 has over 200 bug fixes. 4.02 is slated to have at least another 100 bug fixes or more.
See when your looking at an issue and your contacting a company whether its here or vbulletin you definately want to have the default style to fall back on as I showed and gave you a test login to even see is that I really see no issues. vbulletin will probally ask something similar.
I will give you an pointers I can after I actually see your site.
|
| |
February 11th, 2010, 03:56 PM
|
#18 (permalink)
| | Member Verified Customer
Join Date: Feb 2010
Posts: 41
|
I'd bet the template rocks if I could grab it. LOL! Getting a "Not Found" error. Emailed you, as well. Thank you again, Chuck! This was really sweet of you . . . all around!
No worries, I still have the default style installed. I never got rid of it. I just added a new style to work from. However, the body wrapper problem is evidenced even when set to default. I posted a screenshot for them using default styling which shows the premature closing and the Firebug screen verifying it. But it doesn't "look" bad because the default styling has a solid color there. I guess that's why they say there's nothing wrong. With my styling, it's a gaping hole. So I would agree wholeheartedly they probably released it too soon, given they had at least 301 problem to fix.
Their support tech for the ticket said he doesn't see this issue in 4.0.2. Then again, he doesn't see it in 4.0.1 either. Not sure how that's supposed to make me feel better. Reserving final judgment until I have 4.0.2 installed. Should be very soon if they're still on target. Let's hope, and that "free time" comes to your neck of the woods as well. |
| |
February 12th, 2010, 11:04 AM
|
#20 (permalink)
| | Member Verified Customer
Join Date: Feb 2010
Posts: 41
|
LOL and thanks, Chuck! Just grabbed and uploaded it, but I don't see a change in the post/comment display. Still looks like postbit legacy. Did I forget to do something?
No rush, I know you're busy. Many thanks again!
|
| | |
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 06:46 PM. | |