The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I tried to include some php code in showthread template.
I created a plug-in in 'showthread_complete' called 'my_test' with code echo 'bla'; in showthread i added '$my_test' but 'bla' is added just before "<!DOCTYPE html..." please help |
|
#2
|
|||
|
|||
|
Try using this in the plugin instead:
Code:
$my_test = 'bla'; |
|
#3
|
|||
|
|||
|
thanks, works perfectly
|
![]() |
|
|