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

codycraven’s picture

Status: Active » Fixed

felixSchl, 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.

felixSchl’s picture

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

codycraven’s picture

Glad 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

forgot a word