External Login, maintaing Request Variables

Discuss general development subjects that are not specific to a particular version like the versioning control system we use or other infrastructure.
Post Reply
jturmelle
Registered User
Posts: 1
Joined: Tue Aug 12, 2014 8:01 pm

External Login, maintaing Request Variables

Post by jturmelle »

I'm new to phpBB, but I'm currently using version 3.0.12, and trying to implement a custom post feature for an application of mine.

I am trying to use External Login and trying to pass variables through the redirect page. Unfortunately, this doesn't seem to work. For example if I try this:

Code: Select all

<form action="../ucp.php?mode=login" method="post">
    <input type="hidden" name="redirect" value="/My_Scripts/post_it.php?value1=one&value2=two" />
...
</form>
the redirect doesn't work, it redirects to the forums index page. If I remove the variables, it redirects to my "post_it.php" page, but I've lost access to my variables...

My question is "Is it possible to pass variables through the redirect?"

Thanks for any help

Jeff T.

User avatar
bonelifer
Community Team
Community Team
Posts: 120
Joined: Mon Jan 31, 2005 10:41 am

Re: External Login, maintaing Request Variables

Post by bonelifer »

You should ask questions about 3.0.x line at phpbb.com in the 3.0.x Mod Writers Discussion forum: https://www.phpbb.com/community/viewforum.php?f=71
William Jacoby - Community Team
Knowledge Base | phpBB Board Rules | Search Customisation Database
Please don't contact me via PM or email for phpBB support .

Post Reply