XxBuLLeTz
04-05-2008, 02:03 AM
Hey, this is my first time i have ever peeked into vBulletin coding, and have learned a lot in the past few days. Now, i am very experienced in PHP programming, but have no knowledge of this VB products/plugin system.
I have learned how to create an install/uninstall code for my SQL stuff that needs to be done on install and uninstall. I also have created templates for each of my pages.
What i dont understand is what to do with thoes templates? I want to make it so i could call them from my php code by using
eval ('print_output("' . fetch_template('TEMPLATENAME') . '");');
or whatever is used. I can design the template, but could someone give me a heads up on what is going on with all of these plugins and what they do and how i can add templates to my product without directly editing the xml file?
I am a newbie at all of this, so please help me out.
thanks!
I have learned how to create an install/uninstall code for my SQL stuff that needs to be done on install and uninstall. I also have created templates for each of my pages.
What i dont understand is what to do with thoes templates? I want to make it so i could call them from my php code by using
eval ('print_output("' . fetch_template('TEMPLATENAME') . '");');
or whatever is used. I can design the template, but could someone give me a heads up on what is going on with all of these plugins and what they do and how i can add templates to my product without directly editing the xml file?
I am a newbie at all of this, so please help me out.
thanks!