theming new comments
-
i’d like my theme to display a bit of markup only if the user has just successfully submitted a comment. i thought this would be trivial, but i’m having trouble finding a documented solution.
maybe, a positive match for the following conditions within the comment loop?:
* comment’s user id equals current user id
* comment_approved equals 1
* comment_date is greater than (current date – 5 minutes)is there a cleaner solution? i have a feeling i’ll kick myself… thanks in advance.
- The topic ‘theming new comments’ is closed to new replies.