I hate to keep replying to myself, but I had one quick update here.
Purely by accident I noticed that if I leave the page and then click back, I see the page that I am wanting my users to land on. Do you suppose that if I put something in the "else" section of the code that will refresh the page after a second, they will see what I am wanting them to see?
Update...
In the words of Borat, GREAT SUCCESS!!!
I just changed the "else" section at the bottom of upload_success.tpl to be:
This refreshes the page after 5,000 milliseconds (5 seconds). So the person has just enough time to read the message that their video is being processed, then the page refreshes and they see the page I want, where they can enter the date and place of the video, get embedding codes, etc.Code:{else} Your video is currently being processed and will be available to view in a few minutes.</p> Want to upload more videos? Click here</p> <script type=text/javascript> setTimeout(' document.location=document.location' ,5000); </script> {/if}




Reply With Quote
Bookmarks