Groups
Groups
Sign in
Groups
Groups
drupal-hackers
Conversations
About
Send feedback
Help
drupal-hackers
1–7 of 7
Mark all as read
Report group
0 selected
kenorb
12/13/10
Remove duplicated Drupal messages without hacking
Solution: $_SESSION['messages']['status'] = array_unique($_SESSION['messages'
unread,
Remove duplicated Drupal messages without hacking
Solution: $_SESSION['messages']['status'] = array_unique($_SESSION['messages'
12/13/10
kenorb
2
12/2/10
How to render simple redirect button
Server-side inline version: $button = array('#type' => 'form', 'my_button'
unread,
How to render simple redirect button
Server-side inline version: $button = array('#type' => 'form', 'my_button'
12/2/10
bronek
2
11/29/10
How to write HTML posts on that forum.
http://sites.google.com/site/tomihasa/google-groups-faq#htmlinmessages Q: Can I use features such as
unread,
How to write HTML posts on that forum.
http://sites.google.com/site/tomihasa/google-groups-faq#htmlinmessages Q: Can I use features such as
11/29/10
kenorb
11/29/10
How it's possible to execute PHP code within Drupal core without hacking the core.
Solution: http://php.net/register_tick_function See also: http://php.net/manual/en/control-structures
unread,
How it's possible to execute PHP code within Drupal core without hacking the core.
Solution: http://php.net/register_tick_function See also: http://php.net/manual/en/control-structures
11/29/10
kenorb
11/29/10
How to force Drupal to redirect if it doesn't work
Sometimes successful redirection depends on destination variable, weight of modules, etc. Sometimes
unread,
How to force Drupal to redirect if it doesn't work
Sometimes successful redirection depends on destination variable, weight of modules, etc. Sometimes
11/29/10
kenorb
11/29/10
How to override Drupal error handler in 6.x?
Drupal error handler is defined in common.inc http://api.drupal.org/api/drupal/includes--common.inc/
unread,
How to override Drupal error handler in 6.x?
Drupal error handler is defined in common.inc http://api.drupal.org/api/drupal/includes--common.inc/
11/29/10
kenorb
11/29/10
How to check the module using the filename
/** * Detect module name by file */ function debugger_api_module_via_file($file) { static $mods; if (
unread,
How to check the module using the filename
/** * Detect module name by file */ function debugger_api_module_via_file($file) { static $mods; if (
11/29/10