Topic: How To: After Upload Automatically Redirect To Viewer Page?

I'm looking to direct to user to the image permalink page as opposed to staying on the homepage after a successful upload.

In other words...

I have a file named manny2.jpg.

I upload.

The image uploads and loads to http://demo.chevereto.com/

but I want the user automatically redirected to http://demo.chevereto.com/?v=manny2.jpg

Any way to do this?

Thanks!

Thumbs up

Re: How To: After Upload Automatically Redirect To Viewer Page?

Read this: http://cl2.php.net/manual/es/function.header.php

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: How To: After Upload Automatically Redirect To Viewer Page?

Thanks for getting back Rodolfo. I've looked through the page and am not very proficient in php so haven't been able to figure out how to automatically redirect to the example.com/?v=image.jpg viewer page.

If this is an easy fix or if there is a line of code i can add/replace please let me know. If not I can always pay someone...

Thanks Rodolfo

Thumbs up

Re: How To: After Upload Automatically Redirect To Viewer Page?

I would like to know how to do this also - I see no point in the immediate page after upload besides it saying "Just uploaded" - this also messes up automatic counting buttons such as ReTweet or Digg.

Also, that link provided does not work. Does anyone have a solution? Thanks!

Thumbs up

Re: How To: After Upload Automatically Redirect To Viewer Page?

Go to the end of MODE 3, then do a header to the url with the "?v="

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!