The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have a problem - when a user is trying to put the PayPal button and payment code within a post, on preview the button links OK but once the post is up on the forum, people clicking it get the dreaded security token error. (Of course the HTML is enabled in the forum/section he is posting in)
From reading the previous questions on this I assume I need to edit one or more templates - where do I find them? All the ones I have found so far have the extra Security Token line of HTML code within them. (I am assuming that in principle it is possible to have a linked PayPal button within a post) I am using ver 3.7.3 PL1 so all the regular templates that used to have this problem ahould be up to date...I have no custom skins and no hacks installed. |
#2
|
|||
|
|||
![]()
Just a suggestion / thought, not sure how well it would work.
How about having a profile field in the User CP for the paypal button and editing postbit / postbit_legacy template to include the profile field ID if its filled in. That will then put the paypal button on a users postbit that has the paypal field filled out. Just an idea. |
#3
|
||||
|
||||
![]()
i dont see what the paypal code would have to do with security token mismatch error but maybe you'll have to add
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> |
#4
|
|||||
|
|||||
![]() Quote:
Quote:
--------------- Added [DATE]1223925323[/DATE] at [TIME]1223925323[/TIME] --------------- Quote:
Quote:
Quote:
|
#5
|
|||
|
|||
![]()
A post is already a HTML form (at least when a staff member is viewing the thread). You can not embed a form inside another form (i think).
|
#6
|
|||
|
|||
![]()
Thanks for taking the time to answer - I should have remembered that form nesting is a no-no with HTML. Ooops.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|