Posted by root_of_roots on June 23, 2008 at 4:37pm
Jump to:
| Project: | Premium |
| Version: | master |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hey,
I have downloaded the Premium content module and implemented it in my website. I specified for it to say something other than "Full text available to premium subscribers only", however it does not save this. no matter what I put, it always says "Full text available to premium subscribers only". When I save the changes it says "changes applied..." however when I test it it still says "Full text available to premium subscribers only".
Also - how do I get it not to display a teaser or sample - but rather to says something along the lines of "sorry you cannot view this page - please log in or register".
Thanks
Comments
#1
Sounds like something is breaking the saving of your system settings. Do you have problems like this with any other module? I've downloaded the 5.x version and tested it, and it is working correctly for me. If you have access to your database, try running "SELECT * FROM variable WHERE name LIKE '%premium%';". You should see the system settings for Premium show up. Try changing them again from /admin/settings/premium and then run the query to see if they update.
If they're not updating, please let us know what other modules you are running, perhaps something is conflicting.
#2
I'm going to mark this closed for lack of feedback. Please reopen if you have more details on reproducing this!
Also - how do I get it not to display a teaser or sample - but rather to says something along the lines of "sorry you cannot view this page - please log in or register".
You would have to override the theme_premium_body function.
Thanks!