forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: dills84 on April 02, 2008, 09:20:14 pm

Title: [Solved]: Redirect after comment to relative path instead of static permalink
Post by: dills84 on April 02, 2008, 09:20:14 pm
just wondering if theres a way to change the redirect that occurs in DBinput.php when a comment is posted. i'd like to have the redirect go back to the relative url because i use "last uploads" alot and this creates a problem.

As it is now, i comment. and get pushed into the images album. instead of being redirected back into the "last uploads" meta album. thats my problem.

i tried changing the redirect url, but i kept getting errors. any help would be great. thanks!
Title: Re: Redirect after comment to relative path instead of static permalink
Post by: Nibbler on April 02, 2008, 10:24:33 pm
It goes back to the static link for a reason. If you got there via last comments you will go back to the wrong picture. If you want to change it you need to pass the referer to db_input and then redirect back using that.
Title: Re: Redirect after comment to relative path instead of static permalink
Post by: dills84 on April 02, 2008, 10:33:20 pm
yeah i figured that would be the case. i was hoping someone else might have achieved it already, because its really been bugging me latley.

looks like i'll have to give it a go by myself.

thanks for the info.