Closed (fixed)
Project:
Wysiwyg Fields
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2011 at 23:50 UTC
Updated:
19 May 2013 at 15:48 UTC
This stuff is really exciting! Thank you for working on this.
On your Wysiwyg Fields demo video (http://www.youtube.com/watch?v=-CYGPCCzWYo) I see you creating a collage from multiple images. Can you give us the recipe for that custom formatter?
After setting up a demo site from your make file, I do see several "wf_collage_..." formatters listed, and I see corresponding imagecache presets. But these don't seem to allow creating a multiple image collage.
Comments
Comment #0.0
kendouglass commentedtrivial correction
Comment #1
decipheredThe code for the Collage formatter is in the WF Text module, specifically in the following file: https://github.com/Decipher/wf_test/blob/master/wf_test.features.custom_...
I do one day plan to make a proper Collage module, but getting Wysiwyg Fields finished is far higher of a priority at the moment.
Comment #3
duozerskNo worries, this is currently being solved in http://drupal.org/project/collageformatter ;)
AndyB
Comment #4
adamtong commentedI have user the collage formatter module. But it doesn't work nicely with this module. It shows nothing after inserting into the text area.
How to fix it?
Thank you.