Closed (fixed)
Project:
Tagadelic
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2007 at 17:38 UTC
Updated:
27 Nov 2008 at 11:53 UTC
Jump to comment: Most recent file
Comments
Comment #1
jurgenhaasI have patched the tagadelic.module by replacing
with
This works really nice.
Comment #2
pfaocleFeatures into HEAD, I guess? Patch for suggestion attached, not tested on my side.
Comment #3
pfaocle(Ignore me)
Comment #4
Bèr Kessels commentedFirst priority is a DPL6 release.
Then I will open up head for development on new features and bugfixes.
Comment #5
add1sun commentedJust reporting back that this patch applies with fuzz against 6x-1.0 and works as expected.
Comment #6
Bèr Kessels commentedI recall having duscussed this before, but fail to find that thread:
Why do you check
if (count($tags) == variable_get('tagadelic_block_tags_'. $delta, 12)) {and notif (count($tags) => variable_get('tagadelic_block_tags_'. $delta, 12)) {I would say that the *more* must show in case there are the same, or more tags in the cloud then shown in the block. Is that correct?
Comment #7
cpugeniusmv commentedI think he used == because $tags will never have more than 12 (or whatever the setting contains) elements (the query uses
db_query_rangeto limit the number of results).That works fine, but I think >= is more readable and unambiguous.
Comment #8
pfaocleBumping.
Comment #9
Bèr Kessels commentedLeafish, can you summarise what work needs to be done still?
Comment #10
pfaocleWell, both the patch above and the one attached here work - this one uses ">=" for the reasons in #7. I'm currently using this patch on a single Drupal 6 blog site and its doing the trick.
Comment #11
Bèr Kessels commentedlooks good.
Comment #12
jstoller+1
Comment #13
Bèr Kessels commentedCommitted to DRUPAL-6-1.
Is not in the DRUPAL-6--1-1 release, though, that was released yesterday.
Will be in the next bugfix release and off course in the -dev version.
Also merged into HEAD.