Archives
Dive into PHPTemplate
Since the SoftwareRequirementsSpecification (such as it is at this early stage) requires MVC, our perusal of the Drupal Theming Development Handbook hints to us that our best bet (in spite of Smarty experience) is PHPTemplate.
Your are invited to check out our ongoing PhpTemplateOdyssey.
Added TinyMCE
After much going back and forth on this, we have opted for the TinyMCE rich text editor option.
We plan to use it in conjunctino with the image and image-assist modules for editors, and alone for regular users.
Let's add an image to be displayed in the above paragraph, by clicking on the image-assist icon (we haven't installed the tinymce module plug-in for img_assist.
permissions important for image module to work
By default the ./files/images and ./files/images/temp directories are given 740 permissions.
Then the images seem to be there and everything but do not appear!!!
When the dirs are given 755 permissions...
... it works! Now, what about thumbnails?






