Anyone using image or img_assist in 4.7beta3?

I've installed and can use the basic image.module functions. "create content" has an image option, i can create a page and the image is correctly displayed.

however... i can't figure out how to make an image gallery, well I can, but I can't get any images into it!!

how to access flexinode created thumbnails?

with the flexinode image field, there are options for automatically creating thumbnails. These are created in the /files folder. How can I include the thumbnail in my template, what is the format of the variable that refers to the thumbnail?

Thanks

Create a node in an action and make sure workflow knows about it?

Hi

I have 4.7-beta3 with actions and workflow installed. I create a custom node (A) which has a workflow (WA) associated with it. One of the actions is to create an instance of another type of node (B) which has another
workflow (WB) associated with it.

When WA implements the action to create B:

function action_fhsstadmin_createevaluationentry($op, &$edit, &$node) {
   $roles_array = user_roles();
   ksort($roles_array);
   $roleids_array = array_keys($roles_array);

   switch($op) {
     case 'metadata':
       return array(
         'description' => t('Submit for evaluation ...'),
         'type' => t('Node'),
         'batchable' => false,
         'configurable' => true,
       );
       break;
     case 'do':
        $edit = new StdClass();
        $edit->pageuid = $node->uid;
        $edit->pageid = $node->nid;
        $edit->title = $node->title." Evaluation";
        if ( $node->month && ! $node->generated_date ) {
        $edit->created = mktime ( 0, 0, 0, $node->month, $node->day, $node->year);
        $edit->changed = $edit->created;
        }
        node_save($edit);
        //workflow_nodeapi($edit,'insert');
     break;
     case 'form':
     break;
   }
}

B is created via the node_save call but when I edit B the workflow states don't register - I check that workflow_node database but B isn't registered as being created. I presume that workflow_nodeapi wasn't called. Even if I uncomment the line above:

HMTL bug in 4.7.0-beta 3

Theres a bug with HTML in the latest beta. Using any HTML tags in a post and then saving it results in the HTML tags being removed. Ive tried this on a fresh install, which also removes markup. Has anyone else filed an issue yet, or is this some unique bug due to an unusual configuration. Im running this in a test install on php 5.1.1 through FastCGI and Apache.

sobre todo relacionado con la informatica

que es la informatica opinen sobre eso y los sistemas operativos que hay

New fancy theme for the Community

I am just developing a new theme for the Drupal Community. It's still in the process. All the themes look like the same routine. I want to made a bit colorful. So i added colros to the basic bluemarine theme.

Overview

1. Graphical Tabs
2. Each Tab has different coclor.
3. Different colors for blocks.
4. sIFR for Node titles

If anybody intrested you can see it here http://careers.gleez.com/

Please bear me if i am wrong and let me know i am not a coder. New ideas are welcome.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x