Questions with removing fieldsets and changing weight of fields

Hey, I created a couple selection fields for user profiles, and have them displayed on the registration form, but I'd like to clean up the layout by removing the fieldset border around the fields, and I'd like to change the weight of those fields so they can sit at the top of the registration form.

I found this snippet of code that might do the trick:

$form['{fieldset_name}']['#access']=false;

but I'm not sure what to enter into "fieldset_name." What is the element, or where would I find it?

How to transfer templat from another source?

I have a client who bought a template from template monster I think and they have it hosted at host gator. Is there a simple way to convert the base template to be used in Drupal?

How was the slideshow on drupal 7 page created?

Hi there,

First, congratulations to all involved in this project. Great work.

I installed Drupal 7 and I'm trying to adjust it to my needs. One of the things I'm interested in is slideshows. I did some research and the views_slideshow is the solution I liked the most and the one I'm exploring right now.

But I saw the slideshow in http://drupal.org/drupal-7.0 and it looks great and simple. How was it created? Which modules were used?

Maybe I get lucky and one of the site admins see this post...

views tuts

Can anyone point me to some good tutorials covering the "views" module? I am trying to compile a list of handy Drupal tuts online.

drupal_get_from() Returns "Array" as output

In Drupal 7, if you return output of drupal_get_from() directly it works, but not assigned to a variable.

For instance,

function mymodule_admin_config_page($extra = NULL) {
  return drupal_get_form('mymodule_admin_config_form', $extra);
}

is working, but not

Drupal 7 Content encoding error HELP

When you throw the files from the Drupal 7 on the server a message pops up under your domain:

"Error encoding content

The page can not be displayed, because it uses incorrect or unsupported compression methods. "

Why and how to fix this? this is the case for hosting home.pl and cba.pl. You are the new in this topic, so please be detailed help (step by step). I would add that one person in 10, everything looks normal, but I can not. I Win7 64bit. Drupal 6 work normally .. help.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x