3.0.5.4 patch discussion
Didn't really know where to post this. But thought I would share my thoughts and experience with this patch 3.0.5.4.
Everything seem to patch fine for me. I do have some modified files, but, was able to work around all that.
Thanks for putting in the ALT text for the end user.
Few things though.
When posting a ad the end user does not get the Alt Text fields. They only get this when editing the listing. Then they can change the Alt Text.
Next, when editing the listing do you think the end user will actually know what Alt text means?
Finally, when you actually click on the ad the ALT Text doesnt work in the ad itself.
- Would be nice to allow the admin (me) to put in the Alt Text for the end user.
I also had to change the "use google cdn query" to no
I also had to reapply the code so people can not post in the partner category to step1.php
<script type="text/javascript">
var dropdown = document.getElementById("cat");
var i;
for(i=dropdown.options.length-1;i>=0;i--)
{
if(dropdown.options[i].className === 'level-0')
dropdown[i].disabled="disabled";
}
</script>