The "continue reading" link is broken on all tagadelic-created pages (e.g. http://yoursite.com/tags/thetag/), and possibly others. I changed line 159 from

$output .= "<p><a href=\"{$path}\">continue reading \"".$node->title."\"</a></p>";

to:

$output .= "<p><a href=\"/{$path}\">continue reading \"".$node->title."\"</a></p>";

I don't remember if this is the CVS or 4.7.0 version. There aren't any dates in the nodeteaser.module or README.txt files.

CommentFileSizeAuthor
#1 nodeteaser_1.patch779 bytesdruvision

Comments

druvision’s picture

StatusFileSize
new779 bytes

Please try my patch (http://drupal.org/node/92601) - does it solve this issue as well?

druvision’s picture

Ignore the previous post. Try to define the base path of your site correctly in settings.php -this might be the source of the problem.

Christefano-oldaccount’s picture

Thanks for replying. I took out my "/" in line 159 of nodeteaser.module and set the base_url in settings.php, but the problem from before reappeared.