Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
54 lines (37 loc) · 2.09 KB

README.md

File metadata and controls

executable file
·
54 lines (37 loc) · 2.09 KB

Discourse Landing Page Plugin

(Imagine NUI Galway Landing Page)


API keys and category id's can now be changed in the admin interface of the main discourse application (plugin/settings). They can also be changed in /config/settings.yml. Default options are hardcoded, but and are typically unique to each discourse instance.


Discourse github repo: https://github.com/discourse/discourse


Development process:


Commands:

  • rm -rf tmp; bundle exec rails s -> run dev version

Misc:


Notes: - The API keys are currently hardcoded. Site settings have been added but they are not linked in the code yet. - API KEY SECURITY issue -> create new group and generate API keys? - Change browser to old message: https://imagine.nuigalway.ie/admin/customize/site_texts/js.browser_update


Customize -> Edit CSS/HTML Light -> Common ->

  • ADD code from polyfills.txt -> Internet explorer old version bug
    • Fetch polyfill

Customize -> Edit CSS/HTML Light -> Common -> css

  • Add code from site_css.txt
    • Misc css