Minor Bug: noticed this since I first installed PhocaGallery is regardless of what I set max upload size to in Parameters, the upload form says Max Upload 3M. Should it state what is set in Parameters?
https://www.phoca.cz/articles/joomla/com ... id-joomla/
Major Problem, possibly not Phoca-related: Upload form does not show in IE6/7, but is fine in all other browsers. I use rhuk-milkyway as my site template.
??? for me it works
Request: It'd be great to preserve all Parameter settings when moving from version to version.
Maybe this should be the question for joomla.org (maybe we get it in 1.6)
FWIW PhocaGallery 1.8.6 on our site generates 92 HTML validation errors and 6 CSS errors. I can post specifics if needed.
e.g:
https://www.phoca.cz/phocagallery/demo/i ... categories
I get:
0 errors, 0 warnings
The validated page has no errors, no warning found by the SGML Parser and HTML Tidy
.
To show your readers that you have taken the care to create an interoperable Web pag
e, you may add this icon on your page:
HTML Validator based on Tidy or HTML Validator based on Tidy
Here is the HTML you could use to add this icon to your Web page:
<a href="
http://users.skynet.be/mgueury/mozilla/">
<img src="
http://users.skynet.be/mgueury/mozilla/serial_32.gif"
alt="Validated by HTML Validator" height="32" width="78"/>
</a>
or
<a href="
http://users.skynet.be/mgueury/mozilla/">
<img src="
http://users.skynet.be/mgueury/mozilla/serial_16.gif"
alt="Validated by HTML Validator" height="16" width="39"/>
</a>
If you like, you can download a copy of this image to keep in your local web direct
ory, and change the HTML fragment above to reference your local image rather than the
one on this server.
https://www.phoca.cz/phocagallery/demo/i ... llery-wine
Trimming Empty Tag
Cause:
An element is empty or only contains white space (newlines, spaces, or tabs). This i
ssue may be the side effect of a tag being implicitly closed by another.
Example:
Good <p></p>
Good <p> </p>
Good <p>
</p>
Good <p><table>…</p>
Good <p>This is a paragraph.</p>
The second-to-last example is of a paragraph tag being implicitly closed by the appe
arance of another block-level element (in this case, a table) since paragraphs can’
t contain other block-level elements. As a result, the paragraph element is empty and
its intended end tag (after the table) is orphaned, causing an error.
Note also that the HTML 4.01 Specification discourages the use of empty paragraph el
ements.
- not caused by Phoca Gallery
Maybe you get some errors while using Plugin (because of TinyMCE) or because of template or....
The problem with validation is if you want to do a site for people not for machines, you must do some not valide code e.g. for non standard browsers like IE, and , and.......
Jan