| View previous topic :: View next topic |
| Author |
Message |
mkoechli
Joined: 30 Jan 2008 Posts: 4
|
Posted: Wed Jan 30, 2008 8:52 pm Post subject: Typo3 integration, previous / next link in month display |
|
|
Hi there
I try to integtrate thyme on our webseite www.ceviarbon.ch on this link http://www.ceviarbon.ch/index.php?id=64. In the header you can see the graphic for changing month displayed (up and down).
The problem is, this link isn't working it's "http://ceviarbon.ch/index.php?target=http%3A%2F%2Fwww.ceviarbon.ch%2Ftermine%2Fcalendar.php&m=0&y=2008"
This can't work, the first part of the link to the second mention of "http" shouldn't be there. Is the a possibility to change this links ?
Thanks for your help
Marcel |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5275
|
Posted: Wed Jan 30, 2008 9:04 pm Post subject: |
|
|
Hi,
Are you using:
$cal->set('minical_target','..');
anywhere? |
|
| Back to top |
|
 |
mkoechli
Joined: 30 Jan 2008 Posts: 4
|
Posted: Wed Jan 30, 2008 9:14 pm Post subject: $cal->set('minical_target','') |
|
|
No this is not used at the moment. But i will try if you can give me some input what's the syntax.
rgds
marcel |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5275
|
Posted: Wed Jan 30, 2008 9:19 pm Post subject: |
|
|
| No, you shouldn't be using it. Would you mind e-mailing me the code you are using please? ian@extros.. |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5275
|
Posted: Wed Jan 30, 2008 9:39 pm Post subject: |
|
|
Hi,
Actually it is in the code:
$cal->set('minical_target','http://www.ceviarbon.ch/termine/calendar.php&m=0&y=2008');
Please remove that. |
|
| Back to top |
|
 |
mkoechli
Joined: 30 Jan 2008 Posts: 4
|
Posted: Wed Jan 30, 2008 9:45 pm Post subject: |
|
|
Ok i removed it, link is changed to http://ceviarbon.ch/index.php?m=0&y=2008 but still not working. A click on this links is going to the startpage.
rgds
marcel |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5275
|
Posted: Wed Jan 30, 2008 10:08 pm Post subject: |
|
|
Since your web site requires an "id" in the URL, please add this to the code somewhere after $cal = new calendar();
| Code: |
| $cal->register_persistent('id','64'); |
Let me know if you have any trouble. |
|
| Back to top |
|
 |
mkoechli
Joined: 30 Jan 2008 Posts: 4
|
Posted: Thu Jan 31, 2008 6:30 am Post subject: it's working now! |
|
|
Wow great job ... it's working now so no more questions for the moment.
thnks for your help
rgds
marcel |
|
| Back to top |
|
 |
|