Drupal is up and running but how do I ...?

Update Xtemplate variations to 4.5?

Can someone give me a quickstart on how to go about updating customized xtemplate variations to drupal 4.5?

List of nodes baised on catgory?

Ok, for 4.3 there was a module called TaxoList Filter, Basically, what it did was when used in a node page, it would list every node related to a certain category. Is there anything like this for the new version? I want to be able to list my blog posts by category so people could click on the title of the post and go directly to it. An added bonus would be the date of the post. So is there an already existing module or should i start porting the old code to a new module?

taxonomy_image question

'Lo

I'm trying to insert a function from the taxonomy_image module into the marvin theme (4.5.0 release);

taxonomy_image_display($term->tid);

However it does not display anything when the page is being rendered;

- I can see the image added at the term
- When I hardcode the term id manually e.g. taxonomy_image_display(5); it will show the proper image (I assume something goes wrong in the $term->tid bit however I speak 0 php ;)

Can somebody give me a pointer how on to get this going?

Thanks,
sp00n

taxonomy_menu and removing the word 'Taxonomy' from the Breadcrumb Trail

I have just installed Drupal and getting to grips with taxonomies. I am working on a test site here, and want to use breadcrumbs. Using taxonomy_menu is smashing, but when I select (what I think) a top-level item (like 'Council' in the example above), the breadcrumb says Home >> Taxonomy. When I select lower-level items (like ' Council, Gov...') the breadcrumb reads Home » Taxonomy » Council.

Pending captcha patch - How do I get it?

I am experiencing the captcha bug in the captcha_cron function. The code is not accounting for the fact that there might not be any files to delete, so you get this error:

warning: Invalid argument supplied for foreach() in /[path_removed]/modules/captcha.module on line 28.

I'm getting this error emaied to me once an hour, so it's a bit annoying. I see that someone has uploaded a patch that fixes this error, but I can't seem to figure out how to obtain it. Can someone either a) tell me how I can get the patch, or b) tell me how I can change this code myself to get rid of the error:

function captcha_cron() {
  //Clean up old images
  foreach (glob(variable_get("captcha_image_path", "")."/captcha*.png") as $filename) {
    unlink($filename);
  }
}

Thanks,
Dan Read

Image_filter, full sized images instead of thumbnails

Hi people.

The images inserted in nodes using image_filter are shown original sized instead of being shown as thumbnails. Is this a known problem with some solution? I hope so.

Thanks

Pages

Subscribe with RSS Subscribe to RSS - Post installation