Download & Extend

Drupal 6 version of Hypergraph

Project:Hypergraph
Version:6.x-1.0
Component:Code
Category:task
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#1

would be very cool (bump)

#2

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

#3

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

#4

Category:feature request» bug report
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

#5

Status:needs review» active

Same parsing error here.

#6

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.

#7

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

#8

Category:bug report» task

watching

#9

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

#10

subscribe