This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Validation errors
#1

This thread is for validation bugs that you may find.

So far, I've found that line breaks create a <p> element where it can't go. This should be easily fixed by replacing <p> with <br>.

Another one is the possibility of someone entering an empty string for the anchor text under settings->processor->general. It is fixed with the following on line 200:
PHP Code:
<?php if($anchor_text != null && $anchor_text != ""){ ?><a name="<?php echo $anchor_text?>"></a><? } ?>

There also seems to be an issue with the validation error messages in the front-end. It occurs because there is a list in a span element. This could be fixed by replacing <span> with <div>, and adding "display: inline;" if required.

If you find any validation bugs, feel free to post them here.

I'm giving you three guesses...
Reply
#2

Please can you attach the relevant files with all these fixes and I'll review them for inclusion in v1.2.

Why do you not want to use the anchor text?

Also please try not to use short PHP tags as I've seen first-hand that some servers will struggle with that.

Have you completed the interview?
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Methyus
26-Sep-2015, 05:54 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)