after installing the weblink module, the sitecloud module has become redundant to me. except for the fact that all my sites are currently in the later module.
anyone migrated from the cloud to the link module and wants to share the mysql code?
I'm writing an order entry module which allows users to enter an order, and then pumps the data out in xml to a backend system. The order entry is fine - I took a look at the recipe module and managed, quite easily, to get the basics up and running.
The problem I have is that I seem to be unable to figure out how I can enable users to be able to edit orders once they've been entered.
Users with 'administer nodes' permisssions can edit them, but I don't want the order entry users to have that permission set up.
Hi I got problem to access my MySQL database in Drupal. The web-host that I got have a @- character in my username and drupal dose not like that. Do some one know how I could fix this in the user.module?? I know that in the specification it stands some thing that after the last @ the hostname will bee, but it dosen´t look to woork like that.
I'd like to use a module hook to replace node fields with other values. The purpose is to replace multilingual node fields with the current language, without having to make nodes aware of which language they are running in.
In other words, I'd like to be able to define a module hook that catches a node after it has completed loading, but before the node's view hook has been called. At that point, I would be able to muck with its fields, and then let the normal display process take care of it.
Are there existing hooks that would allow me to do that?
More specifically, something along the lines of the image.module which will separate documents into groups...and display title, size, description, and a link for downloading that document.
I was going to start writing one, but do not know where to start :(