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

Module for running Yellow Pages with ratings

Hi there,

I'm looking for a Drupal module that allows users to generate their own Yellow Pages (e.g., drupalyellowpages.com) and then rate their or other members' listings.

Thanks in advance for your kind help,

Rodolphe
T: +32-472-846400

single or shared signon

Hi,

I'm looking for an easy way to integrate some web apps into drupal. Maybe the word integration isn't correct, but I want to use Drupal as the primary CMS. The other application aren't CMS but I want to access those through drupal by using drupal's authentication. So drupal is the primary portal with some links to other applications (also written in php). When the user clicks on that link, the webapps open and knows that access is granted or not by using drupal's authentication.

Custom module's menu items don't appear

I want to make one big menu in which a few items need to be placed that can only be visible under some conditions. As I haven't found a way to do this dynamically I tried to make a little module of my own for those few items. Here's the code:

Forms headache, advise please?

I'm trying to add more than 1 form to a block or page from a single function

// generate a seperate form for each LDAP instance
$queryResult = db_query("SELECT sid FROM {ldapauth} where ldap_directory_enable_directory = %d", 1);
while ( $links = db_fetch_object ($queryResult) ) {
  $content .= drupal_get_form('ldapdirectory_renderform');
}

I'm not having any success because all of the forms are returned with the same "id" value - sure they're all rendered and drawn - but don't get submitted nicely.

need "email post to friend" module

There are so many drupal modules that I can't find the one I want. Is there a module that allows users to email posts to other people?

This would be for 4.7.x.

thanks for any help

Block for "Recent Posts by This User's buddies"

As we know there is already a block that provides "Recent Posts by my Buddies". But what about the way that it appears to all other visitors of user's profile page???

Let's say for instance User 1, 2, 3 and 4 are 2-way buddies.

and let's say one day User68 comes across User1's profile page. How can I display a block that would show to User68 the recent posts from User1's buddies (ie from User2 and 3 and 4) ???

In simple words, is there a way to display a block "Recent posts by this user's buddies" on that user's profile page ???

Pages

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