Just to make sure, do you echo your html+PHP since you are using the include function before?
I got that php file from Lynn's article. I just copied it. The only change I made to it was specifiying the template name.
I don't echo my php or html. I just pointed the plugin at my php file and it loads it into the $includedphp variable and then I just add that variable to my template. Are you saying you put PHP code directly into the template file? That's one of the first things I tried and it will not run that way. Or are you saying I need to echo all php\html code in the template.?
I thinking I'm missing something here. Thanks for being patient. My code is for a separate app that resides inside custom vbulletin pages.