From 40f7383e6016f478344797fa428e6ed752d84f8d Mon Sep 17 00:00:00 2001 From: rleidner Date: Fri, 21 Mar 2025 18:23:44 +0100 Subject: [PATCH] soc modules bmw/ovms/vwid: add link to wiki --- web/settings/modulconfiglp.php | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/web/settings/modulconfiglp.php b/web/settings/modulconfiglp.php index 083fa343f..ea8e95212 100644 --- a/web/settings/modulconfiglp.php +++ b/web/settings/modulconfiglp.php @@ -778,6 +778,9 @@ function visibility_twcmanagerlp1_connection() {
Support für dieses Modul gibt es im openWB Forum.
+
+ Beschreibung und Hinweise für dieses Modul gibt es im openWB Wiki.
+
Dieses Modul wird nicht aktiv gepflegt.
@@ -2417,6 +2420,7 @@ function display_socmodul() { hideSection('#soctronity'); hideSection('#socoldevccwarning'); hideSection('#socsupportinfo'); + hideSection('#socwikiinfo'); hideSection('#socnosupportinfo'); if($('#socmodul').val() == 'none') { @@ -2435,11 +2439,15 @@ function display_socmodul() { showSection('#socmqtt'); } if($('#socmodul').val() == 'soc_vwid') { + $('#socwikilink').attr('href', 'https://github.com/openWB/core/wiki/SoC-VWId') + showSection('#socwikiinfo'); $('#socsuportlink').attr('href', 'https://openwb.de/forum/viewtopic.php?f=12&t=4803') showSection('#socsupportinfo'); showSection('#socmvwid'); } if($('#socmodul').val() == 'soc_ovms') { + $('#socwikilink').attr('href', 'https://github.com/openWB/core/wiki/SoC-OVMS') + showSection('#socwikiinfo'); $('#socsuportlink').attr('href', 'https://forum.openwb.de/viewtopic.php?t=9278') showSection('#socsupportinfo'); showSection('#socmovms'); @@ -2487,6 +2495,10 @@ function display_socmodul() { showSection('#socleaf'); } if($('#socmodul').val() == 'soc_i3') { + $('#socwikilink').attr('href', 'https://github.com/openWB/core/wiki/SoC-BMW-Mini') + showSection('#socwikiinfo'); + $('#socsuportlink').attr('href', 'https://openwb.de/forum/viewtopic.php?f=12&t=4870') + showSection('#socsupportinfo'); showSection('#soci3'); } if($('#socmodul').val() == 'soc_zoe') { @@ -3133,6 +3145,9 @@ function visibility_twcmanagerlp2_connection() {
Support für dieses Modul gibt es im openWB Forum.
+
+ Beschreibung und Hinweise für dieses Modul gibt es im openWB Wiki.
+
Dieses Modul wird nicht aktiv gepflegt.
@@ -4488,6 +4503,7 @@ function display_socmodul1() { hideSection('#socmvwidinfolp2'); hideSection('#socmovmsinfolp2'); hideSection('#socsupportinfolp2'); + hideSection('#socwikiinfolp2'); hideSection('#socnosupportinfolp2'); if($('#socmodul1').val() == 'none') { @@ -4527,7 +4543,9 @@ function display_socmodul1() { showSection('#socmkialp2'); } if($('#socmodul1').val() == 'soc_vwidlp2') { - $('#socsuportlinklp2').attr('href', 'https://openwb.de/forum/viewtopic.php?f=12&p=58178') + $('#socwikilinklp2').attr('href', 'https://github.com/openWB/core/wiki/SoC-VWId') + showSection('#socwikiinfolp2'); + $('#socsuportlinklp2').attr('href', 'https://openwb.de/forum/viewtopic.php?f=12&t=4803') showSection('#socsupportinfolp2'); showSection('#socmvwidinfolp2'); showSection('#socmuser2'); @@ -4537,6 +4555,8 @@ function display_socmodul1() { showSection('#socmintervallladen2'); } if($('#socmodul1').val() == 'soc_ovmslp2') { + $('#socwikilinklp2').attr('href', 'https://github.com/openWB/core/wiki/SoC-OVMS') + showSection('#socwikiinfolp2'); $('#socsuportlinklp2').attr('href', 'https://forum.openwb.de/viewtopic.php?t=9278') showSection('#socsupportinfolp2'); showSection('#socmovmsinfolp2'); @@ -4572,6 +4592,10 @@ function display_socmodul1() { showSection('#socmyrenaultlp2'); } if($('#socmodul1').val() == 'soc_i3s1') { + $('#socwikilinklp2').attr('href', 'https://github.com/openWB/core/wiki/SoC-BMW-Mini') + showSection('#socwikiinfolp2'); + $('#socsuportlinklp2').attr('href', 'https://openwb.de/forum/viewtopic.php?f=12&t=4870') + showSection('#socsupportinfolp2'); showSection('#soci31'); } if($('#socmodul1').val() == 'soc_evnotifys1') {