I needed this functionality for a D7 installation...
Find attached a basic port to the new D7 platform.
No new functionality.

Based on 6.x-1.x-dev.

CommentFileSizeAuthor
#4 d7.patch14.99 KBkrokkie
d7.patch14.54 KBkrokkie

Comments

quazardous’s picture

thx a lot !

i ll init a 7.x branch.

maybe you could become co-maintener ?

quazardous’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
quazardous’s picture

Status: Needs review » Patch (to be ported)

sorry i ve trouble getting the patch to work without errors...

I ve tried from eGit and from command line...

could you recheck your patch against 7.x (just a raw copy for now) ?

krokkie’s picture

StatusFileSize
new14.99 KB

Hi

I'm not an active developer on drupal.... only spare-time. But you can add my name as a co-maintainer, i've got a pretty good idea how all of this works.

I've created a new patch based on your d7 branch, following the instructions on http://drupal.org/node/840132/git-instructions/7.x-1.x

Thanks
Gerhard

quazardous’s picture

sorry cannot apply patch...

Scott J’s picture

Has anyone managed to get D7 version working yet?

I just tried downloaded the version at http://drupal.org/node/840132/git-instructions/7.x-1.x which looks to have been patched. I'm not seeing any errors, but I'm not seeing any sub-terms either.

quazardous’s picture

nope... the patch in #4 should be pass on the 7.x-1.x branch (taht is just a raw copy of 6.x-1.x branch) but i get errors...
try to patch your copy...

or maybe krokkie should just post a tarball of his folder...

Scott J’s picture

OK, after a quick education on how to use git, I have applied the patch http://drupal.org/files/issues/d7_17.patch at the top of this issue to 6.x-1.x branch.

No problems reported, and the module causes no errors, but what behaviour should I be seeing?

quazardous’s picture

for 6.x the module just force the display of node from subterms in the taxonomy page and optionnaly add a list of the subterms (like a menu)
You have to modify the options in taxonomy vocabulary/terms form.

7.x should do the same, but it s krokkie 's work.

PS : i m not familiar with git, wich commands did u use to patch (i followed the instruction but gets error at patch time...)

krokkie’s picture

Status: Patch (to be ported) » Fixed

Hi

I have applied the d7 changes to the GIT repository at:
git clone --branch 7.x-1.x http://git.drupal.org/project/taxonomy_subterms.git

For some time this was different from http://ftp.drupal.org/files/projects/taxonomy_subterms-7.x-1.x-dev.zip,
I'm not sure why... did not have the time to find the cause for this.

But I've check today, and the most recent version at http://ftp.drupal.org/files/projects/taxonomy_subterms-7.x-1.x-dev.zip does contain my last changes.... and this should work under d7.

Remember to set the "depth" on the number of levels to show on the vocabulary level.
The default for each vocab is: TAXONOMY_SUBTERMS_DISABLE, while the terms default is to INHERIT this setting.

G

quazardous’s picture

thx krokkie

Scott J’s picture

It does work!
Thank you.

jarobinson1c’s picture

7.x-1.x-dev doesn't work at all! no error messages, the module IS installed/enabled and enabled the Taxonomy subterms and the Taxonomy subterms Map for the specific term that I want to use.

quazardous’s picture

Status: Fixed » Postponed (maintainer needs more info)

for 7.x branch you have to ask krokkie ...

manos_ws’s picture

krokkie has to post anything for over a year now.

Please view this http://drupal.org/node/1182508#comment-6236612 the second issue makes the module usuable in d7