Ronan
Drupal 4.7.2
Gallery 2.1.1a
g2image 2.0
TinyMCE 2.0.6.1
Working on a completely new web site for the Fachaux Company (www.cal-fachaux.com). Available soon with Drupal.
I'm asking for hints 'cause it will probably be easier for me that way, rather than scouring the docs and existing source. Any hints are much appreciated!
So, to the issue. I have just moved my PostNuke based site to Drupal. That all went great. The old site had a custom module to present a sheet music archive I'm hosting, and I need to move that to Drupal as well. The module is entirely based on file system structure and needs no administration interface, nor any means to add or update content from the web site. What it does need is means to parse the url argumets to filter the output and to serve the PDFs. To whit:
I am proficient in PHP coding and I already have code to scan the file system and build structures that implements the categorizations. I would like to know the proper Drupal way to do a module that renders a custom page with the abve listings in order to get proper theming and generally to be a good Drupal citizen. And also if there might be any other issues I'm not aware of.
I host the site www.ukfans.uk. I am looking at an easy way for my members to create images in their blogs.
I have experimented with several image modules and have decided on using Image & img_assist. Once an image is included in a blog using the img_assist & IMG tag (HTML), the IMG link is incorrect if a user updates or deletes the image file. How can I educate my members to update any posts that have IMG tags when they update the Image node ? Is there a more efficeint way of handling this ?
I am interested in some non-standard new account options:
A new account that is created and an access level is immediately granted. However, if the user wants full access, then they need to validate their account via email.
This idea was presented to me as a way of allowing the ease of new account setup but delaying the email validation step. This would give the user full access immediately but only for a certain time period.
The script works fine on my local server, however on my hosted server the video is uploaded to the tmp folder but then never moved to 'files'. Uploading the same video in acidfree or with the video module works fine on the server. I have double checked all the folder permissions.