Welcome Guest, Not a member yet? Register   Sign In
calendar
#1

[eluser]AndyBrandy[/eluser]
Hello,

i need a calendar, where each day is link like this:
http://your-site.com/news/article/year/month/day/

But in user guide is variable, where i must this set..
Can i make it automaticly?

Thanks
#2

[eluser]RaZoR LeGaCy[/eluser]
I need this also

thanx
#3

[eluser]Michael Wales[/eluser]
Make your links like you stated then call the calendar class as such:
Code:
$this->load->library('calendar');
echo $this->calendar->generate($this->uri->segment(3), $this->uri->segment(4));




Theme © iAndrew 2016 - Forum software by © MyBB