Restart apache
/usr/sbin/apachectl configtest
and then if that's ok
/usr/sbin/apachectl restart
/usr/sbin/apachectl configtest
and then if that's ok
/usr/sbin/apachectl restart
This site uses code filter module to diplay code correctly in posts.
use <pre> and <code> tags to wrap your code.
this is a p tag
this is an h1 tag
I also put this in my style.css file in this drupal installation:
I put this in my style.css file in this drupal installation:
code, tt, pre { background-color: #EDF1F3; font-family: "Bitstream Vera Sans Mono",Monaco,"Lucida Console",monospace; font-size: 0.9em; line-height: 1.2em; }
http://acquia.com/blog/migrating-drupal-way-part-i-creating-node
* also note that node_delete(nid) will delete a node.
<?php if ($footer_message): ?>
<?php print $footer_message; ?>
hello, html can go here too
very nice :)
<?php endif; ?>
http://api.drupal.org/api/group/themeable/6
see page 181 in the book Pro Drupal Development for details on how to override themeable functions. Make sure any html in your modules is withing a themable function so others can override the html look an feel.
text from http://stackoverflow.com/questions/77694/drupal-6-how-to-quickly-theme-…
Here are my findings: (Edited)
In fact there are two ways to theme a view : the "field" way and the "node" way. In "edit View", you can choose "Row style: Node", or "Row style: Fields".
"In the following example, the crontab command shown below will activate the cron tasks automatically on the hour:
0 * * * * wget -O - -q -t 1 http://www.example.com/cron.php
"