D7: Is the contact form/module secure?

Hi, there,

I am using D7 for a new site, with a contact form, and I noticed that it doesn't have any sort of SPAM control. The Contact Form module doesn't seem to be D7 ready, so I'm not sure of any other solutions.

Is core's contact form secure?

Thanks in advance,

- Paul

Views and rewrites of url's

Good morning

I have a problem with the rewrite function within views.
I have a url of a image but i want to show the image. When i check the info on the bottom of the rewrite box it states that i need to use the variable entity_id.
So i am doing that. This is the code i am using.

<img src='[entity_id]' width='400' />

I did put the label on none the wrapper on none.
when i check the source of the page it puts out the following.

Displaying menu and children

Hi everybody! I seem to be stumped at this point. I've been searching for two days for a way to properly display my menu along with children. Honestly, I'd just like a way to have a

  • output of everything and then I could style it however I wanted. Ok, so far, we've created a custom menu called menu-categories along with one child link. I've been able to display the first level of the menu with great success using
    <?php print theme('links__system_main_menu', 
    					array('links' => $main_menu, 
    						'attributes' => array('id' => 'main-menu', 
    																	'class' => array('links', 'inline', 'clearfix')
    																	))); ?>
    

    and setting my menu as the source for both the main and secondary links. The issue is that with

     <?php print theme('links__system_secondary_menu', array('links' => $secondary_menu, 'attributes' => array('id' => 'secondary-menu', 'class' => array('links', 'inline', 'clearfix')), 'heading' => t('Secondary menu'))); ?>
    

    I get nothing. What am I doing wrong? This has troubled me for two days now. If possible, I'd also like a few pointers on how I could customize the resulting sub-menu as much as possible. To be specific, my sub menu has this mark-up

Drupal Equivalent of DSpace

Hi there,

I'm looking to create a repository of resources made up of audio, images, video and text and would like to use drupal because of its power and flexibility to configure custom content types for each media submission . I would also like to group each submission under a "project level" before adding taxonomy to categorise. Each media submission could be used in 1 or more project.

[SOLVED] send mail when new content

Hello,
I am looking for a future for drupal. Need to send email to all registered users no matter if they subscribe or not when a admin creates new article/poll or edit when he edit them. This site is used by small and closed group of people and I need to send them those mail everytime and I have to be sure they can't unsubscribe. I tryed to do it with Actions, but there is recipient and I don't know what enter to use all registered users - something like? [users:all]...:( Is there a way to do this please? Someone help...Thanks!

Customize select list widgets?

I was wondering if anybody has altered the core widget 'select list' using jquery, to modify its appearance and structure? Hierarchical select isn't working for me, but i'm using a vocab that has 2-3 levels and the core select list just displays them in a single file drop down. I've seen some Jquery ones that have a 'nice menu's' structure to them, which you can pop out sub categories and keep things clean.

Or just somehow hide the children until the user clicks on it. Has anybody done this yet?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x