erintheunready / ComicControl

The main repo for ComicControl Development.
24 stars 6 forks source link

[Bug] RSS Feeds hardcode Author #35

Open JulianWebb opened 1 year ago

JulianWebb commented 1 year ago

Description of Problem

Currently the RSS feed generation hardcodes tech@hiveworks.ca as the author of posts (blog, comic). This obviously should not be the expected result, instead it should be grabbing Author info from the database instead.

mrencyc commented 1 year ago

I have made changes to my fork to support a customizable author entry in the database that will be used in RSS feeds. You're welcome to examine these changes and implement them for yourself.

Note that altering a current install will require adding an additional row to the _options SQL table as the code only creates that entry on a fresh install. The row should have "id" of "18" and "optionname" of "siteauthor" then you will be able to change the value of siteauthor in the Site Options page.

JulianWebb commented 1 year ago

@mrencyc Do be careful of the licensing, that's one of the big reasons I never publicly forked this.

mrencyc commented 12 months ago

All the changes I've made are the property of ComicControl LLC in accordance with section 6.4 of the License, and are within the scope of use of the Software as described by the Documentation. If a representative of ComicControl LLC disagrees with this assessment they are welcome to contact me.