Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2006-03-31 16:02:05
- Andrew
- Plugin Author
- Registered: 2004-02-23
- Posts: 730
Re: $thiscomment
A thread titled “$thisarticle” that refers to comment form hacks, with replies containing questions about ajw_comment_num and ajw_if_comment_owner.
It’s a frankenthread.
Offline
#14 2006-03-31 16:34:50
- alexandra
- Member
- From: Cologne, Germany
- Registered: 2004-04-02
- Posts: 1,370
Re: $thiscomment
sorry andrew, i was talking about ajw_comment_num … came over from your site btw :)
Last edited by alexandra (2006-03-31 16:35:28)
Offline
#15 2006-03-31 16:48:24
- Andrew
- Plugin Author
- Registered: 2004-02-23
- Posts: 730
Re: $thiscomment
That plugin’s article doesn’t link to this thread, it links here… but anyways : ) yea it works fine!
Offline
Re: $thiscomment
How can i use the plugin for diferent users?
<txp:ajw_if_comment_owner name=“user1” email=“user1@mai.com” web=“web.com” strict=“1”>
<div class=“user1”>
<txp:glx_gravatar size=“40” class=“gravatar”/>
<p class=“p-user1”> — <txp:comment_name /> · <txp:comment_time /> · <txp:comment_permlink>#</txp:comment_permlink></p>
</div>
<div class=“user1-c”><txp:comment_message /></div>
</txp:ajw_if_comment_owner>
<else /> <—-! Tryin’ to user this tag =—>
<txp:ajw_if_comment_owner name=“user2” email=“user2@mail.com” web=“podmoderno.com” strict=“1”>
<div class=“user2”>
<txp:glx_gravatar size=“40” class=“gravatar”/>
<p class=“p-user2”> — <txp:comment_name /> · <txp:comment_time /> · <txp:comment_permlink>#</txp:comment_permlink></p>
</div>
<div class=“user2-c”><txp:comment_message /></div>
<else /><—-! Second time =—>
<div class=“others”>
<txp:glx_gravatar size=“40” class=“gravatar”/>
<p class=“p-others”> — <txp:comment_name /> · <txp:comment_time /> · <txp:comment_permlink>#</txp:comment_permlink></p>
</div>
<div class=“others-c”><txp:comment_message /></div>
</txp:ajw_if_comment_owner>
i do this part, but i don’t have success in this try..
Some suggestions?
Offline