Quote:
Originally Posted by 662C
Hi vbmechanic,
As far as the templates are concerned I'd like to create new ones in order to seperate the homepage and the forums a bit.
I can see that this will get complex, I just don't want to step on anyone's toes by taking their work and pulling it apart. I've got basic PHP and MySQL knowledge and see this as an opportunity to help build on that as well.
Time to get my hands dirty I think
Many thanks,
Robert
|
No problem..
I just meant you don't have to template the code if you don't want to. You can have it output HTML straight from the PHP without going through the template system. If you do this first, it makes the coding a bit easier.. then once you've got it working how you want it, move the HTML parts into a template.
I don't think there is any harm in examining someone else's code to learn how to do things. Good luck!