Hey,
I was searching for a possibility to use fields in a Taxonomy term view.
#995646: Add ability to add taxonomy/term fields to node views in header/footer should helped me, but after updating to the newest dev version (7.x-3.x-dev 2011-Apr-14 ) I resived this error:

Notice: Undefined property: view::$style_plugin in view->get_title() (line 1203 of /var/kunden/webs/bcweb/spiderkingz/d7/sites/all/modules/views/includes/view.inc).
Notice: Undefined property: views_plugin_style_default::$row_tokens in views_plugin_style->tokenize_value() (line 127 of /var/kunden/webs/bcweb/spiderkingz/d7/sites/all/modules/views/plugins/views_plugin_style.inc).

also the title of my Taxonomy term view isen't showing correctly by default (%1)

CommentFileSizeAuthor
#2 1127686-tokens-row_style.patch1.3 KBdawehner

Comments

dawehner’s picture

Priority: Critical » Normal

@hydra: You should really lookup the difference between notices/errors and warnings.

Update priority.

Some facts:

* Currenty tokens are only availible for fields and arguments.
* Taxonomy/term don't have fields as row plugins by default, so there are not fields.
* So the idea is to actually let arguments expose some additional tokens/use tokens system

dawehner’s picture

StatusFileSize
new1.3 KB

Here is a patch which just fixes the bug itself. There is still no way to add the term description as token.

dawehner’s picture

Status: Active » Fixed

And commited. Thanks for reporting!

Status: Fixed » Closed (fixed)

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