Match-making functionality

Am trying to create a drupal website that has match making functionality similar to an online dating website...I can sign up and specify attributes I am looking for (colour of eyes, hair colour, interests etc) and when entries that fit the attributes are posted on the website, I receive and email of that entry. Alternatively a real estate website where I can sign up to receive emails when a house that I am looking is found.

Any ideas how this can be implemented?

Thank you...

User Relationship Elaborations

Gives users the opportunity to elaborate on their relationship to another user.

There's a setting on the User Relationships administration page that lets admins choose to only use the API portions of this module. If checked it will hide all UI elements of the interface.

User Relationship Node Access

The User Relationships node access module only opens up access to pages that have had that access removed using another access control module.

From the included README.txt:

User Relationship Node Access
-----------------------------
Lets users set node permissions according to their relationships

The module allows node authors to share their posts with users with whom they have an establish relationship. It's also possible to grant edit and delete rights to related users. If you use Organic Groups, the module allows author's related users who aren't in any selected OG audience to still access the post. This module on its own does not deny access to any content.

Configuration
-----------------
1. Enable the module under Admin -> Site Building -> Modules
2. Under Administer -> Users -> Permissions, enable the "grant view permission to related users" permission to desired user roles that will be sharing their posts with their related users. For example, authenticated users

RRS title + teaser displays full text

Hi,

I'm having an issue with my RRS. In the options I pick title + teaser to display, but when I go look, it's the full text. I think it's because I use a custom teaser break. On front page etc, the teaser is displayed well, but in RRS it's the full text.

Access denied popup at Image Upload with ckeditor

Had the error below whenever I clicked UPLOAD to add an image to an article, so I completely removed D7.10, created a new database, and did a reinstall. The only module I added was ckeditor 7.x-1.6. The error is still there with the fresh install. The popup reads

An error occurred while attempting to process /star-watcher/drupal-7.10/file/ajax/field_image/und/0/form-P3VEa4NTzxFxkNBYQaoC5Y8XY8OsK79LLD4svpvKcg: Access is denied.

How to integrate LightIRC Flash IRC Chat into your website.

I have been trying place a chat on my site, http://www.cigardiary.com, where groups of cigar smokers can gather to chat. There were a number of modules dedicated to chat. One of them, PJIRC looked promising, but the client threw a security violation when starting up, and I didn't want to subject my folks to clicking off a security violation each and every time they fired up the client.

Then I found LightIRC.com who produced a Flash chat client that was pre-integrated into their irc.lightirc.com server. I was thinking that I would need to write a module to do it, but then I got another idea.

Step 1: Create a custom node type.

I created a node type called LightIRC Chat. This allows you to create a custom node template that only applies to the chat node type.

Step 2: Create your custom node template.

My template is called node--lightirc_chat.tpl.php and contains the following code:

print $node->nid; " class=" print $classes; clearfix" print $attributes; >

print render($title_prefix);
if (!$page && $title):

print $title_attributes; > print $node_url; "> print $title;

endif;
print render($title_suffix);

<?php
if (!$logged_in) {
print "Please log in to use the Chat.";
} else {

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x