to inline images in Drupal, I use the "insert" module.
Need to create an image field in a content type, via file + image. Then configure the field to 'enable' insert button. When the curser is placed on a position in the text field, you can upload an image using the image field and click insert.
Works well with "image resize" filter which allows you to resize on the fly when inserting.
On Feb 2nd, Bluehost disabled Symlinks which breaks all the images on Drupal sites. There is a line of code that needs to be replaced in the sites/default/files/.htaccess file to fix this problem:
Change the line that says:
Options +FollowSymLinks
to be:
Options SymLinksIfOwnerMatch
Create a new empty layer on top of the stack. Ctrl + Alt + Shift + N
Fill the layer with pure white. Shift + Backspace
Set the blend mode to “Multiply”. Alt + Shift + M
Apply the vignette filter to the new layer.
Filter >> Distort >> Lens Correction…
Mess with the “Amount” and “Midpoint” sliders in the “Vignette” section.
I initially used the "submitted by" Drupal module but had a problem with the date appearing correctly using that module. So... placing this function in the template.tpl.php did the trick...
I like 1and1 as a web hosting service, but there are some annoyances when running Drupal. The latest problem I had were “error 500 - internal server error” returns and thanks to Gregory Tucker, I found this solution.