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

trying to save /files/color/mytheme/style.css onto webserver but not allowed

Hi

I've been trying to save /files/color/mytheme/style.css onto webserver but for some reason I am not allowed. I think I have all my permissions correct

files is 777
color is 755
mytheme is 755

in fact when I try change any of the permissions for folders I'm not allowed do that either! Anyone have any idea?
Much appreciated!

installed openid module - where is the login form?

ok - i installed the openid module and picked this module to turn on:
openid_sreg Adds support for OpenID Simple Registration.

I did not pick the client or server.

Where is the new login form for the openid?

Any help is appreciated. Thank you.

Including menus inline

Hi,
I'm using the 'marvin' theme, it only allows you to add blocks to either the sidebars, but not anywhere-else. Therefore i'm after some php code to include a menu item block i've created.
e.g. similar to the following adsense code:

<?php
if (module_exists('adsense'))
{
  print adsense_display('468x60', 1, 1); // Format, Group, Channel
}
?>

P.S. Can anyone indicate a good page which lists the inline use of standard blocks?

Cheers

help needed with the Attachment module

Hi. I'm moving my first steps in Drupal. I installed a local version of the 4.7.6 Drupal. For the site I'm going to build, I need a module that manages upload and download of files with a bit of extra information not provided by the default Upload module.
I downloaded the Filemanager and the attachment modules, unzipped them into the modules directory and then disabled the upload module and enabled those two.

trying to get user id from Drupal to use in standalone app.

I have a standalone app I'm running separate from my D 5 install. I has its own folder and works as is. But, I want to write a tweak it so that it references my D 5 users. How would I check - from a folder outside of Drupal - to see if user logged, plus user id ?

Is there any way to automatically create menus?

I want to automatically create menus similar to how pathauto makes clean urls.

My website will be preloaded with many countries. My menu structure will look like this:

Menu
-Asia
--China
--Japan
-Europe
--Frace
--Germany
-Africa

etc, etc

Pages

Subscribe with RSS Subscribe to RSS - Post installation