Please Help with URLs

I have several pages of content. My urls work fine. However, I have in the content area my basic pages and my sliders. As you can see on my home page, my menu links work and my slider links work that are connected to the sentences under the sliders. I am trying to redirect the sliders to already existing pages but cant figure out how. I want them to redirect to my menu links.

Can someone please help. Ive been stuck for a week and template monster wont help.

see for yourself.

www.stanleyfamilylaw.com

I am looking for some modules!

Good evening

I am looking for something in Drupal 7 that just HAS to be in there. I'm building a website which has to be used by normal people (ie not programmers or whatsoever, they know very little of a computer) so the website should be easy to use. Everything is going fine, but I'm stuck somewhere:

I want to create a menu item 'Media', which has two subitems 'movies' and 'images'. Now I'm looking for two modules:

How to embed a video in a sidebar ?

Hi,

I'm getting started with Drupal 7.

I can't find the simple way to upload and embed a video in a sidebar.

The idea is to create a custom frontpage with embeded video and audio medias in the sidebar.

Should I try to embed medias in blocks or use Views instead ?

With Wordpress, this is made really easy using Widgets, what's the regular way to do it with Drupal ?

Thanks a lot

Required fields validation do not work in themed form

Hi

I've made a custom form that has several REQUIRED fields like...

...
 $form['name'] = array(
    '#type' => 'textfield',
    '#maxlength' => 100,
    '#required' => TRUE
  );
  $form['firm'] = array(
    '#type' => 'textfield',
    '#maxlength' => 100,
    '#required' => TRUE
  );  
...

pretty straightforward...

i theme my form using the template:

<div>
	<?php print $title; ?>
	<table>
		<tr><td><?php print t('Id'); ?></td><td><?php print drupal_render($form['id']); ?></td></tr>
		<tr><td><?php print t('Name'); ?></td><td><?php print drupal_render($form['name']); ?></td></tr>
		<tr><td><?php print t('Firm'); ?></td><td><?php print drupal_render($form['firm']); ?></td></tr>
		<tr><td><?php print t('Active'); ?></td><td><?php print drupal_render($form['active']); ?></td></tr>		
		<tr><td><?php print t('Stockpicks'); ?></td><td><?php print drupal_render($form['active_stockpicks']); ?></td></tr>		
		<?php if (!isset($variables['new'])): ?>
		<tr><td><?php print t('Inactive Stockpicks'); ?></td><td><?php print drupal_render($form['inactive_stockpicks']); ?></td></tr>		
		<?php endif; ?>
	</table>
	<br/>
	<?php print drupal_render_children($form); ?>	
</div>

it renders well...

Create a custom content type: choosing rights

Is it possible to create a custom content type where you can select for witch role this content type is viewable. Because I want to make a site for our astronomy club and we would like to post news articles but some may only be visible for members.

Do I make 2 seperate content types (with acl so that is predefine that the one is for members and the other for the general public) or can I make one so that the person who is posting the articles can choose who can view this news article out of a dropdown list if ith is for public, members or supporting staff

Drupal buddy mentor.

Hi everybody

I am working on two modules and on two websites at the same time.
I am running into a lot of small problems that i post to the Coding form or ask on the IRC.
But every-time i do that it takes me a week to get it sorted out. This is slowing me down.
Is there anybody out there with experience in DR7 and entity's that would want to be a buddy / sparring partner so i can ask some questions. I am not asking for somebody to program my work i have a lot of questions and would like to talk to somebody ( email , IRC ) so i can start figure things out.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x