https://github.com/berkes/tagadelic/tree/DRUPAL-7--1
already done.

any plans to port this module to d7? thanks.

Comments

off’s picture

Subscribe

basicmagic.net’s picture

subscribe

Yorgg’s picture

subscribe

rickmanelius’s picture

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

lesleyfernandes’s picture

subscribing

tesmon’s picture

Subscribing

Anonymous’s picture

Subscribing

thememex’s picture

subscribe

dwhutton’s picture

subscribe

mobyview’s picture

?

basicmagic.net’s picture

geek-merlin’s picture

sub

perhenrik’s picture

Anyone has an answer to this?

yareckon’s picture

subscribe

yareckon’s picture

sub

dreadlocks1221’s picture

subscribe

jwilson3’s picture

subscribe. Tagadelic module, is working fine for d7, but without the accompanying views integration its utility is fairly crippled :'(

damienmckenna’s picture

Correct URL for the D7 branch on github: https://github.com/berkes/tagadelic/tree/7.x-1.x

jwilson3’s picture

Also, the d7 dev snapshot of tagadelic on drupal.org is fairly in sync and up-to-date.

MGParisi’s picture

The D7 branch maybe modified for count and weight. Its not outside of its current scope:)

Valeratal’s picture

subscribe

cesareaugusto’s picture

subscribe

muka’s picture

Status: Active » Needs work
StatusFileSize
new3.23 KB

Hi,
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

smitty’s picture

Thanks 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:

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') AND (node.t' at line 1
cesareaugusto’s picture

which is the state of this port?

zach harkey’s picture

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

brcxdok’s picture

Subscribe. Any update?

perarnet’s picture

sorry, wrong thread.

geek-merlin’s picture

Title: Drupal 7 port? » Drupal 7 port of views tagedelic
Yorgg’s picture

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

ressa’s picture

Are you using tagadelic_views?

Yorgg’s picture

Yes I am, with the code from muka.
I can confirm that it is working on right now.

Refineo’s picture

Hello I would like to help testing.
Any plans for 7.x-dev version soon ?

jayhariani’s picture

@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).

muka’s picture

Hi, 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 :)

playfulwolf’s picture

after 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

mrfelton’s picture

StatusFileSize
new1.47 KB

Patch 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).

muka’s picture

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

ressa’s picture

Title: Drupal 7 port of views tagedelic » Drupal 7 port of views tagadelic
cesareaugusto’s picture

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

mrfelton’s picture

^ +1

muka’s picture

I agree with you, but there are some step to respect, as said here: http://drupal.org/node/251466

Yorgg’s picture

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

muka’s picture

Assigned: Unassigned » muka
Status: Needs work » Closed (fixed)

Hi,
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)