Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: User karma & rating

I think you can by implementing:

<?php
if (is_loggedin) {
// some code
}else{
echo('You're not logged in');

or something like this.

Skip to toolbar