Hello
I need to upload in my website some pdf file of size greater than 40 Mb...I looked at various post and these are the settings of my php.ini file:
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
;max_input_nesting_level = 64 ; Maximum input variable nesting level
memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)
I've installed the Events module and use it to publish event notices. If a user comments on an event their user image will appear in the heading above the title and "submitted by" section. What's the best way to hide this image. I could do a "disp: none" in the CSS, but I figure changing something in the content type would be "better". However, I can't find anything within configuration pages which describe the behavior of the comment.