interesting links
Zebra css style
Categories:When using "VIEWS" you can insert this into your node.tpl.php. This will allow you to create Zebra style lists of teasers and/or full nodes.
<div class="<?php $zebra ?>">- Add new comment
- 483 reads
register_globals is enabled
Categories:Sometimes on some hosts you will get an error or warning after installing Drupal that says "register_globals is enabled". You can correct this by creating a php.ini file in your drupal root directory and then inserting the following line of code:
register_globals = Offyou can see the complete drupal post here: http://drupal.org/node/216882
- Add new comment
- 705 reads
Error 500 - Internal server error (1and1 hosting)
Categories:Copy and paste the following line into your .htaccess file:
AddType x-mapp-php5 .phpgo to http://drupal.org/node/232773 for the complete drupal forum post.
- Add new comment
- 1086 reads
Access content denied for anonymous user
Categories:I have come across this issue many times now. It started to appear in Drupal 5.x . The reason is not completely clear to me but some say that it has something to do with the tac_lite module. It seems that when you enable this module and then you disable it, it won't properly restore the node_access table in the database. It won't create the default node_access row. To fix it, just run the following query:
- Add new comment
- Read more
- 460 reads
