2012-01-30, 00:58:20
mikeh Wrote:alienee2 Wrote:2 more issues;1. no hyphens are allowed in custom fields at this point
1.)
can't seem to use '-' in custom fields, without problems - specifically i can't get those fields to display on the results page;
2.)
when saving an item, i think it would be preferable if the save action was consistent with the same action on a GS page, where the page edit screen doesn't close when you hit save..
-marc
2. I will ad this to the next version
In relation to your issue of escaped quotations. Could it be because you have magic_quotes_gpc on?
Sorry - i should have explained it more clearly; I believe there is an error in on that line , and you have left out the full path to the items folder. Therefore I had to change the URL so that uploaded images would appear..
so line 87 currently reads:
Code:
return $SITEURL.'data/uploads/'.$this->tags[$tag]['value'];
but shouldn't it really be:
Code:
return $SITEURL.'data/uploads/items/'.$this->tags[$tag]['value'];
or am i missing something?