Active
Project:
Node Teaser
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2006 at 14:20 UTC
Updated:
2 Nov 2006 at 20:34 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | nodeteaser_1.patch | 779 bytes | druvision |
Comments
Comment #1
druvision commentedPlease try my patch (http://drupal.org/node/92601) - does it solve this issue as well?
Comment #2
druvision commentedIgnore the previous post. Try to define the base path of your site correctly in settings.php -this might be the source of the problem.
Comment #3
Christefano-oldaccount commentedThanks for replying. I took out my "
/" in line 159 of nodeteaser.module and set the base_url insettings.php, but the problem from before reappeared.