I haven't used node table to store my content (because I was using forms api to store the content in a database table designed to handle specific data). However, now I am stuck because search by keywords block module in drupal core wont be able to search my custom content. Is there some custom code which I need to write so that my data is also searchable? If yes, which file(s) should I modify? If that doesn't work, is there any way to link my content to the node table so that keyword search works for my custom tables?
Is it possible to restrict the User login by IP address (i.e) at the time of login additionally check IP address of user of user machine with already given IP address list.any contribute module available in drupal 7 to provide similar functionality.please any helps me to figure this needs.
I have a D7 install. I'm trying to use Rules to enter data into a field that is not a core field. The field is created by the Feeds Module, and it is the URL of the feed source.
In the Database, the table is called "feeds_source" and the field is called "source".
The Rule Type is "Execute PHP Code". I've confirmed in the debug that the rule is firing.
Every time I add content to my Drupal site I have the option to post it on my front page.
The problem is that I want my front page less dynamically. Let's say that I want something like http://drupal.org/ menu up, logo - search box, and the content divided in 3 columns (Why Choose Drupal?, Sites Made with Drupal .. ) that will remain the same.
This sounds more like creating Blocks and edit them with text and images. I don't think that creating custom content and then 'Promoted to front page' will be a solution.