Disable link click on a ccount module box
Posted: Wed May 14, 2025 12:13 pm
Hi dear;
I am using the 1.1.0.2 version, I need disable link click on a account module,
for example if we take this GDPR account module-
To disable I tried-
But this link then redirects to the index page, instead of disabling the link hover.
Please can you point me in the right direction on how to disable it.
Thank you in advance;
Very Warm Regds./
radhavallabh
I am using the 1.1.0.2 version, I need disable link click on a account module,
for example if we take this GDPR account module-
Code: Select all
$GLOBALS['Template']->_data['account']['gdpr']['links'][$this->group] = [
'title' => MODULE_CONTENT_ACCOUNT_GDPR_SUB_TITLE,
'link' => $GLOBALS['Linker']->build('gdpr.php'),
'icon' => 'fas fa-address-card fa-5x',Code: Select all
$GLOBALS['Template']->_data['account']['gdpr']['links'][$this->group] = [
'title' => MODULE_CONTENT_ACCOUNT_GDPR_SUB_TITLE,
'link' => NULL,
'icon' => 'fas fa-address-card fa-5x',Please can you point me in the right direction on how to disable it.
Thank you in advance;
Very Warm Regds./
radhavallabh