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