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

URL for direct access over network

I have tried to connect dirrectly to the site over the network with many variations without success.

This is the file system:
/Volumes/serverhd/Library/WebServer/Documents/drupal-4.6.5/sites/ccs-pbr.dyndns.org/settings.php

And my server address is: myserver.local.

What do I append to http://myserver.local/ to get direct access to ccs-pbr.dyndns.org?

Mac OS X Server 10.3

Thanks

Paul

need help with import-export module

Exporting from local 4.6.5 installation, attempting importing to remote 4.6.3.

The installation of the import-export modulte seemed to go well. The exprot didn't seem difficult either. I chose friendly export, and saved the file as export-book.xml.

I went to import the book, and that seemed to go easily enough also. I went to the secection to upload an XML file. Clicked the "Browse" button, found the file, and uploaded it.

Afterward I had this message:

XML file
Uploaded file:
export-book.xml (3845 Bytes)

Create users with hierarchy in a tree like structure

Hi,

I am using Drupal 4.6.5 and would like to create users with tree-like hierarchy based structure. For example, I would create users with a given role (Forum A user creator) and thoses users would be able to create users only with another given role (Forum A users). My problem is that as soon as I give a user the rights to administer users, he can change his own permissions and set himself up as a site administrator. I would like the user to be able to create users and that's it.

Search not searching

I've activated the search for my website here but when I try to search it finds nothing. If I look in Admin>Settings>Search it states that

Indexing status

0% of the site has been indexed. There are 59 items left to index.

But doesn't say how to index the site.

Can anyone help?

How do get rid of the updated user and the updated date on top of my page

I would like to get rid of the updated date and updated user on my About Us and Mission Statement pages, how do I go about it? Is PAGE module is the best place to create such pages (About Us, Mission Statement, Contact Us, etc...)?

Thanks

tung

Week.module and archive: specify start date, content displayed, template?

My questions are regarding week.module and archive.module.

1. re: week.module

a. Is there a way to specify when the weekly archive can begin? For example, I'd like for the weekly listings to start Jan 2006 when you view the week/node link, but I don't know where the start date is defined.

b. And on that note, is there a way to limit the archive links displayed to only those that actually have results? I'd imagine it's something similar to what archive.module uses to only highlight the calendar dates with content, but I can't figure it out.

I think it may be similar to the days with post code in archive.module:

 $days_with_posts = array();
  while ($day_with_post = db_fetch_object($result)) {
    $daynum = date('j', $day_with_post->created + $user->timezone);
    if (isset($days_with_posts[$daynum])) {
      $days_with_posts[$daynum]++;
    }
    else {
      $days_with_posts[$daynum] = 1;
    }
  }

and


$date = mktime(0, 0, 0, $month, $nday, $year) + $user->timezone;
if (isset($days_with_posts[$nday])) {
$daytext = l($nday, "archive/$year/$month/$nday", array("title" => format_plural($days_with_posts[$nday], "1 post", "%count posts")));
$dayclass = 'day-link';
}
else {
$daytext = $nday;
$dayclass = 'day-normal';
}
if ($date == $requested) {
$output .= "
$daytext

\n";

Pages

Subscribe with RSS Subscribe to RSS - Post installation