Welcome Guest, Not a member yet? Register   Sign In
Taggly, a tag-cloud library
#21

[eluser]murphy2006[/eluser]
Hi Gavin,

It worked perfectly, thanks!
I am trying to get the above code to work with the CI Calendar class too to create the needed array that is supposed to look like the below according to the User Guide:

Code:
$data = array(
               3  => 'http://your-site.com/news/article/2006/03/',
               7  => 'http://your-site.com/news/article/2006/07/',
               13 => 'http://your-site.com/news/article/2006/13/',
               26 => 'http://your-site.com/news/article/2006/26/'
             );

Unfortunately, I get errors with the following code:

Code:
foreach($blog_days as $blog_days):
    
    $tagsArray[] = array($tags->day, $tags->url);
    
    endforeach;

I also tried this but then only the days 1,2 and 3 become links and not the chosen dates and the strange thing is that these tree days are the same, no matter what month I chose.
Code:
// Create the array for the calendar

    $data = array();
    
    foreach($blog_days as $blog_days):
    
    array_push($data,$blog_days->day,$blog_days->url);
    
    endforeach;

    // Display the tag cloud

    echo $this->calendar->generate(2008, 1, $data);

Please help, how should the code to produce the correct array look?

Kind Regards,
Daniel


Messages In This Thread
Taggly, a tag-cloud library - by El Forum - 11-06-2007, 04:45 PM
Taggly, a tag-cloud library - by El Forum - 11-06-2007, 05:27 PM
Taggly, a tag-cloud library - by El Forum - 11-06-2007, 10:09 PM
Taggly, a tag-cloud library - by El Forum - 11-06-2007, 10:54 PM
Taggly, a tag-cloud library - by El Forum - 11-07-2007, 05:09 AM
Taggly, a tag-cloud library - by El Forum - 11-07-2007, 09:48 AM
Taggly, a tag-cloud library - by El Forum - 11-07-2007, 10:21 AM
Taggly, a tag-cloud library - by El Forum - 11-07-2007, 03:32 PM
Taggly, a tag-cloud library - by El Forum - 11-07-2007, 03:34 PM
Taggly, a tag-cloud library - by El Forum - 11-07-2007, 04:30 PM
Taggly, a tag-cloud library - by El Forum - 11-07-2007, 04:37 PM
Taggly, a tag-cloud library - by El Forum - 11-07-2007, 05:16 PM
Taggly, a tag-cloud library - by El Forum - 11-07-2007, 05:50 PM
Taggly, a tag-cloud library - by El Forum - 11-07-2007, 11:25 PM
Taggly, a tag-cloud library - by El Forum - 11-07-2007, 11:48 PM
Taggly, a tag-cloud library - by El Forum - 11-08-2007, 09:58 AM
Taggly, a tag-cloud library - by El Forum - 11-08-2007, 10:23 AM
Taggly, a tag-cloud library - by El Forum - 11-08-2007, 10:36 AM
Taggly, a tag-cloud library - by El Forum - 01-25-2008, 12:18 PM
Taggly, a tag-cloud library - by El Forum - 01-25-2008, 02:36 PM
Taggly, a tag-cloud library - by El Forum - 01-26-2008, 03:04 AM
Taggly, a tag-cloud library - by El Forum - 01-26-2008, 06:39 AM
Taggly, a tag-cloud library - by El Forum - 01-26-2008, 10:32 AM
Taggly, a tag-cloud library - by El Forum - 01-26-2008, 12:49 PM
Taggly, a tag-cloud library - by El Forum - 01-26-2008, 01:45 PM
Taggly, a tag-cloud library - by El Forum - 01-26-2008, 02:01 PM
Taggly, a tag-cloud library - by El Forum - 01-26-2008, 09:41 PM
Taggly, a tag-cloud library - by El Forum - 01-28-2008, 03:12 PM
Taggly, a tag-cloud library - by El Forum - 01-28-2008, 04:27 PM
Taggly, a tag-cloud library - by El Forum - 01-28-2008, 04:56 PM
Taggly, a tag-cloud library - by El Forum - 04-23-2008, 03:43 AM
Taggly, a tag-cloud library - by El Forum - 11-28-2008, 10:26 AM
Taggly, a tag-cloud library - by El Forum - 11-28-2008, 10:29 AM
Taggly, a tag-cloud library - by El Forum - 06-09-2010, 04:24 AM
Taggly, a tag-cloud library - by El Forum - 06-09-2010, 05:05 AM
Taggly, a tag-cloud library - by El Forum - 06-09-2010, 08:06 AM
Taggly, a tag-cloud library - by El Forum - 08-05-2010, 10:54 AM
Taggly, a tag-cloud library - by El Forum - 11-29-2010, 04:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB