The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Link to paid subscription...
I searched around and mostly it seems this is not as simple as http:www.yoursite.com/payments.php?do=subscription1 although I wish it were.
I have developed a custom subscriptions page that looks nice has images ready to link to the payment page for each subscription. Unfortunately now I come to find out that isnt currently possible. You can only link to the page listing the possible subscriptions then the user must choose. Since my page has them choose already, that is redundant and they might get confused or chose something else. How tough would it be to build in a handler or something that could take the link suggested above? http:www.yoursite.com/payments.php?do=subscription1 and redirect them to the next step in the payment process? |
#2
|
|||
|
|||
You must use a form with a image.
|
#3
|
|||
|
|||
Thats what I was thinking too. I can mock the form almost exactly, but Im not sure how to generate this "securitytoken" hidden field. Anyone know if there is a variable I can use for this in a template?
|
#4
|
|||
|
|||
for security token use this in value:
Code:
$bbuserinfo[securitytoken] Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> |
#5
|
|||
|
|||
Awesome! Thanks alot gasper!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|