Having problems installing Drupal? See the Installation Guide for more information.

function l has changed its behavior?

I've the following line in a theme:

print l(check_output($comment->subject), array("id" => $comment->nid, "cid" => $comment->cid), "node", $comment->cid) ." ". t("by") . " " . format_name($comment) ."</small><p />";

With old 4.1 it works perfectly giving the following HTML code for a comment:

<a href="node.php?id=1013&cid=4414#4414" >otro analisis</a> por <a href="module.php?mod=user&op=view&id=273" title="Ver perfil de usuario.">alejo</a></small><p />

But now with 4.3 it doesn't work and gives the following output instead (the comment is different but this does not do the matter):

<a href="http://localhost/drupal/?q=Array&4347">Vamos a crear un thread</a> por <a href="http://localhost/drupal/?q=user/view/3" title="Ver perfil de usuario.">kwell</a></small><p />

What's the point?

TIA

newbie question

Hi,

I'm a newbie with drupal. I've installed the entire site without problems. But now, my index page have only this message:

Access denied
You are not authorized to access this page.

So, I'd like to post comments or news wich the anonymous users can see. But I don't know how to do it.
I know this is a idiot questions, but even when I read the entire tutorial, I can't do it :(
So, could you help me ??

Thanks !

comment threading doesn't work after migration

I've lost my threads on comments since I've migrated from 4.1 to 4.3. I've seen that comments table have a new "thread" column that obviously have something to see with this. Probably I need to fill those thread column with information about the thread for each comment... but how?

TIA.

comment_is_new function lost

Hi there,

I'm migratting www.librexpresion.org from Drupal-4.1 to Drupal-4.3 and I've found among other problems this one:

The comment_is_new function that in 4.1 is defined withint comment.module has been removed. I have been using that function from one theme to determine when a comment is new and to put an * in its subject. I think that I may simply copy the function body from older comment.module to the newest but It could be that there's a better (newer) manner to do the same.

What should I do?

Creating new account problems

When trying to create an account recieve this error message:

Fatal error: Call to undefined function: mail() in www/drupal430/modules/user.module on line 317

How do i active the mail() function?

Running slackware 9.0, postgreSQL 7.3.4 PHP 4.3.3 and drupal 4.3.0.

recent comments box

Is there a module I can download that will display a "recent comments" box? on the L/R column of my front page?
I moved a community from Scoop to Drupal, and that's the one feature my users really miss.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal