Closed (won't fix)
Project:
Premium
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2007 at 13:27 UTC
Updated:
25 Oct 2007 at 17:18 UTC
I have managed to get the Premium-files you supplied running on a Drupal 5.1 version and thank you for it. There remains one problem however which I hope you can solve:
the anonymous user does not only get the Premium-message, but just below that remains the message that one should login or register to post comments. This line is confusing (the user clicked that premium content first of all because he wants to read a piece, whether he wants to comment is another thing).
Do you know how I could get rid of that line??
Thanks
Comments
Comment #1
allie mickaThis is something you want to handle via themeing, or through a module that can respect your business rules for both premium content and comment settings.
Premium can't make a lot of "configuration agnostic" decisions with regard to links, so I'm marking this as won't-fix.
Thanks!
Comment #2
kirikintha commentedI added this to get rid of the comments when it switches
if (!$node->premium) :if ($links):print $links;endif;endif;