Jump to content

Please wait while we transfer you...


Guest Makc666

Recommended Posts

Posted

I cann't understand why not to transfer to topic page at once?
Insted I have to see this one:

Thanks


The post has been edited



Please wait while we transfer you...



(Or click here if you do not wish to wait)

Posted

Can't you turn that off in the ACP? I have it off on my board...




If you don't like it, turn it off, that's what Admin controls are for.


:cool:




Another reason for AJAX! hehe


Thanks.
Posted

Yes, but only the ADMIN can turn it off. If you're just a user, you have no control over it.

Personally I think it's a dumb feature. But then I don't understand the reason for it. To look nice? To me it doesn't. And it's annoying.

I think it should be each users' choice. Under Board Settings, where you can disable graphics, avatars, and signatures, you should also be able to disable that thing.

Better yet, AJAX or whatever - after entering a post, a little Post Accepted box comes up and fades away, and then the next page loads.

Posted

Heh, it probably does neither of those things.

I do agree that instead of using the Thanks redirect, that may be they should start using the new in line message system and then also have an option to turn that off if they wish.

Posted

A lot of times those redirect pages are there to finish up the first part of a two step process. Take, for example, sending a PM. When you click the send button, it has to do a bunch of error checking to make sure you have a valid recipient, you typed a subject, there is content to the message, and so on. Once it gets done doing all that, it actually delivers the PM. This means doing several DB queries to insert the new message for the recipient, maybe save a sent one for the sender, flag the database column to let the member know they have a new message to trigger the My Assistant, etc. Once it gets done with all that, and the PM has actually been delivered, it shows that thanks page as a kind of confirmation that all went well. After it has done this, it needs to send you back to your Inbox. That is a lengthy process as well as it has to load the skin, build the basic HTML of the page, output rows for each PM you have in the inbox, etc.

So basically the thanks pages are your confirmation that the 'do something' part of the action you just took worked well, and then after them you get redirected to someplace else. Both of these actions typically require lots of code to be executed, so these redirect pages are a nice little way to break this up. It was probably more necessary several years ago with slower servers hosting the sites than it is today.

Posted

I'd second that.

yes1bp.gif

A simple little "loading.gif" type graphic would be fine nowadays.



Yup, I think that's probably it. The reason they haven't just removed it entirely is most likely that people are used to it on forums, and they might think something was wrong if it didn't show up. An inline message would be great, but I doubt we'll get that in the immediate future.
Posted

Yup, I think that's probably it. The reason they haven't just removed it entirely is most likely that people are used to it on forums, and they might think something was wrong if it didn't show up. An inline message would be great, but I doubt we'll get that in the immediate future.



Myself, I have usually waited. Occasionally I have clicked on I don't want to wait.

As FuSoYa says in the old days a server could likely fall over if too many insert or update queries were being processed.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...