sympa-community / sympa

Sympa, Mailing List Management Software
https://www.sympa.community/sympa
GNU General Public License v2.0
244 stars 96 forks source link

Using Bootstrap Web Interface sympa #1055

Open titou3as opened 3 years ago

titou3as commented 3 years ago

Is it possible to use bootstrap for customizing the web interface Sympa 6.2.40 ? Is it possibile with perl programs or css, html files ?

ldidry commented 3 years ago

You can use whatever css you want. Copy the files you want to customize from the folder ${SYMPA_DIR}/default/web_tt2/ to ${SYMPA_DIR}/etc/web_tt2/ then modify the files in ${SYMPA_DIR}/etc/web_tt2/.

Be careful: big modifications will make upgrades more difficult (since you’ll have to check if your customized files need to be updated).