Closed (fixed)
Project:
Taxonomy display
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2011 at 13:28 UTC
Updated:
14 Sep 2011 at 20:41 UTC
Hi, I just got started with this module and I am liking it a lot.
However, I cannot get my head around the following issue: Until now I did all my term-display related stuff in my own little module via the hook_term_page_view(). Within that function I build the complete taxonomy term render array, set the active menu and set breadcrumbs. I am not quite sure how to adapt that to be used in conjunction with your plugin.
Any help regarding that would be very much appreciated
Comments
Comment #1
codycraven commentedfelixSchl, I have posted a plugin module creation guide for the term display plugin. You'll be my guinea pig for the documentation so if anything is difficult to understand please create an issue and I'll work at ironing out any rough edges.
Once you have followed that guide you should be able to figure out how to build a breadcrumb plugin by looking at the handlers/breadcrumb/core.inc file in the taxonomy display module.
Also, if you make any plugins that you would think other users would find useful please post them either as an issue or as a contributed module of their own and I'll be happy to review/include them or link to them, respectively.
Comment #2
felixSchl commentedDude this is amazing.
Got it to work in the turn of a hand! About, breadcrumbs etc, - actually I just set them manually in my displayTerm() function - this means I have the same level of access here as before.
Sorry, I am not too confident coding to write and contribute a module back but as a guinea pig I gotta say the documentation is very helpful. I cannot really comment on the form stuff either as I did not use this :)
Comment #3
codycraven commentedGlad it was all understandable and worked out. I'll be adding a specific breadcrumb how to as soon as I can think of an example.
Comment #4.0
(not verified) commentedforgot a word