|
Author
|
Topic: CSR plugin change disply
|
tw1000 Junior Member
|
posted January 20, 2003 05:06 PM
I would like to change the way the text appears on the detail page that directs the user "To schedule a reminder to attend this event on.." Where do I start? IP: Logged |
DanO Member
|
posted January 21, 2003 07:58 PM
** Where do I start? **Look in the display_after_getEvent.pl file for the line that starts: print "<br><center>To schedule a reminder to attend this event on $csr_rdate... BTW. This plugin prints that message at the very top of the calendar output, even before the starting <HTML> tag so it may not display properly in all browsers (Internet Explorer is very forgiving). I did point out to Michael another way to add user messages to the calendar. Maybe his next version will incorporate it for that particular message? Dan O. [This message has been edited by DanO (edited January 21, 2003).] IP: Logged |
tw1000 Junior Member
|
posted February 04, 2003 08:14 PM
Thanks, It worked OK. I added <font size='6'> right after <center> on line 117, and </font> at the end of the line </a></font>" I have only checked it in ms explorer 6.0Another question: Is it possible to change the display size of the csr pop-up window? ------------------
[This message has been edited by tw1000 (edited February 04, 2003).] IP: Logged |
DanO Member
|
posted February 08, 2003 06:00 PM
** Is it possible to change the display size of the csr pop-up window? **It doesn't generate a popup window, it just opens the link in another browser window using the HTML a href tag. The only way you can control the size of a browser window is by opening it using JavaScript. I don't know where you'd have to change the plug-in's code to add that. Dan O. ------------------
IP: Logged |
michaelest Member
|
posted February 16, 2003 02:52 PM
I had a version of the script that used javascript to pop up a window. There were some issues with that process that I'm unable to recall.I could make it available for those who want to play around with it - with some caveats. My free time is at a minimum these days. If you want to play with the javapopup version, let me know and I'll wrap it up and post it to the site (as a "derivative beta" version). - Michael ------------------ michael@estigoy.com http://www.estigoy.com/csremind IP: Logged |