danpros / htmly

Simple and fast databaseless PHP blogging platform, and Flat-File CMS
https://www.htmly.com
GNU General Public License v2.0
1.01k stars 258 forks source link

Subscribe Module #776

Closed afoster1955 closed 1 month ago

afoster1955 commented 1 month ago

I am trying to add a module to the right hand panel for my users to subscribe to the blog. I have a file (subscribe.php) and the process file (process-subscribe.php) in the theme folder and running the files separate will add the subscriber email to the text file, but I can't get it working if I add a module in the panel. I can figure out why it doesn't work and any help will be appreciated.

KuJoe commented 1 month ago

Are you able to share the code you're using and any error messages you might be seeing in the webservers error logs?

afoster1955 commented 1 month ago

I went in a different direction...using a link to the file and it seems to be working. Thanks for the follow up

danpros commented 1 month ago

I will close this one. Thanks