|
Quotes |
" ... I want to tell you that your thyme product is functional and valuable beyond
words. I cannot imagine why any portal would be without it. It is the cornerstone of our new project ..."
" ... Thanks for such a complete project, its making my job much easier. ..."
" ... I have now deployed 4 different calendars and our users love them ... "
" ... Easy to install and use and a great look/design. ..."
" ... This has to be the easiest to use program I think I've had to deal with at all this year. ..."
|
|
| View previous topic :: View next topic |
| Author |
Message |
alexandegn Guest
|
Posted: Tue Jan 24, 2006 9:26 pm Post subject: Changing organizer field |
|
|
here is what happened
I am the admin of the calendar
I created a user and assigned my personal email to it in order to test. Later I changed the email so that requests and her email would appear when people clicked on event links. However, my email keeps appearing.
How can we change this accross the board?
Alex |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5275
|
Posted: Tue Jan 24, 2006 9:35 pm Post subject: |
|
|
Hi Alex,
The organizer name and e-mail are free-form text fields. This is because the organizer of an event may not have an account in your Thyme installation. You would have to edit the events and change the organizer fields.
If there are a lot of events which require this change, let me know and I'll write a script that will do it. I need the URL of your calendar, what you want changed, and any discriminating factors. Things like, only events in calendar X, or only events in category X, or only events with the organizer e-mail set to X.. etc..
Let me know. |
|
| Back to top |
|
 |
alexandegn Guest
|
Posted: Tue Jan 24, 2006 10:13 pm Post subject: it is everywhere |
|
|
Ian
In deed, I do not know but my email is averywhere. I would need your help on this one.
my email is alexgn@goshen.edu and needs to be changed to kathrynr@MennoniteUsa.org
Thanks |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5275
|
Posted: Tue Jan 24, 2006 10:49 pm Post subject: |
|
|
The following code can be placed in a script in Thyme's folder on your web server. Just put it in place and run it. You can do this by just navigating to it in your web browser.
| Code: |
<?php
include_once("include/config.php");
include_once(_CAL_BASE_PATH_."include/classes/class.sql.php");
$_cal_sql = new _cal_sql();
$_cal_sql->query("update {$_cal_dbpref}Events set org_email = 'kathrynr@MennoniteUsa.org' where org_email = 'alexgn@goshen.edu'");
echo("Events changed.");
?>
|
Again, just create a fijle called.. I don't know .. alex.php, paste the above code into it, and place it in Thyme's folder. Let me know if you have any trouble. |
|
| Back to top |
|
 |
alexandegn Guest
|
Posted: Wed Jan 25, 2006 2:12 am Post subject: it worked |
|
|
it worked like a charm
thanks
 |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|