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

'administer nodes' permission to all ?

Hi.
I install the RC3 and found out nevertheless a user roll has a 'administer nodes' permission, he cant see any content in site main page and having the message of "Welcome to your new Drupal-powered website....". surly not all users should have this permission. What to do ?

Whos online shows unloged users (4.7)

Hi.
I found out that when using the 'Whos online' block I can see users that allready logged out the system. Is that a bug or something to do with my site configuration?

Adding a Flexinode content type

Just installed the cvs version of Flexinode and things are fine although I had this problem initially because there is no .install file yet.

However, I can't figure out how to create a flexinode content type. The link just seems to be absent. Any pointers?

Thanks in advance.

does anyone knows which theme "ecademy.com" uses to make the top menu bar?

does anyone knows which theme "ecademy.com" uses and how to make the top menu bar? thanks for sharing

Sort attatchments by name (alphabetically)

Hello everyone. On one of my Drupal sites, I am usinng the upload module in conjunction with the book module to essentially serve as a download directory. Some of my nodes have large numbers of attachments (fifty or so). The setup is working fairly well so far, but lately, as I continue to upload stuff, my lists are becoming disorganized.

The upload module currently sorts the attachments (on the "view node" page) by upload date, I believe. I think this is the relevant code from upload.module

    case 'view':
      if ($node->files && user_access('view uploaded files')) {
        $header = array(t('Attachment'), t('Size'));
        $rows = array();
        $previews = array();

        // Build list of attached files
        foreach ($node->files as $file) {
          if ($file->list) {
            $rows[] = array(
              '<a href="'. check_url(($file->fid ? file_create_url($file->filepath) : url(file_create_filename($file->filename, file_create_path())))) .'">'. check_plain($file->filename) .'</a>',
              format_size($file->filesize)
            );
            // We save the list of files still in preview for later
            if (!$file->fid) {
              $previews[] = $file;
            }
          }
        }

Does anyone know how I might get the module to sort the uploads by NAME (alphabetically) rather than by upload date? I think there are PHP functions to sort arrays, but I am way out of my league there.

site offline (4.7.RC3) - cant get back in?

i have set the 'site offline' feature on a site i am working on and i can't seem to get into it.

I have come home and on my iBook i can't acces the site at all (unlike back in the office).

any ideas - i have tried going to /admin, etc (i was pretty certain i was logged in as admin- the only user so far), and i just get the offline message.

any ideas, or do i juts have to hope i can get back into the site when i boot up in the morning in the office?

thx.

Pages

Subscribe with RSS Subscribe to RSS - Post installation