Feed items

  • warning: Declaration of views_handler_argument::init(&$view, &$options) should be compatible with views_handler::init(&$view, $options) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_argument.inc on line 48.
  • warning: Declaration of views_handler_filter_boolean_operator::value_validate(&$form, &$form_state) should be compatible with views_handler_filter::value_validate($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_filter_boolean_operator.inc on line 111.
  • warning: Declaration of views_plugin_row_node_view::options_form(&$form, &$form_state) should be compatible with views_plugin_row::options_form($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/modules/node/views_plugin_row_node_view.inc on line 35.

Improvement of form usability in Drupal

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.





Transparency with the help of CSS

.someclass     {
      opacity: 0.3;
      filter: alpha(opacity=30); /* for IE */
}
   





Hiding user 1 from administrator with limited rights

Insert it in hook_form_alter implementation in your custom module





2checkout

Peculiarities of e-payment system functioning in Demo mode. Use value 1 as order number In Demo mode even if in post request correct order number is set. In this case MD5 hash is generated right. By the way, it’s not implemented in current module 2checkout of Ubercart.





Login Destination

There is peculiarity in Drupal - after login user is redirected to profile page, you can change it with this very module.
http://drupal.org/project/login_destination





PHP 8.0.0 Release Candidate 4 available for testing

The PHP team is pleased to announce the tenth testing release of PHP 8.0.0, Release Candidate 4.

At this time, we're not planning to adjust the GA date,
however this may change during the course of the RC cycle.
The updated release schedule can, as always, be found on the
PHP Wiki page about the PHP 8.0.