Drupal 7 - searching custom table data

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?

Login restrict by IP address

Hi,

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.

thanks

Custom Author Name

I want to create link-able custom author name field overriding the default functionality. Help me to do it please.
Thanks

Help me correct my short php code which should insert a value into a non-core field

Hi, thanks for reading.

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.

The non-working php code is as follows:

$entity->feeds_source->source = "http://example.com";

how to do this ?

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.

Instalation profile for guided tours

Hi to all,

I'm building a site offering guided photo tours. It will have a showcase, guided tours offered, a calendar presenting available dates.

Is there any installation profile for this or similar use?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x