Quote:
Originally Posted by KuraFire
It's easy, you just look at vB3's own files and just copy the technique/method that is used in there.
With vB(3), you have to keep the following in mind:
- you might want to work with phrases and phrase groups, instead of hardcoding your text in the templates;
- a lot of work is done via functions to keep things clean and organized
- you put your content in $variables that also reflect the position of your content in the templates that you're using.
|
I think I am going to try that. Thanks for the tip KF.