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

URL Aliases... with file extensions

Has anyone successfully created URL aliases with file extensions? i.e. http://www.foo.com/bar.html is an alias to http://www.foo.com/node/1.
I know I can do with this with mod_rewrite in Apache (I'm assuming Drupal's aliases are leveraging this) but I'd rather not throw together some kludgey hack.

shoutbox without iframe

is there any shoutbox module that do not depend on iframe?
that can really integrated into drupal in the blocks?

tnx&rgds,
rex

job listing hack/addition

Hi all,

I've been fiddling with and poking at the e-commerce, subscriptions and job search functions hoping that there would be a way to do this but to no avail (I think).

What I'm hoping to implement is a way for people to post jobs for a fee (per listing).

Does anyone know if there would be a way of making these modules work together to achieve this end or am I looking at a custom job?

Cheers

- aloicious

E-Publish module killing admin/modules page??

Wondering if anyone has seen this, its getting late at night so I could just be doing something really stupid.

Attempted this evening to install the epublish module according to the installation directions with the module, have both the 4.6.0 version as well as the CVS version.

For some CRAZY reason, once I copy the epublish directory with its files to the modules directory, I completely lose the ability to see the admin/modules page to turn modules on or off. I get NOTHING, browser loads it, says it is done, and nothing is there.

Any idea's?

Module Weblink: Some Feature Suggests

I tried the Weblink Module today and had some ideas to improve it.
I'm new to Drupal and don't know if it is the "right Drual Way" to integrate my Ideas into the Core Weblinks Module. So i want do discuss my Ideas in the Forums before i post a feature request in the Bugtracker.

Check broken Links

populate profile "list selection" field from query

Hello,

I would like to populate a profile list selection field from a query result versus a double quote comma delimited list. I am prepared to make this patch myself, but am wondering if someone has already created it. I checked the site without success.

The idea would be to include an additional input on the "Add new list selection" page to specify a query. For example:
$query = "SELECT users.* FROM users";
$result = db_query($query);

Pages

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