undefined

Fix for http://home2.paulschou.net/tools/xlate/

  1. 01110011 01101111 01110010 01110010 01111001 00100000 01100001 01100010 01101111 01110101 01110100 00100000 01110100 01101111 01111000 01101001 01100011 00100000 01100011 01101100 01101001 01100101 01

Fix for Fix for http://home2.paulschou.net/tools/xlate/

  1. 01110011 01101111 01110010 01110010 01111001 00100000 01100001 01100010 01101111 01110101 01110100 00100000 01110100 01101111 01111000 01101001 01100011 00100000 01100011 01101100 01101001 01100101 01

Fix for http://home2.paulschou.net/tools/xlate/

  1. 01110011 01101111 01110010 01110010 01111001 00100000 01100001 01100010 01101111 01110101 01110100 00100000 01110100 01101111 01111000 01101001 01100011 00100000 01100011 01101100 01101001 01100101 01

Code

  1. function media_transcode_queue_nodeapi(&$node, $op, $a3 = NULL, $a4 = NULL) {
  2.   switch ($op) {
  3.     case 'load':
  4.       if ($node->field_processed[0]['value'] != '1') {
  5.         cache_clear_all();
  6.  

Fix for Workflow Buttons

  1. /**
  2.  * Implementation of hook_form_alter().
  3.  */
  4. function workflow_button_form_alter(&$form, $form_state, $form_id) {
  5.   global $user;
  6.  
  7.   if ($form['#id']=='node-form') {
  8.     if(isset($form['work

Workflow Buttons

  1. /**
  2.  * Implementation of hook_form_alter().
  3.  */
  4. function workflow_button_form_alter(&$form, $form_state, $form_id) {
  5.   global $user;
  6.  
  7.   if ($form['#id']=='node-form') {
  8.     if(isset($form['work

Fix for example of URL detection

  1. <?
  2. $uri_request_id = $_SERVER['REQUEST_URI'];
  3. $section = explode("/", $uri_request_id);
  4. switch ($section[1]) {
  5. case 'archive':  return TRUE; break;
  6. }
  7. ?>

Fix for Code

  1. // Feature : in node templates, we need the themed output for individual fields available in $FIELD_NAME_rendered variables

attach files to nodes

  1. $fid = db_result(db_query("SELECT MAX(f.fid) FROM {files} f"));
  2.                 $new_fid = $fid +1;
  3.                 $nid = db_result(db_query("SELECT MAX(n.nid) FROM {node} n"));
  4.                

TitleWindow draggable border

  1.                         private function makeBorderDraggable(): void {
  2.                                 this.addEventListener(MouseEvent.MOUSE_DOWN, function(event: MouseEvent): void {
  3.                                 if (enabled && isPopUp) {
Syndicate content