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

"Last Reply" information is missing in forum topics

I've upgraded to Drupal 4.7.3 without problems (or so I thought).

The forum works, but if you click on a forum topic to see a particular forum's posts, the last reply information is missing. Here's an example:

http://www.antitheist.net/forums/antitheist/website_news_development

What have I done wrong? What can I do to fix it?

Certain modules break Drupal

I'm trying to install both the Event and RSVP modules in my Drupal 4.6.9 installation. I'm downloading the 4.6.0 versions of both modules. The database changes they require have been added. But, once I unzip the modules into the modules folder, the module screen in Drupal doesn't work. It either says page cannot be displayed, or it spits out a bunch of gibberish. If I delete the modules, the module screen works just fine again. This is really irritating as we need these modules installed.

Anyone know what would cause this?

-Sam Fahmie

Vocabulary link and Taxonomy menu

Hi.

I'm using taxonomy menu for system navigation. Every vocabulary created shows its child terms collapsed or expanded.
If you click on the vocabulary link it drives you to nodes of all the child terms.

Is there a way to make the vocabulary showed in the taxonomy menu don't link to anyway? I mean, I only want it to appear as a container of its terms links.

-menu
--vocabulary (no link)
----term
----second term

Thanks in advance.

WordFilter problem.. cant UNdo words

I setup WordFilter and it works great, but I got a little over-zealous and setup a few too many words.

When i tired to UNdo the words, i found that no matter what, the filtered words still dispaly on pages and comments unless i edit and then REpublish the page or comment.

How can i remove the filtered words (that i've removed from the WordFilter settings) without having to republish 100 pages and comments?

Is there a way to update an image file in a node populated by acidfree and the filemanager?

Hi there.

I've been using acidfree and really like it. However, there are times when I would like to update an existing node with a newer image. I've found no UI through acidfree or the file manager to do this, and because the file manager is run as user 'apache' I am not able to log in via FTP and update the files directly. Suggestions? Thank you.

Migrating two _phptemplate_variables functions

My current template.php is

<?php

function _phptemplate_variables($hook, $vars) {

  $variables = array();

  if ($hook == 'node') {

    if (module_exist('taxonomy')) {

      foreach (taxonomy_get_vocabularies($vars['node']->type) as $vid=>$vocab) {

        foreach (taxonomy_node_get_terms_by_vocabulary($vars['node']->nid, $vid) as $term) {

          if ($vocab->tags) {

            $tag_links[] = l($term->name, taxonomy_term_path($term), array('rel' => 'tag', 'title' => $term->description));

          }

          else {

            $term_links[] = l($term->name, taxonomy_term_path($term), array('rel' => 'tag', 'title' => $term->description));
$hangikaredensin = $term->name;
          }

        }

      }

    }

    else {

      $term_links = array();

      $tag_links = array();

    }
    $variables['terms'] = theme('links', $term_links);
    $variables['hangikaredensin'] = $hangikaredensin;
    $variables['tags']  = theme('links', $tag_links);
  }
  return $variables;
}
?>

and I need to use these codes to show links with vote_story_link <?php
// $Id: template.php,v 1.4 2006/08/02 11:18:12 frjo Exp $

function _phptemplate_variables($hook, $vars) {
switch($hook) {
case 'node':
$vars['storylink_url'] = check_url($vars['node']->vote_storylink_url);
if (arg(1) != 'add' && arg(1) != 'edit') {

Pages

Subscribe with RSS Subscribe to RSS - Post installation