Find Me Alert 2.1
There are many times when we need to find out where a student is at the current moment in time. Normally it’s a bit of a process where you need to search for the student, look at his/her schedule for the current date, figure out what period you are in, then figure out where that student is during that period. Well this alert makes it much easier. With this alert you can see exactly where the student is supposed to be at the current moment in time. If you are feeling ambitious you can give it to the teachers too, the teacher alert is included though you will need to update the student pages yourself.
Version History:
V 2.0 (02/24/2009)
– Initial Release
V 2.1 (02/25/2009)
– Fixed problem with minutes beginning with 0 being concatenated (10:05 was showing as 10:5)
– Fixed issue with alert showing the student as in a class and between classes at the same time.
– Improved efficiency
Comments
Help Please
I am trying to put the find me alert on our test server before it goes into the production side. I have put the images in our image server and the wildcards and the alert itself in the appropriate spots. When I checked the test server, I have a box with a red circle. When the alert is clicked, I get the non-select tlist_sql filtered out message.
I downloaded the AllowComplexTlist 1.0 and placed the misc-district list in the correct folder. ( I did not put in the .DS_Store )I updated customizations and I am still getting the red dot and the error message. We not hosted and are running 6.0.1.
Any thoughts?
re: Help Please
Did you just place the AllowComplexTlist page on your server or did you then go to that page and check the new checkbox on that page? If you didn't check that box then it still won't work.
Jason Treadwell
Custom Solutions Specialist
jason@powerdatasolutions.org
www.powerdatasolutions.org
Help Please
I did place the AllowComplexTlist on the server and followed the steps from the PowerSource article on how to enable TLIST commands. This worked, we can see where the students are. However, it did not place a new checkbox on the Customization page.
We still can't get the icon to show next to the student's name. It is a box with a red dot surrounded by a box with the letter F on the right side.
re: Help Please
Sounds like you've got mixed up image references. That F image is for a different customization. The image you are looking for should be a map with a pair of binoculars on top of it.I'm not sure why you would be pointing to the other image.
Jason Treadwell
Custom Solutions Specialist
jason@powerdatasolutions.org
www.powerdatasolutions.org
Help Please
I think we are totally mixed up! Now when I open PowerSchool in IE, next to the student's name is a red X. When you click on it, the alert comes up with the icon and all the information. In Firefox, it still has the red dot and the F.
When the alert is initally installed, do you have to change anything in the path contained in the wildcards or the html if the images are installed on the image server?
re: Help Please
Nope, PowerSchool handles the custom images vs. image server issue on it's own. The image is on your image server, not the custom/web_root/images folder - right? I actually put them in both places so if I need to update the image server I still have a copy of the custom images in a logical place.
Jason Treadwell
Custom Solutions Specialist
jason@powerdatasolutions.org
www.powerdatasolutions.org
RE: Help Please
Try restarting PowerSchool and if that doesn't fix it, then if you have access to the server, just run the fix via the PS menu as outlined on PowerSource.
Matt
HELP
I am ASP hosted. What do I tell them to get this to work on Premiere 6.0 in the hosted environment.
Re: HELP
I think you are talking about the tlist_sql filtered out message. There is a custom page on this site since you don't have access to the server. The page is called "Fix tlist_sql error from 5.2.0.9" which is really for 5.2.0.9+ including 6.
Brian Andle
re: HELP
Are you set up to use the new custom page management? Also, are you hosted by Pearson or by someone else?
I've worked with non-Pearson hosted servers by getting FTP access to upload my own pages before. Pearson doesn't allow that and I heard a rumor that they are pushing people to go to 6.0 and use the custom page management features.
Jason Treadwell
Custom Solutions Specialist
jason@powerdatasolutions.org
www.powerdatasolutions.org
Didn't work for me
I installed this per the PDF and nothing happened, no errors, nothing.
Re: Didn't work for me
Has School started? The find me uses the calendar and the cc.dateenrolled and cc.dateleft.
Brian Andle
yes today was our first day
yes today was our first day. I removed it and reinstalled it, of course the day is over so I can't see anything now. I do have an image server and moved the images to that folder.
Re: yes today was our first day
I bet it's the sql security. Check out PowerSource Doc ID 55553 or Fix tlist_sql error from 5.2.0.9 from this site. It says 5.2.0.9 but its really 5.2.0.9 and above.
Brian Andle
I am running 6.0 is it safe
I am running 6.0 is it safe to do the tlist_sql error fix on 6.0?
Re: I am running 6.0 is it safe
Yes, its a fix for 5.2.0.9 and above including the 6.0 branch.
Brian Andle
Installed and went to misc
Installed and went to misc settings and set the check mark and submit... Still no go on the mod...
What else might I look at?
I resynced the custom pages
I resynced the custom pages and now it is working this is SWEET!!!!!!!!
Time zone issues
This would be a great tool, but it keeps acting as if its one hour earlier than it is.
My school is in the Eastern time zone. Our Pearson-hosted server is in the Central time zone. Pearson refuses to move our data server to Eastern or the add an hour or anything like that.
Is there a modification that we could make to the code to compensate for this? (I'm very comfortable modifying source code in SQL, PHP, HTML, Perl, Shell, etc.)
Re: Time Zone issue
Maybe you can look at the ALTER SESSION SET TIME_ZONE = '-5:0';
It's shown under the the Current date section of http://www.psoug.org/reference/date_func.html
If works, it would probably be the easiest solution, you may have to change the value at the end.
The other thing I could think of is that you can do the math to accommodate, such as changing:
THEN bsi.Start_Time <= (to_char(sysdate,'HH24')*3600)+(to_char(sysdate,'MI')*60)
to
THEN bsi.Start_Time <= (to_char(sysdate,'HH24')*3600)+(to_char(sysdate,'MI')*60)+3600
Or
THEN bsi.Start_Time-3600 <= (to_char(sysdate,'HH24')*3600)+(to_char(sysdate,'MI')*60)
Basically, depending on the context of the line, subtracting/adding 1 hour or 3600 seconds. Though that would entail deciphering all of the SQL code, and making sure you modify it the proper way. I would suggest trying to modify the start_time/end_time since it's already in seconds and should be easier to calculate the changes instead of modifying the code for the sysdate which is in date/time format, and then converted into a number of different formats.
Good luck.
Dan
"Non-select tlist_sql filtered out"
We are running Premier 5.2.1.4 and when we click on the binoculars we get the message "Non-select tlist_sql filtered out".
PowerSource has responded with (since we are an ASP), "I have performed the steps specified in kbase article 55553. IF you notice at the bottom there is a disclaimer, so I do not know if this will help you.
"The use of tlist SQL in the URL is not permitted in Premier 5.2.0.9 or higher whether or not the [Prefs] record is set."
Will there be an update to address this? (hoping with fingers crossed!)
Re: "Non-select tlist_sql filtered out"
There is a custom page on this site called "Fix Tlist_SQL" that you can have ASP upload and you can turn the pref on and off from the district office.
Brian Andle
Find Me Alert (Question)
Thank you for making my life easier. We love this alert but we have a question. Can this alert be modified to show the Course Name for the period instead of the period number? (i.e. - Math instead of Period 4) We know what period it is when we pull up the alert we just want to know what subject is being disturbed.
re: Find Me Alert (Question)
That could probably be added in.
Jason Treadwell
Custom Solutions Specialist
jason@powerdatasolutions.org
www.powerdatasolutions.org
re: re: Find Me Alert (Question)
If you could give me some pointers on how to add this I would greatly appreciate it.
I am not able to see the
I am not able to see the alert icon at all. Rebuilt custom pages and still nothing.
Eric Vanderveer
IT Consultant
Chowen and Associates
I am not able to see the
Are you running an image server? Have you placed the alert image at this location or did you add it to webroot/images on your PowerSchool data server?
Help with wildcards
I already have existing wildcards/title_student_end.txt and title_student_end_popup.txt in my custom/webroot folder that I believe I installed last year to add an alert for an accommodation we have. How do I combine both the old and the new file?
Thanks
Harvey
re: Help with wildcards
If you find the stuff after the ~[studentalert] that will be the custom stuff. Grab that from 1 and add it to the other.
Jason Treadwell
Custom Solutions Specialist
jason@powerdatasolutions.org
www.powerdatasolutions.org
PwrTeacher FindMe alert
I installed the FindMe alert on PT, QuickLookup page using wild cards, but am getting the same Quick Lookup page when I click on the icon instead of the desired information. It works for PS Admin users.
daveb
wild card
The wild card code was not working.
Then I ran the Wild card initializing script. That did it!
daveb
It worked!
Hey that worked great. Just use the password that you use when you log in to the admin side normally. Just the part after the ; Thanks for the help!
Try this
Go to PowerSource and find article 55553. I tried it however, it will not accept my password. Let me know if you have any luck. I have tried the system password and the password I use to log in to the admin side as well
Same problem
Ok - now I have the Alert icon - getting the same message as gboettger.
Figured it out
Go and find Fix tlist_sql error from 5.2.0.9 on PowerSolutions. I installed the basic html in the data/custom/web_root/admin/district and all is working now.
Same problem
Ok - now I have the Alert icon - getting the same message as gboettger.
Help please!
I have copied all the files over but the alert icon is not showing - am I missing something? I have run the rebuild custom links command.
Question
I installed the Find me alert and the alert shows up. When I click on the alert it says: Non-select tlist_sql filtered out. Any ideas what I did wrong, I installed all the files in the correct folders according to the directions.