Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update instructions for removing section #294

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions user-manual/getting-started/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,20 @@ 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
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``.



:ref:`Back to top <getting-started-all>`

Expand Down
Loading