Originally posted by: jliechty
It won't be happening. The problem is that people can set their page length to different numbers of posts, thus making the "last page" different for different people. When Fusetalk would send the thread subscription updates, it would have to query the user database to see what each person's preferences are before generating the email. This would most likely put an unacceptable load on the servers, so I don't think Zuni will implement such a feature (or turn it on if it is implemented).
Have you used Fusetalk, I mean, actually interacted with it on the server side? I haven't, but I've been around ATFI long enough to read plenty of Zuni's posts. Yes, I suppose they could add a STARTPAGE=last option, but that would still increase database usage, as the database would have to be queried each time an email was sent out to see if a user wanted to have STARTPAGE=last or whatever. It would also involve an extra database query or two when the thread would be generated. I'm not sure if that would be feasable, since I don't know what kind of disk usage and CPU utilization stats they're running right now on the servers.Originally posted by: adrianwalters
why wouldn't you just check if the user has a preference to send them to the last page? if that preference is true redirect to the last page of the thread... makes more sense that sending the email w/ the page embedded in the email and YES it can be doneOriginally posted by: jliechty
It won't be happening. The problem is that people can set their page length to different numbers of posts, thus making the "last page" different for different people. When Fusetalk would send the thread subscription updates, it would have to query the user database to see what each person's preferences are before generating the email. This would most likely put an unacceptable load on the servers, so I don't think Zuni will implement such a feature (or turn it on if it is implemented).
Originally posted by: jliechty
Have you used Fusetalk, I mean, actually interacted with it on the server side? I haven't, but I've been around ATFI long enough to read plenty of Zuni's posts. Yes, I suppose they could add a STARTPAGE=last option, but that would still increase database usage, as the database would have to be queried each time an email was sent out to see if a user wanted to have STARTPAGE=last or whatever. It would also involve an extra database query or two when the thread would be generated. I'm not sure if that would be feasable, since I don't know what kind of disk usage and CPU utilization stats they're running right now on the servers.Originally posted by: adrianwalters
why wouldn't you just check if the user has a preference to send them to the last page? if that preference is true redirect to the last page of the thread... makes more sense that sending the email w/ the page embedded in the email and YES it can be doneOriginally posted by: jliechty
It won't be happening. The problem is that people can set their page length to different numbers of posts, thus making the "last page" different for different people. When Fusetalk would send the thread subscription updates, it would have to query the user database to see what each person's preferences are before generating the email. This would most likely put an unacceptable load on the servers, so I don't think Zuni will implement such a feature (or turn it on if it is implemented).
Thanks for actually responding guys.Originally posted by: adrianwalters
maybe i wasn't clear enough...Originally posted by: jliechty
Have you used Fusetalk, I mean, actually interacted with it on the server side? I haven't, but I've been around ATFI long enough to read plenty of Zuni's posts. Yes, I suppose they could add a STARTPAGE=last option, but that would still increase database usage, as the database would have to be queried each time an email was sent out to see if a user wanted to have STARTPAGE=last or whatever. It would also involve an extra database query or two when the thread would be generated. I'm not sure if that would be feasable, since I don't know what kind of disk usage and CPU utilization stats they're running right now on the servers.Originally posted by: adrianwalters
why wouldn't you just check if the user has a preference to send them to the last page? if that preference is true redirect to the last page of the thread... makes more sense that sending the email w/ the page embedded in the email and YES it can be doneOriginally posted by: jliechty
It won't be happening. The problem is that people can set their page length to different numbers of posts, thus making the "last page" different for different people. When Fusetalk would send the thread subscription updates, it would have to query the user database to see what each person's preferences are before generating the email. This would most likely put an unacceptable load on the servers, so I don't think Zuni will implement such a feature (or turn it on if it is implemented).
forums sends email to user with an id for the caregory and an id for the thread
user clicks on the link
if user is logged in - send them to the thread, since queries have to be run to determine the number of pages, name of user logged in
at this point we know all the information to send user to last page of the thread at this point we just redirect them to that page.
