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

Security Issue with 4.4/4.5

I've noticed that sometimes when you log onto a drupal site, you are logged on as someone else - which is a bit of a security issue to say the least.

Anyone else experienced this?

Is there a way to speed up or cache images uploaded with download ?

Hi alll,
I developed a module that lets you put inside body inline images uploaded with upload module.
I'm using private download method to output the file.
My impression is that caching of the image is not done.
How could I accomplish this ???

Here is what I'm doing now; based on the file name, I determine if to print out the img tag or a link to the file.
I create filename return by using standard file functions: file_create_url($file->filepath), then I use the following themeable function to print out fillename.

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

Pages

Subscribe with RSS Subscribe to RSS - General discussion