2012-02-03, 23:44:00
(This post was last modified: 2012-02-04, 01:46:18 by infos.media.)
mikeh,
testing on GS 3.0 with v1.1:
Results page code textfield
I've changed the markup in the results page code textfield. When I add a new category, the textfield is being reset to original. I successfully reproduced this twice.
Here's the notices I'm getting on the category page, maybe there's a connection:
Changing the label of an existing custom field clears the respective field
I changed my mind about a custom field label and then modified the name plus changed the code in items.php to the new field name.
When I reloaded the detail page of the affected item, the description was gone. The WYSIWYG field I had created was empty.
Is anybody else experiencing the mentioned behaviour with 1.1?
Item Detail Page shows wrong date of publication
testing on GS 3.0 with v1.1:
Results page code textfield
I've changed the markup in the results page code textfield. When I add a new category, the textfield is being reset to original. I successfully reproduced this twice.
Here's the notices I'm getting on the category page, maybe there's a connection:
Code:
Notice: Undefined index: deletecategory in [...]/plugins/items/class/IMclass.php on line 599
Notice: Undefined index: deletecategory in [...]/plugins/items/class/IMclass.php on line 599
Notice: Undefined index: deletecategory in [...]/plugins/items/class/IMclass.php on line 599
Changing the label of an existing custom field clears the respective field
I changed my mind about a custom field label and then modified the name plus changed the code in items.php to the new field name.
Code:
<?php getTheField('new-name-description'); ?>
When I reloaded the detail page of the affected item, the description was gone. The WYSIWYG field I had created was empty.
Is anybody else experiencing the mentioned behaviour with 1.1?
Item Detail Page shows wrong date of publication
Quote:Published on December 31st, 1969while the detail page was published on 29.01.2012.