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

Gallery Module (Gallery link Problem)

I've installed gallery module on drupal. After that, the link
"gallery" comes between "home" and "photo gallery" on the initial page of drupal.
When I clicked on "gallery" Browser says that page is not found.
When I clicked "gallery" on the page, in the adress bar it writes that:
http://my_host/module.php?mod=gallery this link doesn't work.

License Compatibility

I would like to write a module that uses the textile parser to make my node output all nice, without giving users the ability to post html. Textile is perfect for this, but it is not released under the GNU license. It is released under an open source license though, but I was wondering if there is any problem using it to write a module for Drupal?

Here is the license: http://www.textism.com/tools/textile/license.html

Workflow

Would love to see Drupal have real workflow management. So any object can change depending on acknowledgement of a role. For example, user can submit request to become admin of site, active sitadmin sees request and sais "yes", might go to higher boss who acknowledges as well. then object is change is database or ldap server and user is admin.

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);

Pages

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