Hello all,
First off, I tried searching through this forum to find a simple solution to my question but alas, I found nothing that I was able to understand. Please excuse my ignorance, but I am a brand newbie to the Drupal community, and not very much of a programmer. However, I do have a limited knowledge of PHP coming from the PostNuke world.
I am trying to follow this tutorial located here:
http://www.drupalart.org/phpbb
I've gotten everything setup as far as the php-template theme, and I have template.php already. But where I get stuck is when it says, "If you already have a template.php file, simply merge this code with the other php code you might have in the file."
For the past few hours, this has not been a simple task for me. I really don't know how to begin with merging these two files.
I just try to keep putting the code in places I think it might fit and I receive error messages such as this one:
Fatal error: Cannot redeclare _phptemplate_variables() (previously declared in /home/threeone/public_html/d/themes/civicspace/template.php:250) in /home/threeone/public_html/d/themes/civicspace/template.php on line 893
I don't want to give up on Drupal because I think it looks very promising in the things it can do and I am trying my best to learn it.
So if anyone knows how to at least, point me in the right direction that would be greatly appreciated.