I upgraded the test site. It's now running Drupal 7 alpha 5. For some reason, the
rlimg module is not loading its CSS file(s) though.
It's maddening. Want to go insane? Try this:
- Visit the image module demo page and notice how none of the image blocks have styling around them.
- Go in to the modules page, disable then re-enable Randomland Image Embedder.
- Reload the demo page. Image blocks should have styling around them because the @import url command got added to the page head.
- Reload the page again. Image block styling is gone.
What the crap? It does NOT do this on my local copy. The entirety of the the
randomland-test folder is owned by
apache:apache with permissions
0775. I'm baffled.
But on the bright side, the
Image and
Image Collection content types are now generated programmatically by the
RandomCore module. So setup is practically as easy as enabling the module.
WARNING:
disabling the RandomCore module will probably delete and nodes of type Image or Image Collection. (This will be fixed later)UPDATE: I was able to recreate the insanity. So that means my local copy working as expected is the exception...
UPDATER: fixed by implementing hook_init() and adding CSS in the proper spot.