Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
As you definitely will notice I am a novice in Drupal, PHP and everything. All I have is a idea. To the problem.
I would like to add a custom page for the Admin only. This page template contains a certain css file and shall be used by the Admin and for a Page only.
I read in the Forum that this is supposed to be working and easy. Easy depends on the point of view, I did not understand how to do it.
I have created a very nice calendar using CCK, Views and Calendar modules, but it only shows events on their starting dates. Since I allow the CCK Date field to have a "to" date, I would like to be able see each event on any day in the calendar spanned by that event's dates. Does anyone know how to achieve something like that?
I've also noticed that the CCK date module does no validation of the date orders, allowing "to" dates to be before "from" dates. Does anyone know how I can fix that too?
/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
background: #ffffff url(bg-content.png) repeat-x 50% 0;
position: relative;
}
I have made bg-content.png 440px wide and I want it to align left (rather than centre) but offset by 50px so it joins up nicely with the bg-content-left.png (currently the first part is missing
When i access my site (local site ex. http://localhost/drupal) Drupal direct me directly to my admin page. I would like that the first page is the one that user first must login or see the visitor page material. What to do?