Hello,
I have been and still am looking for how to convert a php file I now use for use in the Jamroom smarty engine.
I currently have a php file that is used to post to Twitter when called upon.
The message that gets posted is dropped into the php file from a variable when it is called.
Like such:
https://example.com/post.php?message=Hello
The php file grabs the value of message from the URL call and uses it to make the post
When the php file is called it will not display anything because it's not needed.
I want to use Jamroom so that when a user creates their account, they can enter the needed Twitter API keys into their profile and the system would generate the template using those values to do what the stand alone php file does. The values do not need to be displayed to the end user or visitor, just used to do the same thing the current php file is doing.
The template can be hidden from view but must be accessible via a URL in the browser per user account.
I purchased the Form Builder and learned how to add the API key fields to the users profile info.
Does doing this require creating a module?
Would the template be a profile template or user template?
Can the template work even if the user is not logged in?
updated by @brodephat: 10/31/18 08:42:43AM