The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hey Everyone,
My apologies if the title isn't correct, this is my first time properly utilising the Plugin system to write some code for a product I made for myself... Anyway, I have a code like this in the Plugin PHP Code: Code:
echo "<form method=\"POST\" action=\"$addcodehere\">\n"; How do I write it so it accepts it? Or do forms ALWAYS need to go to an external file? - Morsolo |
#2
|
||||
|
||||
![]()
You shouldn't use echo, you should output to a variable and then use the variable in the template:
PHP Code:
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|