Closed (fixed)
Project:
Views Tagadelic
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
1 Feb 2011 at 19:31 UTC
Updated:
3 May 2012 at 07:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
off commentedSubscribe
Comment #2
basicmagic.net commentedsubscribe
Comment #3
Yorgg commentedsubscribe
Comment #4
rickmanelius commentedis the above submitted module good enough to place as a D7 port? I'm planning on using it... but want to know if this module plans on living beyond D6.
Comment #5
lesleyfernandes commentedsubscribing
Comment #6
tesmon commentedSubscribing
Comment #7
Anonymous (not verified) commentedSubscribing
Comment #8
thememex commentedsubscribe
Comment #9
dwhutton commentedsubscribe
Comment #10
mobyview commented?
Comment #11
basicmagic.net commentedhere is the link...
https://github.com/berkes/tagadelic/tree/7.x-1.x
vincent, in buffalo
http://basicmagic.net
Comment #12
geek-merlinsub
Comment #13
perhenrik commentedAnyone has an answer to this?
Comment #14
yareckon commentedsubscribe
Comment #15
yareckon commentedsub
Comment #16
dreadlocks1221 commentedsubscribe
Comment #17
jwilson3subscribe. Tagadelic module, is working fine for d7, but without the accompanying views integration its utility is fairly crippled :'(
Comment #18
damienmckennaCorrect URL for the D7 branch on github: https://github.com/berkes/tagadelic/tree/7.x-1.x
Comment #19
jwilson3Also, the d7 dev snapshot of tagadelic on drupal.org is fairly in sync and up-to-date.
Comment #20
MGParisi commentedThe D7 branch maybe modified for count and weight. Its not outside of its current scope:)
Comment #21
Valeratal commentedsubscribe
Comment #22
cesareaugusto commentedsubscribe
Comment #23
muka commentedHi,
I've attempted to implement some views hooks to get it working on drupal 7.
There is a style plugin called tagadelic which render weighted tags.
I'm a views api newbie so code is messy... hope could be a starting point
note: tags sorting use the settings from tagadelic, ignoring views sorting options
L
Comment #24
smitty commentedThanks for your work! This works fine, if you have a View which displays a field of taxonmy-items.
I tried it also with a view which has fields of a node. As soon as I choose the Tagadelic list in this view I get this error:
Comment #25
cesareaugusto commentedwhich is the state of this port?
Comment #26
zach harkey commentedAny chance the maintainer could create a proper 7.x-1.x-dev branch so folks can try to contribute to this project?
Also, this thread is about creating a 7.x version of tagadelic_views which is not the same thing as tagadelic. So, please don't keep linking to external ports of the tagadelic module.
Comment #27
brcxdok commentedSubscribe. Any update?
Comment #28
perarnet commentedsorry, wrong thread.
Comment #29
geek-merlinComment #30
Yorgg commentedI haven't seen a single red notice or error.
tagadelic 7.x-1.dev
views 7.x-3.0
#23 Works perfectly on my lamp.
Comment #31
ressaAre you using tagadelic_views?
Comment #32
Yorgg commentedYes I am, with the code from muka.
I can confirm that it is working on right now.
Comment #33
Refineo commentedHello I would like to help testing.
Any plans for 7.x-dev version soon ?
Comment #34
jayhariani commented@smitty - That error seems to pop up when you aren't using Taxonomy Terms as your base table in Views. Create a new view with the "Show -> Taxonomy Terms" option. With the base table set as Taxonomy Terms, #23 works for me (views 7.x-3.3).
Comment #35
muka commentedHi, I've pushed the #23 code on github https://github.com/muka/tagadelic_views
I'm going to contact the previous mantainer to see if I can mantain the 7.x version.
Any help would be really appreciated!
Bye :)
Comment #36
playfulwolf commentedafter installing #35 and trying to build a view, getting
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '= taxonomy_index_taxonomy_term_data.tid WHERE (( (node.status = '1') )) GROUP BY' at line 1
some syntax error I guess
Comment #37
mrfelton commentedPatch against the code in github, adds tagadelic as a dependency, and adds compatibility with #1531268: More link should be optional in theme_tagadelic_weighted to remove the more link (this should be added by views, not tagadelic).
Comment #38
muka commentedThank you,
This week I'm going to look how to handle the case that the base table is not taxonomy term, then I'll update with your patch too on git.
Comment #39
ressaComment #40
cesareaugusto commentedWhy developing on GitHub? Not everyone knows how to use it, and it is not integrated with the Drupal module update system. Why don't you put a standard Drupal release here? Even a dev one so that more people may help testing and keep its dev version constantly up to date.
Comment #41
mrfelton commented^ +1
Comment #42
muka commentedI agree with you, but there are some step to respect, as said here: http://drupal.org/node/251466
Comment #43
Yorgg commentedHi muka,
Meanwhile have you got your note from October 19, 2011, #23 "note: tags sorting use the settings from tagadelic, ignoring views sorting options" a second thought?
I really need this option preferably sorting via date field?
I have a view sorting the taxonomy terms from a relative date and sometimes I have content tagged with equal terms featured in the cloud showing up empty links.
Kind Regards,
Jorge.
Comment #44
muka commentedHi,
I got now the super-cow mantainer powers :)
Here is a initial dev version for 7.x
https://github.com/muka/tagadelic_views/tree/7.x-1.x
Here the changelog:
https://github.com/muka/tagadelic_views/blob/a7b8fe48f1cbd54a7df9b5363ae...
Soon I'll update the project information (I need some time to understand how to handle the project on drupal.org)