This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Best way to impliment advanced search

I am building a module to interact with an existing database, allowing users to access the database content without leaving Drupal. Because of my setup, all viewing and editing is handled by my module and the data is not stored locally in nodes. My last step in development is creating a way for users to search.

Including a page in a block

I would like to pull in a side bar of adverts that I use on another site.

What is the best method to bring in the content?

Should I just create a block and then include the file from remote site?

Once again thankyou for all the help.

Content from Module not filtering/formatting

I created a module that displays block content and the content that is displayed is not formatting.

For example, if the content contains www.yahoo.com, it does not change the content into a clickable link.

I have the Full HTML input format turned on (with URL filter and BBCode) and it works for all other content.

Do I have to add something to my module?

n:m relation with forms?

What is the best way to handle n:m database relations with own developed modules?

I have two entities (articles and shipping-sizes). Every article contains 1-n "shipping sizes" (like 1 kg, 1 ton, 1 packet). Every entry in the shipping-size database can be used by c:n articles. To stores this setting in a database i decided to make it with an n:m relation:

article (nid, name, ...)
shippingsize (nid, name, ...)
x_a_s (article_nid, shipping_nid, amount)

Multiple instances of a block module on same page with different content

Hi,

I am a beginner at wriring Drupal modules (but I do have a reasonable amount of PHP experience), so please bear with me. I'm writing a block module that will display a preview (title and teaser) of a recent piece of content of a specific content type - the type can be configured in the block configuration screen. An example would be a recent news article to be displayed in a sidebar.

writing a drupal module in php

how to write a drupal module in php.

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions