From a3f257467f911f8a008c6b3f22bdcc512115b45c Mon Sep 17 00:00:00 2001 From: eviau-artefactual Date: Tue, 16 Jul 2024 12:09:50 -0400 Subject: [PATCH] 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``.