It appears the Project module (same module used to display latest releases of Drupal) is not actively being developed, the last release was for Drupal 4.4. Any idea if this module will be updated anytime soon?
Is there any way to have all node teasers be displayed on the site (e.g. the main page) but give the "no access" message when the node is visited? I ask this because I am working on a paid-content site and would like users to see what content is available but not see the whole story unless they have the required privileges.
How would I go about writing a module for this? Or does one already exist?
I am a beginner php programmer (though very good at learning through example) and I am attempting to modify the Image module to output the gallery in a different format along the lines of
_______________________________________________________
|[thumb1]*| [Description]
|********| [link to full sized image1] [link to attached pdf file1]
|_________|_____________________________________________
|[thumb2]* | [Description]
|********| [link to full sized image2] [link to attached pdf file2]
|_________|_____________________________________________
|[thumb3]* | [Description]
|********| [link to full sized image3] [link to attached pdf file3]
|_________|_____________________________________________
*=blank space
Several questions:
1. How do I use the modified image.module (to be renamed pdfimage.module) while continuing to run the original image.module- where are all of the instances where i must modify the code or file/directory names or global variables, etc? This is my most important question, how to run multiple instances of image.module...
2. How do i call the attached file location using my node? I am using the attachement module to upload an attached PDF files...
3. Is there a way to automatically generate thumbnails of (page 1 of) PDFs? How do I incorporate this into image module?
4. Is there anyone who has coded something very similar and would be willing to share the code? Is there anyone who would like to code this for me (for no cost :)
Is there any Quiz module which offers some basic featuers of online quizzes available now? For "basic features" , I mean that the administrator can create some multiple choice questions and when visitors complete those questions, they may either get a numerical score (just like a regular quiz) or some comments on their choice (like a kind of personality test, or fortune telling). Thanks a ton!