I am having trouble with this: http://drupal.org/node/90277 I get this warning: warning: implode() [function.implode]: Argument to implode must be an array. in C:\Program Files\xampp\htdocs\trafiq2\themes\trafiq_pipes\page.tpl.php on line 44. Obviously meaning that $nodes isn't anything at all.
With new theme garland, I want to set some pages diferent color, how can I do that without any knowledge about php? Or can someone create the module for this? Sorry for my bad english.
In my theme, the tables, rows, columns are defined by the style.css. However, I want to be able to vary the layout of my tables for some content of individual pages, books, etc and don't want them to follow the same table structure in my css under #main. I want to be able to use html and define my tables there in the content and vary them depending on the content so I require flexibility.
Hello, I want to make a file called AUTOINSTALL.txt for my clientes and this file is executed like:
mysql - username -p databasename ...
THe purpose is to initaliza the modules, themes , blocks , permissions etc. The users don't do anything, only execute this file and all the things are updated. I have problem with the themes, I use this 2 MySQL commands:
UPDATE system SET status = 1 WHERE (name = 'pushbutton' AND type = 'theme');
UPDATE variable SET value = 's:10:"pushbutton";' WHERE (name = 'theme_default');