You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2022. It is now read-only.
-[IM Extra Fields Plugin](http://get-simple.info/extend/plugin/im-extra-fields/1057/) or [IM Extra Fields Plugin (GitHub repository)](https://github.com/bigin/ImExtraFields)
More infos about ItemManager's items: [Working with Items](https://ehret-studio.com/lab/itemmanager/itemmanager-2-api-reference-working-with-items/)
109
-
110
-
111
-
Get a category:
112
-
```php
113
-
$category = $imanager->getCategory(1);
114
-
```
115
-
116
-
Get the category matching the given attribute selector (like id, name, slug, position, created, updated) string. Returns a Category object, or null if not found.
More infos about ItemManager's categories: [Working with Categories](https://ehret-studio.com/lab/itemmanager/itemmanager-2-api-reference-working-with-categories/)
128
-
129
-
130
-
For more information how to use ItemManager see also: https://ehret-studio.com/lab/itemmanager/
131
-
132
-
133
-
## Tutorials, tips & experiments
134
-
-[Resizing images on the fly](https://bigin.github.io/ghpages/resizeimage/)
135
-
-[How to make content of the GS components a little more page-based](https://bigin.github.io/ghpages/pagelayout/)
136
-
-[ItemManager Simplify Field Value Access](https://bigin.github.io/ghpages/simplification/)
137
-
-[How to add additional text under the GetSimple's page edit menu](http://get-simple.info/forums/showthread.php?tid=8664)
138
-
-[MarkupSectionCache for ItemManager](http://get-simple.info/forums/showthread.php?tid=8016)
139
-
-[CategoryJoins for ItemManager](http://get-simple.info/forums/showthread.php?tid=8017)
140
-
-[The use of SimpleItem objects](https://ehret-studio.com/lab/itemmanager/the-use-of-simpleitem-objects/)
-[IM Extra Fields Plugin](http://get-simple.info/extend/plugin/im-extra-fields/1057/) or [IM Extra Fields Plugin (GitHub repository)](https://github.com/bigin/ImExtraFields)
-[Frontainer User Management plugin](http://get-simple.info/extend/plugin/frontainer/1015/)
150
-
([Sign up / Login / Logout / Password recovery](http://im.ehret-studio.com/login/))
151
-
152
-
## Changelog:
153
-
154
-
**2.4.3**
155
-
156
-
BUGFIX: Datepicker CSS included
157
-
158
-
**2.4.2**
159
-
160
-
MODIFICATION: Minimal style adjustments and GS 3.4-Alpha adaptations
161
-
BUGFIX: in combination with IM Extra Fields usage
162
-
163
-
**2.4.1**
164
-
165
-
BUGFIX: Issue when rekursive selectig SimpleItem objects.
166
-
167
-
NEW: An `ItemMapper` method for selecting single SimpleItem objects: `ItemMapper::getSimpleItem((string|int) selector, (array) items (optional))`
168
-
169
-
**2.3.8**
170
-
171
-
NEW: Item Allocator class - makes easy and quickly work with a huge number of items (1000 >). Also, it simplifies the use of item object, as only the "light-weigth" objects will be loaded into the memory, therefore overhead will be significant reduced. Usage [example](https://ehret-studio.com/lab/itemmanager/the-use-of-simpleitem-objects/)
172
-
> NOTE: You can deactivate this function at any time via the `$this->useAllocater = false` in `/plugins/imanager/lib/inc/config.php` file.
173
-
174
-
175
-
NEW: FieldFilepicker - File picker field has been implemented, which makes it possible, using the functions of `i18n_customfields` plugin, the use of GetSimple native images and files from `uploads` directory - at this point many thanks to tomot for his help!
176
-
> NOTE: This field is enabled only if "i18n_customfields" plugin is in the GS `/plugins/` directory (no installation is necessary).
177
-
178
-
179
-
MODIFICATION: CSS changes - Minimal style changes of pagination and field width.
180
-
181
-
182
-
MODIFICATION: FieldImageupload - Is deprecated and was replaced with newer FieldFileupload field. For compatibility reasons, the FieldImageupload's are still supported, though no longer available when selecting the fields in back-end.
183
-
184
-
185
-
BUGFIX: FieldDatepicker - When selecting the date, when the date format was not specified.
186
-
187
-
188
-
BUGFIX: FieldDatepicker - When you are use several date picker fields (thanks to tomot).
189
-
190
-
191
-
BUGFIX: Check reserved field names when you save category fields.
0 commit comments