PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Bug Reports

Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old October 1st, 2005, 07:53 PM   #1 (permalink)
Registered User
 
Join Date: Mar 2002
Posts: 20
Arrow Many XHTML Invalid codes

Hey,

While putting one of my sites through the xhtml validator, I came up with quite a few (around 30ish) xhtml invalid codes... This was on the gallery index, I didn't even run it on all the other gallery pages.

Is this occurring just if you're using vb integration? Or is it pretty invalid on standalone as well? I noticed all of the bugs listed were extremely easy to fix (such as adding / to the end of img src calls, etc.)

I'd love to see this validate in an upcoming release!

(Btw, this occurs right on your own integrated gallery right here as well. 29+ errors)

Last edited by Alien Master; October 1st, 2005 at 07:57 PM.
Alien Master is offline   Reply With Quote
Old October 1st, 2005, 08:17 PM   #2 (permalink)
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,834
We usually run validation on the pages, but I'll admit I haven't run them in a bit. I know when we did 5.0 we validated all the pages; but I haven't run them since.

Obviously we can't change issues with your vB headers/footers; but if it's in the PP code we can clean it up.

Pretty much all of the index ones can be fixed by removing the </span> on the end of the lines with lpostlink on it. (line 123, 216)
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote
Old October 1st, 2005, 10:02 PM   #3 (permalink)
Registered User
 
Join Date: Mar 2002
Posts: 20
Hey.

Thanks for checking this out again in the future, it's very appreciated! Yeah, I checked that it wasn't anything to do with my own code before posting.
Alien Master is offline   Reply With Quote
Old October 1st, 2005, 11:25 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,938
Actually I show our programs 100% XHTML valid except one condition which was a recent addition. This is when you turn off the last comment/review and last photo/product columns

http://validator.w3.org/check?uri=ht...pe=Inline&ss=1

http://validator.w3.org/check?uri=ht...pe=Inline&ss=1

Now with that respect you can see we are 100% valid

The only issue where we are not 100% valid I show would be with Vbulletin since we use there code parser to parse smiley's etc it seems they are leaving off the closing tag when they parse the smilies so I can't comment futher on this

<img src="http://www.reeftalk.com/forums/images/smilies/wink.gif" alt="" title="

Now here are two new categories templates for photopost to try out which should fix any errors I see with those two columns turned off

If you see anything else let us know
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 1st, 2005, 11:53 PM   #5 (permalink)
Registered User
 
Join Date: Mar 2002
Posts: 20
The smilie thing just seems odd to me, since I get 100% validation with vBulletin's forum home index (including those very smilies). Hmm.
Alien Master is offline   Reply With Quote
Old October 1st, 2005, 11:56 PM   #6 (permalink)
Registered User
 
Join Date: Mar 2002
Posts: 20
The .zip included above is appearing corrupt to me.
Alien Master is offline   Reply With Quote
Old October 2nd, 2005, 12:00 AM   #7 (permalink)
Registered User
 
Join Date: Mar 2002
Posts: 20
I checked out what you had gotten to validate, and it just doesn't physically look attractive to me on that page leaving all that data out so I guess I'll deal for now until another workaround presents itself...
Alien Master is offline   Reply With Quote
Old October 2nd, 2005, 12:05 AM   #8 (permalink)
Registered User
 
Join Date: Mar 2002
Posts: 20
If you wrap your pics with film strips, you'll get invalid img xhtml also, for example.. Gotta put a few more options on to get all that invalid xhtml.
Alien Master is offline   Reply With Quote
Old October 2nd, 2005, 12:16 AM   #9 (permalink)
Registered User
 
Join Date: Mar 2002
Posts: 20
I did some editing in /templates/vb3enhanced/thumbnail-filmstrips.tmpl and fixed all missing end slashes in img src's, and added any missing alt tags.

Also removed the "height" tag from the first table code.

Now I am down to ONE SINGLE error here:
http://www.wtf.com/gallery

Maybe that has to do with that reported bug of the second occurance of the stylesheet showing up in the source code. If you look at the description of the error on the validator site, it's simply an 'already defined' error. Once that's fixed, my index should 100% validate WITH all the code I have turned on! Woo!
Alien Master is offline   Reply With Quote
Old October 2nd, 2005, 12:20 AM   #10 (permalink)
Registered User
 
Join Date: Mar 2002
Posts: 20
More xhtml: If you have 'must be registered to view full photo' option turned on, there is invalid xhtml with the 'must be registered' error message it brings up when trying to view a photo.
Alien Master is offline   Reply With Quote
Old October 2nd, 2005, 02:03 AM   #11 (permalink)
Registered User
 
Join Date: Mar 2002
Posts: 20
Okay, page now validated after some more work.

Two things:

1) In languages/english.php - Get rid of the occurance of <p> in the code, and change them with <br />'s to resolve the 'must be registered to view photo' invalid xhtml issues in my last post.

2) In /header-inc.php - Find:

Code:
Content visible to verified customers only.
...and remove that code completely. At least if you're running vb3.5, it will still render completely as the stylesheet is still called without issue.
Alien Master is offline   Reply With Quote
Old October 2nd, 2005, 10:20 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,938
well the issue with vbulletin smilies which is what I was referring to is on them though it would seem

We call there markup script to render the markup.

Yes agree on the other issues thanks for the heads up on the filmstrips thing although personally I think they are ugly and dont use em.

I went through before and did tons of clean up on image tags and missing alt tags etc no suprise there are some left
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 2nd, 2005, 11:44 PM   #13 (permalink)
Registered User
 
Join Date: Mar 2002
Posts: 20
Great! Happy to be somewhat helpful at least!

Keep up the great work!
Alien Master is offline   Reply With Quote
Old October 2nd, 2005, 11:50 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,938
A helping hand is always appreciated
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
xhtml validate Grae Bugs - vBulletin 3.5.X 8 January 16th, 2006 01:32 PM
Autogenerate a whole gallery worth of bb codes :D Borgs8472 vBGallery Suggestions 0 September 17th, 2005 08:22 PM
find HTML codes... Wasabe Photopost Pro How Do I...? 5 May 22nd, 2005 12:51 AM


All times are GMT -5. The time now is 04:46 PM.

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