| View previous topic :: View next topic |
| Author |
Message |
pkbarbiedoll
Joined: 12 Sep 2008 Posts: 15
|
Posted: Mon Sep 15, 2008 1:55 am Post subject: |
|
|
| esoft_ian wrote: |
Hi,
Which one, exactly? |
It's easy (or should be) - but I cannot find where to add the <a href...>. On the mini-cal, when an event is listed in bold - I need to make that into a link to the full calendar with that current month/year. |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5279
|
Posted: Mon Sep 15, 2008 3:56 pm Post subject: |
|
|
Hi,
Do you mean using the calendar publisher? Make sure that on the General tab, the "Static" option is not selected.
Let me know if this doesn't resolve it. |
|
| Back to top |
|
 |
pkbarbiedoll
Joined: 12 Sep 2008 Posts: 15
|
Posted: Mon Sep 15, 2008 5:52 pm Post subject: |
|
|
It was set to 1.
So I have links now, but the link references $_SERVER[PHP_SELF] - which is my home page. I need the links to go to the full calendar page ( /calendar/index.php ). I cannot find where this link is located in the source.. is this part encrypted or have I not looked long enough?  |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5279
|
Posted: Mon Sep 15, 2008 7:12 pm Post subject: |
|
|
Hi,
In your code, before the $cal->display_..() part, add this:
| Code: |
| $cal->set("minical_date_url", "/calendar/index.php?m=%m&y=%y"); |
Let me know if you have any questions / trouble. |
|
| Back to top |
|
 |
pkbarbiedoll
Joined: 12 Sep 2008 Posts: 15
|
Posted: Mon Sep 15, 2008 9:10 pm Post subject: |
|
|
Worked like a charm - thanks  |
|
| Back to top |
|
 |
|