I have upgraded from Drupal 6 to Drupal 7 successfully. But after upgrade I can see that cck fields from views fields, relationships and arguments are gone and I have add them again.
Can you please let me know if this is the case with all of you or something is wrong in my case?
I can understand arguments are changed to contextual filters in drupal 7 but why relationships and cck fields are removed from views after upgrade?
I am currenlty new to Drupal and I would like to modify the browser tab that has the name of the website to a different name.
Can anyone tell me the steps and point me to the right direction to modify it please. It should be simple but can not seem to find where in Drupal to do it.
The site is http://www.carolelewis.hk/ and when you look at the header of the browser is says Insights Coaching and I would like to change it to Carole Lewis.
Hi, I need to send thousands of emails in cron in Drupal6.
Currently, I just put the code at mymodule_cron(). But I sense it's not wise to put such big time consuming job in one cron task. In Drupal7, we can use "hook_cron_queue_info" to define the cron queue.
Is there other trick I can use to send these emails with cron? Any advice is much appreciated:)