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

Is there are current working "fix" for the Internet Explorer login bug? (5.0)

I've seen many bug reports and mentions of the login failing in internet explorer, not many dealing with 5.0 however.

I was wondering if maybe I've just missed a complete fix or if one still doesn't exist.

(I can't launch my website without this problem being corrected)

possible server issues with import html and/or plesk control panel software

We are running into problems with import_html. We have tried to use the import_html module on my server but running into problems with maxing out the execution time and memory limits in php settings.

Even though the server is set to 900 seconds and 32MB, the server is still maxing out. Also when it creates folders to put the files in, the folders are owned by user "apache" and set to 755; we have to manually delete and recreate them each time setting 777.

Image next to story title?

Here's what I expect is an easy one:

I want to have an image appear next to a story title based on the category of story it is. If I have a category of story called movies, I want a movie icon to appear next to the title, if it is music, I want another icon to appear.

Could someone point me toward the best way to do this?

Thanks in advance.

Menu item missing

A menu item has disappeared from the navigation menu on my website.
This is my menu:
# General Operations
# Health and Safety
# Information Systems
# Science (this item is missing)
# Telescope Operations

Also, all nodes that are nested under the missing menu item no longer display. The same nodes won't display if users get to them using a url, they get a script timeout error.

All other nodes in the visible menu items display fine.

However, if I disable the menu module, all the nodes under the missing menu item display correctly.

Relational Nodes, Views and CCK

I am working on a site for a friend and i am new to drupal.... i have played quite a bit with CCK and views, so i understand them but am far from mastery....

i want to be able to have a View that lists "services".... when you click on each "service", it brings you to a page that lists everything that is in the "group" of service.... i don't want to use taxonomies for this, etc.

or explained in english... it's a dog walking site. so a list of services would be: walks and hikes. under walks (when clicked) it should list both private and group walks and each should have a listing below for different ones (30 minute, 60 minute, etc.)

first listing page....
Services Offered
Walks
Hikes

click through pages from "walks" and "hikes" above....
Walk
Private
30 min
60 min
Group
30 min
60 min
in the above example.... this would all be listed on a page and you would click on 30 min or 60 min under their respective category and it would take you to the full description of the item....

same thing for hikes....
Hike
Private
30 min
60 min
Group
30 min
60 min

Adding headers and footers to CCK View, header OK, renaming footer

I have created views based on the theme wizard and I have tried to customise the view with a header and footer.

In the case of the header I check for the count variable = 0 then I output the header. When it comes to the last item on the page is there a variable that can be used to detect that it is the last page so that I can output the footer?

  if ($count == 0) 
		include('views-list-ad_wbseditview_list-header.tpl.php');  
   

Below is the code in the xxx.tpl.php file. What I'd like to know is which variables can be used to determine what page and what row is being printed.

<?php
function phptemplate_views_view_list_ad_wbseditview_list($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) {

Pages

Subscribe with RSS Subscribe to RSS - Post installation