Home : Products : Gossamer Forum : Development, Plugins and Globals :

Products: Gossamer Forum: Development, Plugins and Globals: Re: [yogi] Post Ratings Plugin: Edit Log

Here is the list of edits for this post
Re: [yogi] Post Ratings Plugin
Hmm thats a bit strange....

The template code is:

Code:
<%if forum_karma and current_user_id%>
Karma: <%post_karma%>
<%ifnot already_good%>
[<a href="gforum.cgi?do=karma_add&post_id=<%post_id%>&forum_id=<%forum_id%>">+</a>]
<%endif%>
<%ifnot already_bad%>
[<a href="gforum.cgi?do=karma_subtract&post_id=<%post_id%>&forum_id=<%forum_id%>">-</a>]
<%endif%>
<%else%>
No Karma
<%endif%>

....so either way you should see something as it uses else.

Last edited by:

Paul: May 15, 2002, 6:58 AM

Edit Log: