Closed GoogleCodeExporter closed 8 years ago
Downgrade to version 0.9.4 help with this problem temporary :/
Original comment by pmare...@gmail.com
on 9 Sep 2013 at 8:23
0.9.4? I think the problem is only in 0.9.7.9 and later.
Original comment by ever...@fireproofsocks.com
on 9 Sep 2013 at 8:43
Looks like the problem is that the name parameter isn't being set correctly, so
the search parameter is not being passed.
Original comment by ever...@fireproofsocks.com
on 1 Feb 2014 at 7:10
Ah: makes sense: the placeholders are never generated because the form's
configuration was not set correctly. To fix this, add the following line to
the config/post_selector/_media.php and _image.php and _relation.php configs as
described here:
https://code.google.com/p/wordpress-custom-content-type-manager/wiki/Config_post
_selector_media
CCTM::$search_by[] = 'search_term';
Original comment by ever...@fireproofsocks.com
on 1 Feb 2014 at 7:20
Committed revision 849527.
Original comment by ever...@fireproofsocks.com
on 1 Feb 2014 at 7:41
Original issue reported on code.google.com by
ever...@fireproofsocks.com
on 2 Sep 2013 at 11:12