PHPackages                             etechflow/module-account-links-manager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. etechflow/module-account-links-manager

ActiveMagento2-module[Admin Panels](/categories/admin)

etechflow/module-account-links-manager
======================================

Hide unwanted links from the customer My Account sidebar without editing any templates or layout XML. Multi-select admin config, Hyvä + Magento Open Source + Adobe Commerce compatible.

1.1.0(1w ago)021proprietaryPHPPHP ~8.1.0||~8.2.0||~8.3.0||~8.4.0

Since May 29Pushed 1w agoCompare

[ Source](https://github.com/etechflow/module-account-links-manager)[ Packagist](https://packagist.org/packages/etechflow/module-account-links-manager)[ RSS](/packages/etechflow-module-account-links-manager/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

ETechFlow\_AccountLinksManager
==============================

[](#etechflow_accountlinksmanager)

Hide unwanted links from the customer **My Account** sidebar in Magento without editing templates or layout XML. Pure admin config, zero frontend assets, Hyvä-safe by design.

Commercial eTechFlow module. Per-domain HMAC license or eTechFlow bundle key activates the module on your production host. Dev / staging / `*.magento.cloud` / `localhost` etc. auto-detect and bypass licensing.

What it does
------------

[](#what-it-does)

Two modes:

ModeBehaviour**Hide selected links**Every link picked is hidden from the customer sidebar; the rest stays visible.**Show only selected links**Only the picked links remain; everything else is hidden.Standard Magento + Adobe Commerce link names are in the multi-select. For third-party extension links, use the **Extra block names** textarea — list any layout block name and the module manages it.

Features
--------

[](#features)

Hide individual customer dashboard links✓Inverse mode (show only the picked ones)✓Configure entirely from admin — zero coding✓Works on Magento Open Source + Adobe Commerce + Hyvä✓Per-store-view configuration✓Custom-extension links via the textarea✓Per-domain HMAC licensing + bundle key support✓Tideways span instrumentation (`ETechFlow_ALM_FilterNav`)✓Verify CLI (`etechflow:alm:verify`)✓No DB tables, no frontend JS, no CSS✓Compatibility
-------------

[](#compatibility)

PlatformStatusMagento Open Source 2.4.4 – 2.4.8✓Adobe Commerce 2.4.4 – 2.4.8✓ (includes Reward Points, Gift Card, RMA, Store Credit, Recurring Payments, Invitations)Hyvä-themed storefronts✓ (Hyvä keeps the same `Html\Links` block class)PHP 8.1 / 8.2 / 8.3 / 8.4✓Installation
------------

[](#installation)

```
# Option A — Composer
composer require etechflow/module-account-links-manager:^1.0
bin/magento module:enable ETechFlow_AccountLinksManager
bin/magento setup:upgrade
bin/magento setup:di:compile      # production mode only
bin/magento cache:flush

# Option B — Manual drop-in
cp -r ETechFlow/AccountLinksManager app/code/ETechFlow/AccountLinksManager
bin/magento module:enable ETechFlow_AccountLinksManager
bin/magento setup:upgrade
bin/magento setup:di:compile      # production mode only
bin/magento cache:flush
```

No database tables are created — settings live in `core_config_data`.

Configuration
-------------

[](#configuration)

**Admin → Stores → Configuration → eTechFlow → Customer Dashboard Links Manager**

FieldDescription**License → Production Environment**Yes for live sites, No for dev/staging on non-standard domains.**License → License Key**Paste your per-domain key (or bundle key under any eTechFlow module).**General → Enable Module**Master switch — turns the filtering on/off without uninstalling.**General → Action**Hide selected / Show only selected.**General → Links**Multi-select of standard Magento + Adobe Commerce links.**General → Extra block names**Newline-separated block names for third-party extension links.Per-store-view configuration is supported.

Smoke test
----------

[](#smoke-test)

```
bin/magento etechflow:alm:verify
```

Should print `✅ ALL CHECKS PASSED. v1.0.0 verified.`

How it works
------------

[](#how-it-works)

The module registers a plugin on `Magento\Framework\View\Element\Html\Links::beforeToHtml()` (frontend-scoped DI). When the customer-account navigation block is about to render:

1. Check the module is enabled + licensed.
2. Read the configured action mode + managed block-name list.
3. For each child link block, decide if it should be removed (based on mode).
4. Remove via `Layout::unsetChild()` — the same mechanism `` uses in layout XML.

Result: the link never renders. No HTML rewriting, no CSS hiding.

Why Hyvä-safe
-------------

[](#why-hyvä-safe)

Hyvä replaces storefront templates and JS but keeps the PHP block classes. The customer-account navigation is still rendered by a class extending `Magento\Framework\View\Element\Html\Links`. Our plugin hooks the parent class and guards by `getNameInLayout() === 'customer_account_navigation'` — works on every theme, doesn't touch footer or other Links blocks.

The module ships zero frontend assets: no JS, no CSS, no `.phtml` overrides. Nothing for Hyvä to clash with.

Uninstall
---------

[](#uninstall)

```
bin/magento module:disable ETechFlow_AccountLinksManager
bin/magento cache:flush

# Composer:
composer remove etechflow/module-account-links-manager
# Manual:
rm -rf app/code/ETechFlow/AccountLinksManager
bin/magento setup:upgrade
bin/magento cache:flush
```

Optional cleanup of leftover config entries:

```
DELETE FROM core_config_data WHERE path LIKE 'etechflow_accountlinks/%';
```

License
-------

[](#license)

Proprietary — see `LICENSE.txt`. Commercial licenses available at .

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance98

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

11d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/72d596daffc1cbadfe809b006d2fc518e5ca32cdccca9485410d282898d07ba1?d=identicon)[etechflow0](/maintainers/etechflow0)

---

Top Contributors

[![ayeshanisar786](https://avatars.githubusercontent.com/u/106437953?v=4)](https://github.com/ayeshanisar786 "ayeshanisar786 (1 commits)")

---

Tags

adobe-commercecustomer-accountecommerceetechflowhyvahyva-compatiblemagento-2magento-modulemagento2magento2-modulenavigationphp

### Embed Badge

![Health badge](/badges/etechflow-module-account-links-manager/health.svg)

```
[![Health](https://phpackages.com/badges/etechflow-module-account-links-manager/health.svg)](https://phpackages.com/packages/etechflow-module-account-links-manager)
```

###  Alternatives

[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1010.0k22](/packages/loki-magento2-components)[mollie/magento2

Mollie Payment Module for Magento 2

1131.8M12](/packages/mollie-magento2)[mage-os/module-inventory-reservations-grid

Add a grid with the list of inventory reservations.

1512.6k](/packages/mage-os-module-inventory-reservations-grid)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68353.9k](/packages/run-as-root-magento2-prometheus-exporter)[loki/magento2-admin-components

Admin Panel grids and forms created via Loki Components

173.7k7](/packages/loki-magento2-admin-components)[amzn/amazon-pay-magento-2-module

Official Magento2 Plugin to integrate with Amazon Pay

108521.2k1](/packages/amzn-amazon-pay-magento-2-module)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
