A Google like Calendar module where people can register their participation

Hello guys,

I'm posting here for the question described in the title :

An french carricative association ask me to update their website. Their specific demand was to have a weekly timetable where, let's say, teachers can add lessons, and students can indicate, by clicking on them, that they will attend to it ...

Do you know if there are some Drupal modules allowing to do it quite simply ?

I previously worked with several other CMS, but never with drupal. Yet, I often heard ma ny good things on it, and so decided to give it a try ...

what module should I use ?

I like to put a block with scrolling text in my website.

what module should I use ?

the idea whould be something like the scrollig text at this page:

http://www.isel.pt/

thanks gor any input on this.

.

Articles populating under the appropriate Menu items

Menu (Primary Links)
Baseball | Basketball | Boxing | Football | Hockey | Golf

...com/openpublish/articles/baseball
...com/openpublish/articles/basketball/
...com/openpublish/articles/boxing/
...com/openpublish/articles/football
...com/openpublish/articles/hockey
...com/openpublish/articles/golf
etc

Views Contextual Filters. Not using my custom views-view-fields--viewname.tpl.php template

Hi,

I've created a view with a custom template which works great until I start adding a contextual filter. This seems pretty straight forward and the query I believe is working how it should. My problem is that when the filter validates, my custom views.tpl template gets ignored. When I add my "exception" filter to the address bar, all the pieces of content show up how it should. It also uses my custom views template.

So basically I'm curious why when the filter validates, does my custom views tpl not render?

I've printed out an export of my view.

If anyone has any recommendations on what i'm doing that would be great.

The page can be accessed at kaymerica.com/news . You can use the taxonomy menu on the right to filter by category. Also you can see how my view is supposed to look if you use kaymerica.com/news/all

$view = new view;
$view->name = 'news_landing';
$view->description = '';
$view->tag = 'default';
$view->base_table = 'node';
$view->human_name = 'news-landing';
$view->core = 7;
$view->api_version = '3.0-alpha1';
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */

/* Display: Master */
$handler = $view->new_display('default', 'Master', 'default');
$handler->display->display_options['title'] = 'News & Events';
$handler->display->display_options['access']['type'] = 'perm';

Modify the default profile page/layout

Hi,

I'm using Drupal 7 for the first time. I've managed to get most of my needs working. Somehow I'm having problems with user profiles.

I've generated a user list with views (that's the easiest way I guess?) and that work fine. I want to show a nice user profile when visitors click on a user. I've searched a lot but I could not find how to modify the profile page.

I have two questions about the userprofile:
-How can I edit the layout?
-How can I modify the order (I'm using custom field)

I hope you can tell me how I should do this.

Thanks!

Using the Danland > slideshow site wide.

My website band's http://www.crossthedivideband.com is made with Drupal 7. I Used the Danland theme which features a javascript/jQuery (think) slideshow on the home page.
I would like to know how to extend this across the entire site. I am not familiar with php nor well versed javascript, but at the request of the band's frontman and manager, I need to get the slideshow to work on all pages or as a black that can be added selectively to pages.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x