Just ran this through coder.module, but the end result crashes. problem seems that menu_get_menu function does not exist in Drupal 6, but there is no documentation I can find to get around that.

Comments

naheemsays’s picture

Title: Port avatary_gallery to Drupal 6? » Port avatar_gallery to Drupal 6
StatusFileSize
new3.72 KB

and here is my not working patch

naheemsays’s picture

Status: Active » Needs work
flickerfly’s picture

subscribe

csko’s picture

Looking at the avatar_gallery.module file in the CVS repository, I see that avatar_gallery_block() puts menu_get_menu()'s return value into the $menu variable. But as I see it, it does not use it any further, so it might be omitted. Please try this.
Also, take a look at the menu_tree*() 6.x functions.

Zarevac’s picture

Subscribe

kenorb’s picture

any zip dumps please?

naheemsays’s picture

StatusFileSize
new4.15 KB

Just incase people are still interested -this half works, but the resulting image is way too large.

lpt6’s picture

subscribe

--
www.shuoduo.com.cn

naheemsays’s picture

Status: Needs work » Needs review

The patch actually works - you just need to make sure you have decent settings set for it not to overtake the whole page.

brianbrown’s picture

subscribing

kenorb’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)

Drupal 5 and Drupal 6 is no longer officially supported. If you think this issue is still relevant for 8.x, feel free to re-open.