Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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 />
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 ??
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?
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.
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.