From 1149e38e55a6d1e1de67133f4c8aebe76fdf8e5a Mon Sep 17 00:00:00 2001 From: eviau-artefactual Date: Tue, 16 Jul 2024 11:10:13 -0400 Subject: [PATCH 1/3] update the instructions --- user-manual/getting-started/getting-started.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/user-manual/getting-started/getting-started.rst b/user-manual/getting-started/getting-started.rst index a322e768..259ade58 100644 --- a/user-manual/getting-started/getting-started.rst +++ b/user-manual/getting-started/getting-started.rst @@ -162,8 +162,10 @@ encouraged to use a third-party analytics tool - for more information, see: .. TIP:: A :term:`developer` who wishes to hide the Popular this week menu from - view can do so by commenting out Line 23 in - ``/apps/qubit/modules/staticpage/templates/homeSuccess.php``. + view can do so by commenting out lines 29-32 in + ``plugins/arDominionB5Plugin/modules/staticpage/templates/homeSuccess.php``. + + :ref:`Back to top ` From a3f257467f911f8a008c6b3f22bdcc512115b45c Mon Sep 17 00:00:00 2001 From: eviau-artefactual Date: Tue, 16 Jul 2024 12:09:50 -0400 Subject: [PATCH 2/3] update to include BS versions --- user-manual/getting-started/getting-started.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/user-manual/getting-started/getting-started.rst b/user-manual/getting-started/getting-started.rst index 259ade58..f9a084d9 100644 --- a/user-manual/getting-started/getting-started.rst +++ b/user-manual/getting-started/getting-started.rst @@ -161,8 +161,16 @@ encouraged to use a third-party analytics tool - for more information, see: .. TIP:: - A :term:`developer` who wishes to hide the Popular this week menu from - view can do so by commenting out lines 29-32 in + To hide the Popular this week menu from view, a :term:`developer` would + comment out a few lines in the theme. + + **BS2 themes (deprecated as of 2.8)** + + Comment out line 23 in + ``/apps/qubit/modules/staticpage/templates/homeSuccess.php``. + + **BS5 themes** + Comment out lines 29-32 in ``plugins/arDominionB5Plugin/modules/staticpage/templates/homeSuccess.php``. From a814512d0ec3f342503920666302313f4bfcb0f6 Mon Sep 17 00:00:00 2001 From: eviau-artefactual Date: Tue, 16 Jul 2024 12:13:01 -0400 Subject: [PATCH 3/3] formatting --- user-manual/getting-started/getting-started.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/user-manual/getting-started/getting-started.rst b/user-manual/getting-started/getting-started.rst index f9a084d9..5d7fe0dd 100644 --- a/user-manual/getting-started/getting-started.rst +++ b/user-manual/getting-started/getting-started.rst @@ -170,6 +170,7 @@ encouraged to use a third-party analytics tool - for more information, see: ``/apps/qubit/modules/staticpage/templates/homeSuccess.php``. **BS5 themes** + Comment out lines 29-32 in ``plugins/arDominionB5Plugin/modules/staticpage/templates/homeSuccess.php``.