Closed (won't fix)
Project:
Views Bonus Pack
Version:
5.x-1.2-alpha1
Component:
Tag Cloud
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2007 at 16:26 UTC
Updated:
10 May 2008 at 14:31 UTC
This patch gets the tag cloud module working.
URLs were being written out as http:///56
I'm not sure if its proper form. I tried using the $base_path variable, but it wasn't reliable.
This is my first patch.
This is the change:
function theme_vbtg_weighted($terms, $url) {
to
function theme_vbtg_weighted($terms, $url) {
$url = "taxonomy/term";
| Comment | File | Size | Author |
|---|---|---|---|
| views_bonus_tag_cloud.patch | 449 bytes | Andrew_Mallis@drupal.org |
Comments
Comment #1
dmitrig01 commentedThe tag cloud is no longed in the views bonus pack