Drupal 7 List nodes within the date range

I am looking for a solution which displays node list within the date range. Requirement is to display events from today to next 6 days group by date. I have a content type "Agenda" with a date field enabled. So the display should look like:

Languages header invisible

Hi,

I have spent the last two hours trying to make the title of the language switcher invisible in a theme that I installed. The theme was developpped by someone else but there is very little support if none, this is why I would preferr not to mention its name, because I'll try to solve it myself, and not blame the author.

I think that I traced the issues, because in the Bartik theme the Language switcher is shown but without the language title.

I traced this in Bartik to the template.php function where there is a funciton:

function bartik_preprocess_block(&$variables) {
  // In the header region visually hide block titles.
  if ($variables['block']->region == 'header') {
    $variables['title_attributes_array']['class'][] = 'element-invisible';
  }
}

But in this other theme, the template.php is almost empty(there is only one if for the front page special processing).

And the result is that in this other theme the html looks like this:

 <div id="header-top-inside-left">  <div class="region region-header">

    <div id="block-locale-language" class="block block-locale">

<h2>Languages</h2>

whereas in bartik it looks like this:

   <div class="region region-header">
    <div id="block-locale-language" class="block block-locale">

    <h2 class="element-invisible">Languages</h2>

Hide content type from SE and Anonymous users

Im using Views to control the look of the products in my UC shop, I have a Product Page in Views but I dont want people to come across the Product page generated by UC or in other words the anything generated by the Product Content Type , I need to hide it from Search Engines and Anonymous users, I've looked in the permissions but can't see how to do this

Php Editor delected

hi all,
i was just editing my web setting and deleted php editor by mistake, i am not able to get it back, can someone help me with that.

Ajax.js causes IE script run slow

Hi!
We are currently working on a site that uses custom made Entity and Field Collections module to create a table view from an imported and parsed XML file.

The problem that happens is that after import of the xml and the table are rendered on IE it will say that:
"A Script casuses IE to run slow.."
This occurs in IE 7 and 8, IE 9 seems to work ok.
In all other browsers it works fine (Chrome, FF, Safari etc..)

How can i create deferent template page?

The address must be "http://www.mysite.com/mypage" that i want to access "$content" ,"$node"s variables to publish a custom content type.
I used "html--mypage.tpl.php" but i don't know how can i access to other content type variables!

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x