Drupal 6 version of Hypergraph

wuf31 - August 23, 2008 - 19:08
Project:Hypergraph
Version:6.x-1.0
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

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 :)

#1

no2e - April 8, 2009 - 06:26

would be very cool (bump)

#2

e-roula - May 31, 2009 - 04:06

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

#3

vacilando - July 26, 2009 - 21:02
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

Yasl - August 7, 2009 - 15:36
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

sytru - October 3, 2009 - 15:48
Status:needs review» active

Same parsing error here.

#6

mos-eisley.dk - November 2, 2009 - 19:51

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.

 
 

Drupal is a registered trademark of Dries Buytaert.