![]() |
![]() |
This project is not completely dead. I've just started work on localisation. If you're getting a "Deprecated" error message, follow the instructions here URGENT Security Patch for ≤ v2.2.6 A security hole has been discovered, follow the instructions and download the patch at the topic page. Did the patch break your search page? Search Patch
|
![]() Valued Tester
Posts: 368
Registered: 2008-10-13 |
Quote: Clark at Jun 25, 2009 2:40:33 pm Thats not a bad idea Clark |
![]() UPB Team Member
Posts: 837
Registered: 2006-11-22 |
It might be too complicated but having just topic monitoring for now is better than not.
myUPB Developer |
![]() Valued Tester
Posts: 368
Registered: 2008-10-13 |
I notice that the topic monitoring has been implemented here. It is not working consistently for me. If you loomk at the 'watch topic' button, after you click it it goes to 'unwatch topic' - great. If you navigate away and then back again, the button has reverted to 'watch topic'.
|
![]() ![]() Shift Manager
Posts: 269
Registered: 2006-11-15 |
OK guys, just gone over it in my head and I've got some ideas. I'm gonna fire up Aptana now and have something pretty soon
![]() ![]() Microsoft Certified Systems Administrator (MCSA Messaging) Microsoft Certified Professional (MCP XP) SDI Help Desk Analyst (SDI HDA) CompTIA A+ Certified Technician (A+) |
![]() ![]() Shift Manager
Posts: 269
Registered: 2006-11-15 |
Alrighty guys, time for take two, with a few scripting changes. Turns out that Quick-Reply isn't actually firing off the email notifications, but is quite happily clearing all the email notification flags against the topic, which most likely explains the issues you are seeing.
Good news is that I've fixed it, and just to make it even better there are two variations. Same as before, download the patch and extract it to the root of the myupb installation, overwriting files where necessary. Single Email: A version that will send one email, then clear the list of people monitoring the topic (So everyone gets notified once, and no more until they watch the topic again) Multi Email: Everyone watching the topic receives an email when there is a new post, and will continue to receive them until they un-watch the topic. Give this one a go and let us know how it goes! ![]() Microsoft Certified Systems Administrator (MCSA Messaging) Microsoft Certified Professional (MCP XP) SDI Help Desk Analyst (SDI HDA) CompTIA A+ Certified Technician (A+) |
|
Last edited by: Jono345 on Jun 26, 2009 9:11:11 am
| |
![]() UPB Team Member
Posts: 837
Registered: 2006-11-22 |
Okay, these forums have been patched with multi-email.
Let us know if there are any problems. myUPB Developer |
![]() Valued Tester
Posts: 368
Registered: 2008-10-13 |
Many thanks.
So, Im going to watch this thread and see what happens. Can someplease please postr a reply so I can see how it works. btw - which file do I need to look at to alter the message sent out to people monitoring the topic? Clark - which of the two versions did you implement on this board? |
|
Last edited by: pete917 on Jun 26, 2009 1:07:36 pm
| |
![]() UPB Team Member
Posts: 837
Registered: 2006-11-22 |
Hmmm...I didn't get an email when you replied.
How about this reply pete, did you get an email about it?? I implemented the multi-email version. myUPB Developer |
![]() Valued Tester
Posts: 368
Registered: 2008-10-13 |
So Ive tested and I get two errors:
- I get a "forum does not exist' when I click on the link in the email; - I get the following error when I click on the reply direct link: "Notice: Text Database Error: posts__topics is not a valid table in posts.tdb Executed on /home/myupbco/public_html/forum/newpost.php at line 11. near line 417 in /home/myupbco/public_html/forum/includes/class/tdb.class.php on line 1795 Notice: Text Database Error: posts_ is not a valid table in posts.tdb Executed on /home/myupbco/public_html/forum/newpost.php at line 12. near line 417 in /home/myupbco/public_html/forum/includes/class/tdb.class.php on line 1795" |
![]() ![]() Shift Manager
Posts: 269
Registered: 2006-11-15 |
Ah siiiiiigh, forgot to check that in the ajax.php file. The values aren't populating properly because the variables have different names. I didn't get a reply either... weird.
EDIT: Clark, the mail() calls in this code have been @'ed out to stop error messages. I think the call's failing and we just cant see it due to some stupid server problem. Could you take a look? As for the error messages, I'll fire up Aptana again and have another look at what I've missed. ![]() Microsoft Certified Systems Administrator (MCSA Messaging) Microsoft Certified Professional (MCP XP) SDI Help Desk Analyst (SDI HDA) CompTIA A+ Certified Technician (A+) |
|
Last edited by: Jono345 on Jun 26, 2009 1:32:52 pm
| |