<br>Also, <br><br><div class="gmail_quote">2009/8/26 Jean-Michel Pouré <span dir="ltr">&lt;<a href="mailto:jm@poure.com">jm@poure.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Le mercredi 26 août 2009 à 13:46 -0700, Earl Miles a écrit :<br>
<div class="im">&gt; It&#39;s also already been removed from core, so there&#39;s nothing to fix<br>
&gt; anymore: <a href="http://drupal.org/node/556136" target="_blank">http://drupal.org/node/556136</a><br>
<br>
</div>I answered this issue.<br>
<br>
A new module called <a href="http://drupal.org/project/prev_next" target="_blank">http://drupal.org/project/prev_next</a><br>
is available.<br>
</blockquote><div><br>I am the author of prev_next API.<br>
<br>
While it does a good job for large sites, it adds yet another table of redundant<br>
data to the schema. This type of data duplication is not necessary for most<br>
sites that do not have the size that mandates such a solution.<br> 
<br>So, for the vast majority of sites, this kind of duplication is not needed.<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Why not integrate it in core?<br>
</blockquote><div><br>As usual, we try to keep core small, and not add every single feature to it.<br>We keep it extensible and people can come up with solutions like this module<br>provides. Not every site will need such an API, and therefore it is not core<br>
justified.<br><br>Another options it that you can also just remove the Next/Previous links by a <br>simple change to your template.php and the problem goes away.<br><br><code>function phptemplate_forum_topic_navigation($node) {<br>

  return &#39;&#39;;<br>
}</code><br></div></div><br>That is it.<br>-- <br>Khalid M. Baheyeldin<br><a href="http://2bits.com">2bits.com</a>, Inc.<br><a href="http://2bits.com">http://2bits.com</a><br>Drupal optimization, development, customization and consulting.<br>
Simplicity is prerequisite for reliability. --  Edsger W.Dijkstra<br>Simplicity is the ultimate sophistication. --   Leonardo da Vinci<br>