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)
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1127686-tokens-row_style.patch | 1.3 KB | dawehner |
Comments
Comment #1
dawehner@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
Comment #2
dawehnerHere is a patch which just fixes the bug itself. There is still no way to add the term description as token.
Comment #3
dawehnerAnd commited. Thanks for reporting!