I installed the module and it configures fine. Finds the vocabularies, creates block etc. But the block does not display anything. I am using alias for the taxonomy names.
Does that have anything to do with my problem?
Drupal 4.6.3, PHP 5, Apache 2.0
Can any body tell me how to trouble shoot this
Regards
Ron
Comments
Comment #1
nedjoYes, I think it's a matter of the module not (yet) supporting taxonomy path aliases. You could confirm this by navigating to the non-aliased taxonomy paths.
Comment #2
ron_mahon commentedNo it does the same thing. I going to look around for a PHP4.3 site that I can try?
I also tried the Block code at http://drupal.org/node/2498 with no luck. That code looks old so I'm not shore it should work.
Thanks
Ron
Comment #3
ron_mahon commentedUpdate it seams that some of the problems could be related to PHP5
I created a test site at http://download-university.com/
I have two vocabularies present one for navigation and one for web links.
I can get it to display the second vocabulary from web links when I select something from that vocabulary.
The behavior I was hoping for was for the web links to show up when the first Vocabulary is selected.
Example if I select advertising from the main navigation menu (first vocabulary) a block would appear of all the weblink’s (second vocabulary) I see the problem with this now, the two vocabularies have the same names but are not related.
I need two vocabularies because I do not want the articles from Vocabulary 2 showing up in the content with the vocabulary 1’s, and vice versa.
The other problem is that I am using taxonomy menu for the main navigation.
Example
Main http://download-university.com/taxonomy_menu/10/221 Does not display context
Weblink http://download-university.com/taxonomy/term/296/9/ Works fine displays in block
I am posting this to both weblink and taxonomy-context in the hop that other people may want to join me in paying to have this functionality created.
The main reason this is need is one of S.E. O. The way this site is configured it look like spam to the engines. The other way if would enhance the page rank.
Best Regards
Ron
Comment #4
ron_mahon commentedPart of the problem has to do with page alias. All thought it is very strange.
In the test site http://tech-mall.com I used taxonomy_menu for the main menu.
I then aliased each taxonomy_term to a search engine friendly term.
When I select any top-level term the taxonomy_contex block does not show. (Located in the left pain)
However, when I select a second level term the context block shows with the exception that the present level is omitted. You can see this action at http://tech-mall.com/Links-fron-other-sites
Now if I select on the parent breadcrumb I get on the center panel a listing of all the main terms. See it here http://tech-mall.com/taxonomy/term/221.
When it show up it is perfect exactly what I am looking for
Any ideas?
Best regards
Ron
Comment #5
ron_mahon commented4.7.0 fixed most problems
Comment #6
(not verified) commented