This forum is for less technical discussions about the Drupal project, not for support questions.

Image module without taxonomy listing

i would like to disable taxonomy listing in image.module so i commented here (line no. 392, image.module), in

function image_form(&$node, &$param) {

// Taxonomy select form
// $output .= implode("", taxonomy_dropdown("image", $node));

I observed that code that followed are

if ($node->image_path) {
$output .= form_item(t("Thumbnail"), "Only local images are allowed.thumb_path\" />");
}

Download permissions when using node_access control

Hi all,
another problem I'm facing.
I implemented a site with private/public per node management (using node_access standard mechanism and implelmenting a specific module that gives some roles the ability to see 'private' contents.
Now, if I have a node with some files uploaded with it, I would like to be able to inhibit file download if the node is private and the user cannot see it.
Even if I use private download method, a non registerd user can download the file.

Refer module alternative: 4.5

Hi,

i would like to have a reference module, is there an alternative to tgat since it's not more supported?
I tried the emailpage module but it doesen'twork for the general website, only for a specific node.

Thanks,

Roseline

Ber Kessels's module: Sections SQL table

I would like to try the Secions module by Ber Kessels.
Howwever, i don't find the SQL table 'sections_data'

I would like to try and test the module.

Thanks,

Roseline Paquin

Broken link: drupaldocs.org/api

wasnt working for the past couple of days

http://drupaldocs.org/api/head/group/form

Using thttpd with Apache to serve images

I am planning on porting another web server to serve images next to Apache.

I am considering thttpd or Tux, listening to another IP and port.

Is anyone using it to serve Drupal images, next to Apache to serve the rest?

How to configure Drupal to do it?

Pages

Subscribe with RSS Subscribe to RSS - General discussion