In my Poormanscron setting page
the cron is set to 1H every 1 Hour the cron run so i want to change that time to 15 min but in the setting there is nothing less than 1 hour, is there a way on the files that can help me to add 15 min to that module
Hi, Please help I desperately need to STOP a cck field called field_footnotes from being indexed and searched. I found this solution Hide CCK field/s from search results and indexing but I am having trouble getting it to work. Drupal still indexing.
I know hacking the core module is a bad idea but I have no options at this time. Can you take a look at the code below and see if it makes sense?
Team..... This post can be ignored as I've discovered that I need to use a hook to accomplish this task. The issue now is that I need to find a good example of using a hook_views_query_alter in Drupal 6.
My apologies...
-KP
=======================================
I'm using Drupal 6.0 and I have a sql subquery that needs to be run via a View (Views 2). I've tested the subquery in PhpMyAdmin and it works perfectly, now I need to incorporate that query into my View.