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

Logs: Page not found, robots.txt?

Just installed drupal, I ran the crone job as it asked, it says in my logs that robots.txt and favicon.ico not found.

What’s going on here and what do I do to fix these?

Need help with evolving intranet site

I had used Drupal to create a very small departmental intranet site where employees have access to key resources, processes, phone directories, and what not. Permission were not a big deal since the site was for the entire department.

My department manager loves it and wants to implement it through the entire marketing departments. My conundrum here is figuring out how to create one entry page where everyone gets company-wide information, but then all other information would be dependent upon their department.

Need Help with Custom View Theming Wizard variable

Hi all,

I made a custom view for my images, it's a block on the front page.

When I do the theme wizard, it gives me.

This code goes in your template.php file:

/**
* views template to output a view.
* This code was generated by the views theming wizard
* Date: Tue, 2006-09-05 17:40
* View: images_en
*
* This function goes in your template.php file
*/
function phptemplate_views_view_list_images_en($view, $nodes, $type) {
$fields = _views_get_fields();

$taken = array();

// Set up the fields in nicely named chunks.
foreach ($view->field as $id => $field) {
$field_name = $field['field'];
if (isset($taken[$field_name])) {
$field_name = $field['queryname'];
}
$taken[$field_name] = true;
$field_names[$id] = $field_name;
}

// Set up some variables that won't change.
$base_vars = array(
'view' => $view,
'view_type' => $type,
);

foreach ($nodes as $i => $node) {
$vars = $base_vars;
$vars['node'] = $node;
$vars['count'] = $i;
$vars['stripe'] = $i % 2 ? 'even' : 'odd';
foreach ($view->field as $id => $field) {
$name = $field_names[$id];
$vars[$name] = views_theme_field('views_handle_field', $field['queryname'], $fields, $field, $node);
if (isset($field['label'])) {
$vars[$name . '_label'] = $field['label'];
}
}
$items[] = _phptemplate_callback('views-list-images_en', $vars);

Product quantities in ecommerce won't decrement

I can't figure out how to get inventory managment to work in ecommerce 4.7. I've enabled it on every product, but the system always disregards the quantity when customers add items to their cart. From a search through the forums it looks like a few people have had the same problem, but I can't seem to find any resolutions. This is such a basic thing for any ecommerce software, so I'm sure I must be missing something. The tangible module is installed (along with all the others), and I'm only adding shippable products.

requiring complicated passwords

Is there a way to require that user passwords are complicated - requiring a certain number of characters and numbers, for example?

Removing href from home page content

Is it possible to remove A tags from within content on the home page?

See my home page here:
http://www.centernetworks.com/

When the content begins with an image, the image is linked to the parent company. I want to strip A links within the content so that a user does not mistakenly click on the logo and go to the parent company instead of my story.

Is this possible?

Here is the code I am using to create the home page content:

Pages

Subscribe with RSS Subscribe to RSS - Post installation