Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Using Dupal 4.6.3 according to the changelog, on MacOS 10.3.9 with php5.
I'm currently working on making a theme for a website (strangely enough). I modified an existing theme and kitted it out with a new stylesheet, and for a while all was working well, and I put the site away for a little while. This was a week or so ago. I came back to it recently, fired it up, made some changes and BAMF, no more images. Undid the changes, no deal.
I'm not sure if this topic belongs in Migration, How do I ... styles, or Theme development.
I have a nice PHP Nuke template. I read already that these are transfered to drupal, but HOW? Anyone have any experience or advise? Or am I stuck ( http://drupal.org/node/2042 )?
I am sort of new at this but there are still a handful of things that still don't work right. One of them being the phptemplate engine. I believe I have followed the instructions verbatim but I have still been unable to use it. I have unpack the phptemplate folder in the '\themes\engines' directory and then also unpacked a couple of themes in the '\themes' directory but my drupal site still does not recogninze these new themes. Can anyone point me in the right direction or have any suggestions that I can try?
I'm working on a theme that uses Democratica. I'm trying to replace the logo section with a static menu (http://freedomnetworks.com/testme/) that uses javascript. I'm editing page.tpl.php and no matter where I place the code for the menu, it won't show up. Is there some module that blocks out the upper logo portion?
I'm a newbie and feel like this info must be availble somewhere, but I can't find it.
I'm looking for a listing of what variables are available. I'm hacking an existing them and want to be able to put the logged in user's username in the template (i.e. echo "Currently logged in: $username"), but I can't find a listing anywhere of what user variables are available, or any variables for that matter. I'm sure I must be missing something...