Archives

Date
  • Jan
  • Feb
  • Mar
  • Apr
  • May
  • Jun
  • Jul
  • Aug
  • Sep
  • Oct
  • Nov
  • Dec

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.


Zend

php 5 4 3 2 1

tv
 

Zend Wasp Framework, a ScriptFramework interestingly enough.

 


Cortazar

jc
Julio Cortázar

Julio Cortázar


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.

 

Keep a small footprint
 

 

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!!!

at the starting line

at the starting line

When the dirs are given 755 permissions...
... it works! Now, what about thumbnails?