Closed (duplicate)
Project:
Taxonomy Menu
Version:
5.x-1.03
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2008 at 20:00 UTC
Updated:
1 Feb 2009 at 22:23 UTC
Feature Request:
Implement pathauto and token hooks to allow for bulk customizable creation of url aliases for taxonomy_menu items. Attached is a patch that adds a taxonomy_menu_pathauto.inc file, and a require_once() call in the taxonomy_menu.module file (I wasn't sure where you would want the require_once() call, so I put it at the end of taxonomy_menu.module).
Sorry that this is for D5.x, I just needed it ASAP for a D5.x installation, will likely update for D6.x in the future.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_menu_pathauto_0.patch | 5.66 KB | q0rban |
Comments
Comment #1
q0rban commentedoops, duplicate feature request: http://drupal.org/node/192493
Comment #2
elkin_taharon commentedHi guys, any advance on this path for D6 ?
Comment #3
q0rban commentedDepends on how bad you need it. I don't have any immediate plans to update this for D6.x (not until I need it anyways). It would probably take about 1-2 hours of my time to update it. Are you interested in sponsoring the functionality?
Comment #4
fumbling commentedSubscribing, need for D6
Comment #5
mathis commentedYes that would be great for D6!
Comment #6
ckidowSubscribing
Comment #7
ckidowSo I couldn't wait and I tried a little around... the only thing you have to do is to put the require_one-snippet at the end of the taxonomy_menu.module and create a file called taxonomy_menu_pathauto.inc and put this into it:
!!! Important !!!
The only thing I changed in the taxonomy_menu_pathauto.inc is the function name "taxonomy_get_vocabulary" into "taxonomy_vocabulary_load" and it works perfect for me. Just go to /admin/build/path/pathauto and at the end you find the "Taxonomy Menu path settings" and the selectbox "bulk generating".
IT WORKS FOR ME! :)