Default 404 (not found) page how to i get that out of the error / admin log..
as i get bucket loads of this due to the dynamic nature of my site.. (so old stuff google has referenced no longer exists)
so my log is 99% full of this rubish.. how do i turn that off?
I have seen two posts that I need clairifcation on. One had to deal with images and the other 404 handling. According to the authors of these two posts, whenever Drupal loads an image that is stored in the files/iamges directory it does a complete bootstrap. Likewise when a 404 is encountered, a bootstrap is done as well.
I was checknig the following site wich is : http://www.wecompareflights.com/ ...
You can see that there is a comparing function here wich will compare selected airplane flights.
I was wondering if it is possible to implement a functionality of this kind in a drupal site. If not via a module, would it be possible to integrate a php script into a site ? How would I tackle something like this ?
I would like to know how much a user contribute to a topic. (Topic is implemented as a term in taxnomy) It is similar to "User Points" module, except that users will have one score per topic.
Are there any resources available for this function? Any suggestion is welcome.