Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [archived] rei_comments_invite: Names of commentors etc.
> lee wrote:
> I just tried it with rev 286 and sorry to report it dosen’t work. I’m using messy mode and I just get #comment appended to the domain url.
www.mysite.com/#comment
Can this be fixed?
This happens for me, too, and I’m not using messy URLs. I’m using /section/title/ clean URLs — instead of linking to the individual article, it links to /section/#comments
Offline
Re: [archived] rei_comments_invite: Names of commentors etc.
This ain’t the original plugin but I have made a edited version of this plugin. And noticed today this problem and therefor edited it. My edited version.
You can also alter the code yourselves. Change:
<code>$comment_url = ‘<a href=”’.$thisarticle[“permlink”].’#comment”>’.$AnnotateInvite.’</a>’;</code>
to:
<code>$comment_url = ‘<a href=”’.permlinkurl($thisarticle).’#comment”>’.$AnnotateInvite.’</a>’;</code>
Either way works.
Cheers.
Last edited by obeewan (2005-05-21 00:02:05)
Plugins:
ob1_advanced_search 1.032b, ob1_search_score 1.0, ob1_pagination 2.5, ob1_title 4.1, ob1_modified 2.1
“Let your plans be dark and as impenetratable as night, and when you move, fall like a thunderbolt.”
— Sun Tzu
Offline
#27 2008-03-08 04:19:36
- Ruhh
- Member
- From: dakota dunes
- Registered: 2008-01-20
- Posts: 305
Re: [archived] rei_comments_invite: Names of commentors etc.
Is there a way the commenter names be linked to their sites rather than their comments?
<txp:Ruhh />
Offline