Brand new minimalistic implementation
musiconly |
|
---|---|
one question..
trying to do something with comments, couldn't figure it out. Since you can't use page.tpl tags in comments.tpl tags this condition: <!-- IF {COMMENTS_ROW_AUTHOR} == {PAGE_AUTHOR} --> some code here <!-- ENDIF --> isn't working. So i need to find a global tag. Is there any tag which will act like $usr['isowner'] or $usr['isadmin']. I tried {PHP.usr.isadmin}, {PHP.pag.page_owner} (don't know if that codes are even "the right" ones). Basically, what I'm trying to accomplish is different display of comment if the comment author is also the author(owner) of the page they're commenting. You can see this a lot on WP powered sites. |