I would like to extend the JobSearch module, which defines the 'job' and 'resume'
node types.
how to have an "apply now" link for 'job' nodes which sends an email notification to the
recruiter and makes the user's resume available in the "applied for" list?
I'll use the main content types that the "image node" does my website,
having of the article have a thumbnail image, having of the article have no thumbnail image,
problem BE:If submit an article which has no thumbnail image, The Latest images block has no display (don't display nothingness), how make to submit an article without thumbnail image, does Latest images block can display an thumbnail image of article which has a thumbnail image in a term (In before submit of the article)?
I'm writing a module that uses form_alter hook to add extra fields to a node entry page. I need to layout the fields in a table but not sure how to do it. I've looked at the system module to see how drupal lays out the theme selection page, and that uses a seperate theme function - how can I theme the layout of the form fields from within the form_alter hook though?
Because ZIP creation and manipulation functionality is not implemented into PHP for most people, I found a method of creating zips with a simple zip class that should work on any platform.
Here is the 'zip.inc' file (taken from the phpMyadmin project) that you should place in the includes directory (optionally, if you don't want users to add files into the includes directory, you can save it in your module, save it in the same folder as your module, etc.):
I went through the various forums and part of the code and I have a feeling that there is a nice feature to be developped. Unfortunately it would take me quite long with this level of experience, thus I am looking for some partners. I guess this would be interesting for several people (if does not exist somehwere already)...
I am looking for an image modul that helps uploading, inserting and maintaining pictures for story-like pages and where the image is stored not in a common folder, not in the user's folder, but in a folder related to the page itself. For example if the page's id is 1234 then all images uploaded for that page should be stored in folder files/1234/. As far as I see this feature is not implemented. All other related features are implemented in various modules. Hereby I add my whislist:
upload images to temp directory when creating the page and move it to the directory related to the page after saving.
do not create node for the image, only store relevant reference in the database and store the file in the directory.
use the image in the web page by including tags as [IMG ...] like in case of other modules with filters.
pictureas are to be referenced by their filename (without folder)
using some features for aligning the image left, middle, right in the tag.
image sizing is not an issue, upload the image at the proper size at this phase
Does anybody know if there already is a module that allows registered site users to 'send' mail to each other via the website. So, it is not actually sending mail but writing/reading the dbase.
And I don't mean messaging or chatting, but for example a registered user can:
- search the registered userlist on the website for contacts
- select a contact to add to his personal contact list on the website
- select a contact to send a personal message on the website
- view his/her personal inbox/outbox/drafts on the website