Hello, I am looking for a page who explain the good configuration for the security for a drupal site. - Security of folder... (cmod) - Module of security realy necessary - etc.. Have you a good link who explain that ? I just find parts of explain with forums, but not a real explanation This is my first site with Drupal ... Thanks, sauvy En French : Bonjour, Je cherche des explications plus complètes sur la sécurité d'un site mis en ligne avec Drupal. Chmod sur les fichiers/dossiers, Modules à installer si c'est vraiment nécessaire... C'est mon 1er site en Drupal... Merci Sauvy
You should go here: http://drupal.org/security/secure-configuration It covers topics such as: - Securing file permissions and ownership <http://drupal.org/node/244924> - Enabling HTTP Secure (HTTPS) <http://drupal.org/https-information> - Enhancing security using contributed modules <http://drupal.org/node/382752> - HOWTO: Hide, obscure, remove clues that "Drupal" is running your site<http://drupal.org/node/766404> - Preventing execution of untrusted PHP <http://drupal.org/node/615888> - Securing user input <http://drupal.org/node/224921> - Hiding information from visitors <http://drupal.org/node/244642> Hope That helps! Regards, Skip On Sat, Jul 31, 2010 at 6:15 AM, A. Soubis <asoubis@gmail.com> wrote:
Hello,
I am looking for a page who explain the good configuration for the security for a drupal site. - Security of folder... (cmod) - Module of security realy necessary - etc..
Have you a good link who explain that ? I just find parts of explain with forums, but not a real explanation
This is my first site with Drupal ...
Thanks, sauvy
En French : Bonjour, Je cherche des explications plus complètes sur la sécurité d'un site mis en ligne avec Drupal. Chmod sur les fichiers/dossiers, Modules à installer si c'est vraiment nécessaire...
C'est mon 1er site en Drupal...
Merci Sauvy
-- [ Drupal support list | http://lists.drupal.org/ ]
Good morning, I need to create a view with a display that has two columns. A secretary needs to publish meeting agendas and minutes. The left-hand column would include links to the Tuesday agenda and the right -hand column would include a link to the Tuesday minutes. They have to be aligned side-by-side, on the same line. What would be the best way to do this? Thanks in advance, Leslie
Hi Leslie, Sounds like a "table." You likely know this but... Edit your view and under "Basic Settings" click the link next to "Style" and then choose "Table." With CSS you can then do a lot to style the table. A perpetual novice (though getting better) in CSS, I absolutely hate styling tables, I hope you don't... :) You can also do a lot of tricks with "Rewrite the output of this field" right in the field output choices right in Views. If I'm missing what you are trying to do, do give more details, Shai On Mon, Aug 2, 2010 at 2:34 PM, LESLIE FRIESEN <FRIESEN.LESLIE@co.polk.or.us
wrote:
Good morning,
I need to create a view with a display that has two columns. A secretary needs to publish meeting agendas and minutes. The left-hand column would include links to the Tuesday agenda and the right -hand column would include a link to the Tuesday minutes. They have to be aligned side-by-side, on the same line.
What would be the best way to do this?
Thanks in advance,
Leslie
-- [ Drupal support list | http://lists.drupal.org/ ]
Hello, Leslie, I hope I'm understanding your question correctly - if not, please disregard what follows :) I'm imagining two (or possibly three) node types: A meeting node (which contains the date and the agenda) and the minutes node (which contains the minutes). Possibly, you could break this up into three node types: event, agenda, and minutes nodes. In any case, your minutes node should have a nodereference that points at the meeting - you could simplify the creation of this link by using http://drupal.org/project/nodereference_url or http://drupal.org/project/prepopulate Once you create this relationship, there are a bunch of ways to manage the display - setting up a views table (that listed minutes, and displayed meeting info via a views relationship) would be a relatively straightforward way to do this. Cheers, Bill On 8/2/10 11:34 AM, LESLIE FRIESEN wrote:
Good morning, I need to create a view with a display that has two columns. A secretary needs to publish meeting agendas and minutes. The left-hand column would include links to the Tuesday agenda and the right -hand column would include a link to the Tuesday minutes. They have to be aligned side-by-side, on the same line. What would be the best way to do this? Thanks in advance, Leslie
participants (5)
-
A. Soubis -
Bill Fitzgerald -
LESLIE FRIESEN -
Shai Gluskin -
Skip Taylor