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

nfuse classic ica?

hi

does anyone have plans or ever thought about integrating the ica / nfuse classic functionality within drupal or even within php?

please respond in thread or drop me a mail private at b.boerland at pinkroccade dot com

Profile module feature request

Hi Drupal masters,
It is good idea add three fields into profile module. Phone number, mobil phone number and contact (with public property) e-mail? What do you think? :-)
Is there a posibility list public info about all users on one page or I have to make own module? For example I need present PGP keys list (or phone number list).

Thanx for your good work and sorry for my english :-)
máca

texturize module and my hack for tabs

i copy & paste stories from word and there is tab characters on it. i made a hack on texturize module:

$curl = str_replace('---', '—', $curl);
$curl = str_replace('--', '–', $curl);
$curl = str_replace("...", '…', $curl);
$curl = str_replace('``', '“', $curl);
$curl = str_replace(' ', '& nbsp;& nbsp;& nbsp;& nbsp;& nbsp;& nbsp;& nbsp;& nbsp;', $curl);

Module Descriptions Online Somewhere?

I hope this isn't a dumb question, but is there a place that lists the module descriptions without having to download it, uncompress it, and check the README file?
---
BenV

url of installed modules and xtemplate

[not to sure if this should be a generic feature request, posting here first to get your opinion]

i like the xtemplate theme a lot, especially the easy of making new menu's via the admin interface. the only downside is, that one doest know the location (read: uri) of a new installed module.

normally this module will auto appear in the menu with a fixed name but with the right url. now with xtemplate one has to add the module url manullay in the menu but the admin doest know the exact url. the way i solve it is to switch to another theme, see/copy the url and switch back to the xtemplate theme and add the url in the menu.

my question is, is there a smarter way of doing this?

if not, i think the default url of the module should be included in a (standard) install file. adding something like:

URL for module xyz for users: http://foo.bar/xyz

would be nice if this url would be somewhere in the help file of the module, so wen enabeling the module by the admin, he/she can copy the url as well.

hints? any thoughts?

Calendar/Event/Work Scheduler

I've found a calendar. But I need a little more than this... I've got hundreds of volunteers. I want my site to have the ability for these volunteers to signup to volunteer for an event on a specific day or days.

For instance, userA views calendar, chooses event and signs up. Then as that event approaches, I can have a list of volunteers. Would be nice of the scheduler could also send a reminder email to them in advance of the event--1 day, 7 days, 10 days, etc.

Does this mod exist? Anyone interested in writing it quickly for a couple of cases of good beer?

Pages

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