adding simple polls to forums (Forums vocab) not working?

hola,

have a site in 4.7 in which most content is organized via Forum containers. Now need to enable simple polls that can be added as a new topic thread to any given forum container. [Adding polls to forum nodes themselves would also be groovy, a la built-in CCK in 5.1, but am not attempting that with 4.7.]

This is apparently feasible, but the following steps do not work for me:

What's the difference?

I'm porting my site from 4.7 to 5.1 and am having a display problem with nodes that have YouTube embedded in them. With the Aquasoft theme in 4.7, they all displayed perfectly, but with any theme (I'm trying to use the Danger one) in 5.1, my columns get dropped below the node. If anyone can see what might be causing this, I would be very appreciative. Thank you. Here are the examples:

System Admin

Many people know us as vhost (see this Drupal node). We provide Drupal hosting and are currently looking to outsource administration of some of our servers to a Drupal expert.

The servers are running Ubuntu (http://www.ubuntu.com) and the required person will need to be able to administer and "tweak / configure" the OS to ensure that it is capable of running Drupal sites and support as many of the contributed modules as possible.

4.7 question: image menu

Hellow everyone,

I've been looking into how to use images in my menu instead of text and I can't get it sorted out.
I have to admit that I'm not a php expert.
I looked into this link here: http://drupal.org/node/110199 and tried to implement it but it didn't work..
I work with Drupal 4.7.x and use the burnt theme.

Is there anybody who can push me into the right directions?
below is the code that I find in the template.php so if anyone can point out just what has to be added/modified I'm sure this will help me as well as others.

<?php
function burnt_regions() {
return array(
'left' => t('left sidebar'),
'right' => t('right sidebar'),
'content' => t('content'),
'header' => t('header'),
'footer' => t('footer')
);
}
function phptemplate_menu_tree($pid = 1) {
if ($tree = menu_tree($pid)) {
$output .= "\n

    \n";
    if (function_exists('base_path')) {
    $base_path = base_path();
    }
    $url = $base_path;
    if ($pid == 1) {
    $output .= "
  • home
  • ";
    };
    $output .= $tree;
    $output .= "\n

\n";
return $output;
}
}
function phptemplate_menu_item($mid, $children = '', $leaf = TRUE) {

how to prevent security breaks in the 'poormanscron'?

how to prevent security breaks in the 'poormanscron'?

How to create relationship between vocabularies?

I've got a basic site vocabulary as follows:

vocab
- term1
---term2
---term3
- term4
---term5
---term6

However, I'd also like my users to be able to use free tagging to categorize the articles within the existing vocab structure. So I've got another vocab for freetags thats entirely separate. I'd like the breadcrumbs to reflect this structure but so far haven't had any luck.

I'd like it to reflect this:

vocab
- term1
---term2
------free tag term

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x