5
votes
How do I create a node from a cron job in drupal?
The best practices method of making this happen is to utilize drupal_execute. drupal_execute will run standard validation and basic node operations so that things behave the way the system expects …
1
vote
Drupal: where to display custom search results
You can probably handle this a number of ways but 2 that you might consider:
1. (The way default search handles it) Add search params to the url so that they can be extracted and viewed on th …
1
vote
Broken Image links after migrating a Drupal site from Local Machine to Live Server
My guess is that the issue you're seeing is a result of not setting the filepath in the administration. If you go into the administration (admin/settings/file-system) and simply save the page, you …
