![]() |
Just to clarify you are placing this code in a PLUGIN correct? (AdminCP > Plugins and Products > Add New Plugin)
And not a TEMPLATE? (AdminCP > Style Manger....) You keep saying plugin template its confusing as to what you mean exactly as they are two different things. |
The plugin article said a plugin is a variable that display the contents of another template. I've been putting the code in this second template. Should the code be in the plugin itself? The plugin code is currently
Code:
$eveitapi = fetch_template('eveitapi'); |
I'm not sure what article you were reading but a Plugin is a peice of PHP Code that is excuted at a certain location (the hook location) by vBulletin. You PHP Code must go inside a Plugin.
You can use a Plugin to fetch a template, a template is front-end HTML that is displayed to the user. You can use variables in your template that get their values from the PHP code, but you cannot execute PHP code inside templates. Think of it like this (this is just a demonstration of how the system works you do not need to use this code at all!): PHP Code:
|
I tried putting the code in a plugin with hook global_start but variables weren't available to the template. When I put the code directly in the php file things work. Are there any security issues with putting the code directly in the php file?
|
What template was it? and make sure you checked that the variables actually had some data in them. Also make sure you eval()'d the template like this (if you are using a custom one)
PHP Code:
I doesn't make much difference if you place your code in Plugins or PHP files, but the plugin system is there so you don't have to mess with Files. |
The file is 'eveit.php'. The template is 'eveit'. It is working just fine with the API code in the PHP file. The template is called at the very bottom of the PHP file
PHP Code:
|
If the code you're wanting to put is in your own custom file, by all means, put that code in your file. Plugins are mainly for vBulletin so that when you update, your edits aren't lost.
|
All times are GMT. The time now is 04:47 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|