Threaded discussion links not appearing.

Taran - May 6, 2006 - 22:52
Project:Slurpee
Version:4.7.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Taran
Status:needs review
Description

On KnowProSE.com, a recent upgrade to 4.7, I'm missing the links which permit for threaded discussion. I have modified this module slightly for my own use (to allow for translations), but have NOT touched the comment code. Threaded comments work with other modules. Form Updater has not sounded off on any of the comment code that I can find... I am looking into the problem as time permits, but if someone finds a solution...

#1

Taran - May 6, 2006 - 23:36
Assigned to:Anonymous» Taran
Status:active» needs review

OK, fixed.

Comment out lines 239 and 245, such that it looks like this:

  //if ($link) {
    $output .= "          <tr>\n";
    $output .= "            <td align=\"right\">\n";
    $output .= "              [ ". theme('links', $links) ." ]\n";
    $output .= "            </td>\n";
    $output .= "          </tr>\n";
  //}

Basically, I have removed the check for $link and forced them. I do not know that this is *good*, but it works. Kludgey, I think, but until it breaks I'm running with it.

 
 

Drupal is a registered trademark of Dries Buytaert.