Seems to be a really cool module.
I think this would make a heck of a sitemap. Anybody agrees?

Though a drupal 6 version is highly appreciated, as i need the multilingual features.

Thanks for sharing :)

Comments

no2e’s picture

would be very cool (bump)

e-roula’s picture

So is it going to be a Drupal 6 version? Or is there anything similar for Drupal 6?

vacilando’s picture

Version: 5.x-1.x-dev » 6.x-1.0
Status: Active » Fixed

Yep, here we go :-)

HG is in D6 and better than ever, but still only for menus.

Give it a try and open new tickets about issues or requests as needed.

Taxonomy will be supported soon, possibly on basis of #286104: Taxonomy Hypergraph for Drupal 6.x. I plan to work on it as soon as possible, but cannot promise any date. If you want to speed it up, provide working patches or kindly donate at http://vacilando.net/hg

Yasl’s picture

Category: feature » bug
Status: Fixed » Needs review

After install the page will only show the default graph with numbers only and not the menu.

The error says, "Could not find file /sites/all/modules/hypergraph/graphs/hg.php?par=reserved&ctr=centernode&src=m&dummy=.xml. Start applet with default graph"

What am I missing?

Thanks,
- Yasl

sytru’s picture

Status: Needs review » Active

Same parsing error here.

mos-eisley.dk’s picture

Hi,

I have been looking at the hg.php - try these changes:

First, the hgmodule path gets wrong in my system, part of it are double

Line in hg.php: $hgmodulepath = str_replace("?q=", "", $hgmodulepath);
Insert after: $hgmodulepath = "http://mysite.com/site/modules/hypergraph";

Second, if cached version is used, things go wrong in my system:

Insert before line below:if (1==1) {
Remark this out: #if ($lastchanged === false or (time() - $lastchanged > ($hgcachexpire))) {

Third, this expression just fails:

Remark this out: #if(substr($key,0,strlen($selectedmenu))==$selectedmenu){

and the corresponding }

This makes the module work for me, but the menu's are still not correct, please report back at bnp@mos-eisley.dk if above tips got You further.

xanderol’s picture

I'm getting the same error also. The fix above did not work for me

rkodrupal’s picture

Category: bug » task

watching

martyni’s picture

I have the same problem. It seems that hg doesn't work with Drupal 6 :(

drupalinside’s picture

subscribe