Does anyone know how to make the image descriptions (image.module and image_gallery.tpl.php) show with the thumbnails?
Since it shows up with the preview image, I tried adding $content.= '<div class="description">'. check_output($gallery->description) ."</div>\n"; below this line in image_gallery.tpl.php:
On my site I have 2 user groups: Schoos and students. For both user groups I have corresponding user roles and I would like to have 2 register pages where the new users are automatically assigned to the correct user role:
Register Students --> Automatically assigned to the user role Students
Register Schools --> Automatically assigned to the user role School