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

Custom Admin Theme, half working

Hi all,

I have the custom admin theme working, as per this page:

http://drupal.org/node/52389

It's great, I just renamed and dumped the Blue Marine theme files into my custom theme. But how do I point to the correct block/box files? I'm trying something like this in my template.php file:

function _phptemplate_variables($hook, $vars = array()) {
  switch ($hook) {
    case 'page':
      if ((arg(0) == 'admin')) {
        $vars['template_file'] = 'page-admin';
        $file['box'] = 'box-admin';
      }
      break;
  }
  return $vars;
}

The $vars['template_file'] = 'page-admin' works as does the admin css, but I can't figure out how to point to the other files that the admin template needs.

Thanks for any tips!

User access for pages

I am creating a site using drupal for a local golfing member club. It is going to be a subscription site. I am trying to figure out how to allow anonymous users to access the main page and 3 others, while all the rest will be viewable by only "members". When I setup access control for node module access, all pages are blocked to someone that is not signed in. How can I create a few pages without it storing it in ..../?q=node/1?

opposite of troll... give access rights by IP?

I want to be able to give special access permissions to people accessing from certain IP addresses, or certain IP spreads... this is for an educational project, and I want to give people accessing from different universities special access priveleges.

Thanks!

.DMN.

Subproducts with Flexinodes

Just a quick question...
Hoping someone can point me in the right direction...

I'm using Flexinodes to create a specific product line...
And I'm working on using the Subproducts functionality to add the option of purchasing the product in small or large sizes...
Which is quite similar to the way apparel works out...
I have found that everything works fine except it does not INSERT the children nodes into the ec_product table as new rows when you 'generate sub products'...

block content query

hi there.

I'm having difficulty with some query I'm trying to produce.

In my site one node type has extra field called media that can specify what media this content is belongs (its not a term for few reasons). The process is another table with two fields - nid and media. any node can be assigned to few Media (few rows in the table. User can choose not to see certain media types (only one at this time).

Search works with Firefox but not IE ???

My search on www.epikur.biz seems to work with Firefox, but not with IE6 - any good ideas ??

Pages

Subscribe with RSS Subscribe to RSS - Post installation