Quote:
Originally Posted by kh99
That looks right, but it may have to do with what's in the scripts you're trying to include. For instance if they call exit() or die(), then that may be why the forum is disappearing. (If vbtrade.php is a vbulletin "powered" page that calls print_output() at the end, that would also do it). If that's the case, then maybe you can use an iframe instead.
Also I just noticed that you're including the same file twice - even if it worked, you'd probably get the same output for both.
|
The same file twice where?
This is the end of the vbtrade.php
Code:
print_output($templater->render());
How can i use an iframe? Is a tutorial or something here? I never heard that.
Thanks for your answers!
EDIT: An iframe is a bbcode. Do you mean i don't have to put the code in a new plugin, but in the new bbcode? The same code i put in the plugin?