Drupal is up and running but how do I ...?

Header Title Customization

I hope there's an easy solution for the following.

In my navigation menu one of the main sections is called "Visiting the Museum." Under Visiting the Museum there are some subcategories: Hours and Directions, School Groups, Family, and Adults.

Visiting the Museum
-Hours and Directions
-School Groups
-Family
-Adults

Main Content and Side Content- Node image?

Hello,

I would like to organize a website like this:

On a default page, there always should be the text at the left side and all additional content on the right.
I tried to do this with the "Side Content"-Module, but the problem is, that it is not shown everywhere (f.e. in the blog or article view- only if I display the detailled/read more view).

Is there a module doing this, or a theme that puts all attachements and images in a separate block? Or do I have to make my own theme?

Paging a 'for loop'

Trying to set a pager ( 5 results per page) for the for loop as shown below. The 'for loop' works like this, the do_search gets the resultset from google web services (not a database call) using google api .
100 results are returned but i want to page 5 results per page.

I couldnt set the pager for the same, how do i set the pager here ?

<?php

....

$number = 0;

for ( $start = 0; $start <= 90; $start=$start+10 ) {

if( do_search( $q, $type, $key, $start, $ret ) ) {

$count = $ret['estimatedTotalResultsCount']; // total number of results
$secs = round($ret['searchTime'],2); // time taken to search (in seconds)
$min = $ret['startIndex']; // first record returned
$max = $ret['endIndex']; // last record returned

if ($max) {

// list results

foreach($ret['resultElements'] as $result) {

if ($result['snippet']) {
$output .= $result['snippet'] . "
\n";
}

$output .= "

";
}
$number++;
} // if ($max) {

else {
form_set_error('$err', t('Sorry, no results were found on this site'));
}
} // if( do_search( $q, $type, $key, $start, $ret ) )
} // for ( $start = 0; $start <= 90; $start=$start+10 ) {

Blog and Side Content

Hello,

is it possible to show "Side Content" in a Blog (it's shown when I go to the detailled view of a blog entry, but not at the blog page)?

Thank you

Adriana Mikolaskova Nautsch

Attachements in Side Content

Hello,

is it possible to attache Files (with the Attachement Module) to the "Side Content" (Module)?
When I create a new page I don't see this possibility in the interface...

Thank you

Adriana Mikolaskova Nautsch

From where the value of %d is set?

Hi,

From where the value of %d is set?

This I am asking regarding user module and user id.

Thanks,
Fiyaz

Pages

Subscribe with RSS Subscribe to RSS - Post installation