Drupal does not indicate variable $base_url in print.tpl.php. file. Even if it is (re)commented in settings.php file.
Drupal does not indicate variable $base_url in print.tpl.php. file. Even if it is (re)commented in settings.php file.
ICO Plugin for Photoshop http://www.mediacollege.com/adobe/photoshop/plugins/ico/
Name variable (user name) should be always present when automatic node adding by node_save in Drupal. If this parameter is absent and adding goes by the role of superuser (uid=1) variable uid is ignored and changed to 0
We recommend you to try free (GNU GPL) MySQL manager for Windows. Open Source, free for using manager that is developing actively. Very useful.
1. At the very beginning of work don’t forget about original prefix for tables in DB.
2. Check all site pages in IE 7
3. Make sure, that admin with limited rights is developed for client, ant that this admin has enough rights for content editing.
Some time ago client asked us to output ICQ status in contact block, to make users see if manager is online for chat. This module was implemented with the use of hook_filter.
1. Cross browser testing
Site should work fine in IE6-8, FF3+, Opera9+, Safari4+, Chrome4+
2. Always define background colour for body even if it’s white.
3. If you use css hacks comment them, or better use css_browser_selector.js. Remember about layout designers, that will work with this layout afterwards.
It’s a common fact that standard drupal edit node form is not user friendly at all. There are too many of confusing elements and field-sets.
.someclass {
opacity: 0.3;
filter: alpha(opacity=30); /* for IE */
}
Insert it in hook_form_alter implementation in your custom module