Suppose you have a site created with OpenFolio and some images uploaded to it. Now suppose you want to start a blog and you want to be able to BROWSE and INSERT some of the already inserted images in your text posts. What is the best way to do that? I am looking for an image browser similar to the one that comes with Media module that works with WYSIWYG and ImageFields. I am not interested in upload functionality as all my images will be managed through the site's galleries, I just want a way to browse through hundreds of images ideally by category, gallery, etc.

Comments

tedbow’s picture

Haven't tried these for exactly what you want but:

https://drupal.org/project/wysiwyg_fields - this might work if you use entity reference field on your Blog content type that references your image node type.

https://drupal.org/project/node_embed

https://drupal.org/project/token_insert

If 1 of these works for you please report back. I might include something like this a future version of Openfolio