Needs work
Project:
Views Tagadelic
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2010 at 01:17 UTC
Updated:
19 Jul 2011 at 19:43 UTC
The query doesn't pull the NID. One option is changing the view to accept row plugins as the attached patch does.
| Comment | File | Size | Author |
|---|---|---|---|
| tagadelic_views.patch.txt | 679 bytes | wwhurley |
Comments
Comment #1
dawehnerIf you need the nid, you could also add the field in your style plugin dynamically.
Comment #2
indytechcook commentedHas anyone tested this patch?
Comment #3
dwwIt sort of works (if you apply it, you have to manually add the nid field yourself), but it's not the right way to solve this problem. If the style plugin can alter the query, it should just grab the nid itself.
Comment #4
seehawk commentedSubscribing.
Comment #5
theusualsuspect commentedany news here? I need a tagadelic view asap, and since the upgrade to views 3 I have no view anymore. Are there any alternatives. I don't quite understand, what you mean by manually adding the nid field, dww? Can you help me out with that? You mean in the module itself?
Thanks folks.
Comment #6
dawehnerAdd the field to the query: $this->view->query->add_field
Comment #7
theusualsuspect commentedthanks dereine, it worked.
Comment #8
indytechcook commented@theusualsuspect patch please?
Comment #9
Eaglecanada commentedI am use it with view 3, tagadelic appears on the style. Applied the patch mentioned above, get nothing.
To dereine:
where to add this field? in View/Fields? select what field to add? global custom field?
details please! Thanks!
Comment #10
dawehner@Eaglecanada
This is about adding it programmatically in the code of tagadelic.
Comment #11
Eaglecanada commentedHi Dereine,
Thanks for your prompt response.
Which script & what line should I insert this code? tagadelic.module?