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

I'm looking for module that make possible vote on users profiles.

I'm looking for module that make possible vote on users profiles. Is there anyting like that? Thanx for answers.

David

Whitelist Module

This idea came to me after finding out no similar functionality exists in Drupal. I'm not a PHP programmer, so I'm asking for somebody's help in the creation of this module; more accurately, I'm asking for somebody to make it since I am not able to. Any help would be much appreciated.

Here's the rundown:
 - Used to restrict a Drupal site to specific IP addresses.
 - Can either: (ideally both options would exist and you would select which you want to use)
    1. Block those not on the whitelist from viewing the site at all. Those not on the whitelist are redirected.
    2. Check the user's IP when they attempt to login. If the IP's not on the whitelist, they can't login.
 - Accepts individual IPs or IP ranges.
 - IPs are not associated with specific user accounts as users may access from multiple locations and need two or more entries accordingly.

Basically it's like an opposite of the ban list in troll as far as concept goes. Maybe this could even tie into troll if the author would be interested in adding such a feature. Note that, no matter what, users would be allowed to login; the whitelist is just one step in their authentication process.

Amazon.com Module

Anyone know of any good drupal sites using the Amazon.com Associate Tools module? Im thinking about creating a site with this but wanted to see it in action first, the screenshots from the module page are good, but id like to see more. Thanks.

How to create a menu block in a module

Hi,

I want create in my module, a block that contain a menu like the menu in the navigation block. I tried to implement the hook_menu(). The problem is that only create menu item in the user's navigation block.

Does anyone tried to do something like this ?

New Module: PrintView

The module is simply spoken a crossing of 'Print' + 'PDFView' = 'PrintView'.

I really like the print module (printer-friendly pages), but it does not meet all my
requirements. What I needed was the ability ...

- to print taxonomy/term/x or taxonomy_menu/x pages, which contain multiple
nodes. print can only format node/x pages. some basic structural changes were
needed to archive this, so can cannot provide a simply patch for print module.

- to create a pdf download of the preformatted (using print) page (pdfview does
not format the page before it creates the pdf and therefore leads to malformed
pages frequently).

- to add a single link 'print version' (e.g. to the footer) to provide the users a
printer and pdf view of the pages.

PrintView qualifies for my benefit and is easy to use.
You can prefix your page url with
- print/ to get a printer-friendly version of the page
- pdf/ to get a pdf download
- printview/ to let the user choose the format
for example 'print/taxonomy/term/3' creates the printer friendly view of
'taxonomy/term/3' and 'pdf/taxonomy/term/3' a pdf version for it.

I know that PrintView is not perfect and the pdf view needs more work, but I also
think it has potential. (The module uses html2fpdf to perform pdf conversion,
which is still in beta state, http://html2fpdf.sourceforge.net/) Maybe it can be
further extended and with your help succeed print module one day.

Any Sudoku Module Creation Plans Out There?

Hi All.

I would love to add a daily Sudoku puzzle to my sites. ..

Does anyone know if one is in the works? I saw the PHP Nuke has one, while searching Google.

As an alternative, does anyone know if there is any PHP Snippet/Code out there that may accomplish the same thing?

Thanks!! :)

Pages

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