Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
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