Teaser display not working properly
root_of_roots - June 23, 2008 - 16:37
| Project: | Premium |
| Version: | HEAD |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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

#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!