My Writings. My Thoughts.

WordPress VS Drupal User Management

// May 11th, 2009 // 1 Comment » // Articles

Having the ability to create different users and give each a different role is one of the most important things within a CMS, you need to be able to control all aspects of the site (super users) and also give other users the ability to control display or content within the site without breaking it.
In [...]

Disable extra fields in CCK for Drupal

// May 9th, 2009 // No Comments » // Drupal

There are times when you want to allow the Super Admin to edit those extra fields but not the editors/contributors of your site so this is one way to do it:
PHP:

< ?php
/**
* Change the node form
*/
function phptemplate_node_form($form) {
  // echo "<div style=’direction:ltr;’>"; dprint_r ($form); echo ”;
 
  // Hide ‘Log message’ text area
  $form[’log’][’#access’] = [...]

WordPress VS Drupal Creating Content

// April 29th, 2009 // 3 Comments » // Articles

One (if not the most) important subject in any CMS is going to be creating content. You want to be able to allow you user to create content quickly and efficiently, while at the same time the developer wants control over how the content is going to be displayed in the front end.
Creating content in [...]

Wordpress 2.7 Demo From Matt Mullenweg

// April 29th, 2009 // No Comments » // videos

WordPress Vs Drupal Installation

// April 29th, 2009 // 1 Comment » // Articles

Download and installation for both was a breeze. Granted Drupal gave me a little bit more of problem since I had to create new directories and set the right permissions to the newly created directory and a settings file.
On the other side I also had to create a file in WordPress directory. Here are the [...]

View Archives

My videos. Featured videos.