I was testing out some nested qoutes, about 43 of them and I tried to post but I got an error that said "Too many images, the image limit is 10". I didn't contain any images in my post. However, it's probably counting the image in the quote box that takes you to the post that was quoted.
Best Regards.
You are correct, we need to figure out how to bypass those
Does the image check search for an img tag? If so you can go around it by using this:
<style type="text/css">
qjump {
background: url(images/jump.gif) no-repeat;
width: 13px;
height: 13px;
padding: 10px; /* amount of padding needed for image to fully show */
}
</style>
Now use this in the array that creates the quote mycode:
<a href="linktowhatevever"><qjump /></a>
Now the image check won't count it in since the source code will show as <qjump />.
Best Regards.
<qjump /> would create an xhtml validation error I believe since its not a standard tag. We could use a class on the a tag
(2008-06-19, 07:10 PM)Tikitiki Wrote: [ -> ]<qjump /> would create an xhtml validation error I believe since its not a standard tag. We could use a class on the a tag
I just checked with the W3C CSS validator. It came out valid.
Let me check the xhtml.
Well it's not valid, but it did also say <style type="text/css"> isn't valid either. A class would always work as-well.

Thank you for your bug report.
This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.