Hi,
I am new to drupal and I am trying to setup a subsriptions block. For some reason it is not showing up on the pages i want. It should be on the pages with articles and not my basic pages, but for some reason its only on basic pages ( I want home/ devotionals)
http://localhost:8888/drupal-test/
Please help
Comments
Comment #1
salvisOn the Subscriptions Global Settings page you can unlist or even block the 'basic pages' content type. Obviously you should unselect the content types there that you do want to be available for subscribing.
Comment #2
adam3145 commentedI am able to block the pages that I do not want to show up but i am unable to make it so that the content shows up on the proper pages. I cannot get it to display for article type content.
Can I make it show up for users that are unsubscribed(Anonymous users) so that they can register and set there subscriptions from that block all at once? Or do they already need to be logged into the site.
Thanks
Adam
Comment #3
salvisNo, anonymous users are not supported at all (see README.txt).
I can't understand why you'd see it on nodes of 'basic page' type but not on nodes of 'article' type. Are you really using the same authenticated user?
Comment #4
adam3145 commentedI just double checked and it definitely only works on nodes of "basic page" . The pages that are of article type do not work. I will put the site online soon so I can show you.
Comment #5
salvisThere's no difference between the content types as far as Subscriptions is concerned. Something else must be interfering here. Please try reproducing this on a virgin Drupal installation. I'm pretty sure you'll find that it works as expected. Then you'll need to find out what's different on your real site, but I can't really help you with that...
Comment #6
salvisComment #7
lumient commentedThis issue is not isolated, I too have the the same issues, where it only displays on some content types.
It displays on the 'Basic Page', but not on any of my custom content types.
cheers
Comment #8
salvisAre your "custom content types" nodes? Do they show up under admin/content?
Comment #9
salvis