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

Modifying Search To Make It Search New Profile Fields?

What is the easiest or best way to modify Drupal's built-in search capabilites to make searches take new profile fields into account?

If anyone could shed light on that I would be grateful. Does it involve perhaps writing a new search module to extend the built-in mod? Does it involve using the hook hook_form_alter in order to alter the default search form?

t h A n k S

blog module: restricting access

I want to restrict access to blogs to the individual users that own them. Currently, any blog content is visible publicly. I am somewhat surprised that there is not any sort of access control built into the blog module, but I am trying to get around this by modifying it to meet my needs.

I tried modifying the hook_access function in the following way...

RSVP Module on 4.6 - invitation email gets mangled

Hello,

as above, some recipients of the RSVP invites get mangled gibberish. Some get half gibberish. And some don't have any problems at all.

Does not seem to matter what client they're using - M$ OE, full Outlook, Horde, Thunderbird, etc.... some webmail users get garbage. Some don't. Some POP or IMAP clients get perfectly fine formatted email with links. Some get garbage.

Looking in the .module itself, it seems kinda straightforward... there's a mail function, with plain text, some \n ewlines, and a few variables to call in the names of stuff. Great. I don't get what could be going wrong.

Here's a failure example (i've privatized the (client)):

From: rmunsch (rmunsch@solutionsforprogress.com)
Sent: Monday, August 21, 2006 6:53 PM
To: (invitee)
Subject: (site) - Event Invitation

Hello! You have been invited to attend an event by rmunsch at (some site). Please respond to this invitation by following this link:  http://(some address)/rsvp/email/d1ea3347589c4b48e817a783128283df Yo

This is my favorite - everything's fine until halfway through the link. Then it explodes, and just stops.

Database issue? Something else??

note: now i'm getting forwards that sign-up emails are also being mangled. Aargh...

even better. They look like this:


To: (client)
Subject: Account details for testnewuser at (site)

dGVzdG5ld3VzZXIsCiAKVGhhbmsgeW91IGZvciByZWdpc3RlcmluZyBhdCBCb3hlczJCcmlja3Mu

image.module custom layout help

Hi folks,

I am tyring to theme my image.module pages nicely and I found the code within the image.module file that seems to handle this. I don't speak PHP so its difficult to experiment with the code to make the changes that I want. Basically, what I want is to format the teaser and full nodes separately, the teaser to have a right aligned image with text body wrapping around and the full body to remain as it is with a default image alignment.

The Code is as such:

Comment Notification module - testers wanted

Hi all,

please stop by at http://drupal.org/node/79980#comment-147753 and help me test my comment_notify module

thanks,christoph

How to use tables in Form API

A simple example:

Pages

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