In my account, under 'active', the _ATT_ACTIVE lanugage key shows up.
There is no link and I have no clue what this key is meant to do.
Can somebody explain ?
In my account, under 'active', the _ATT_ACTIVE lanugage key shows up. There is no link and I have no clue what this key is meant to do. Can somebody explain ? |
I'm using 7.1.1 and that key should exisit:
this is what should be in it: <a href="pedit.php?ID={0}">Edit Profile</a><span class="bullet">·</span><a href="javascript:void(0);" onclick="javascript:loadHtmlInPopup('explanation_popup', 'explanation.php?explain=Active');">Explanation</a><span class="bullet">·</span><a href="change_status.php">Suspend</a> |
I already found that in my language file. It seems to be the suspend link, but even when I add this missing language key, I don't get a link on my account page. Is this some bug in the script ? |
perhaps it's this page... /change_status.php, this allows the member to "pause/suspend" their account. _ATT_ACTIVE (System) Edit _ATT_ACTIVE_E (System) Edit
ManOfTeal.COM a Proud UNA site, six years running strong! |
I already found that in my language file. It seems to be the suspend link, but even when I add this missing language key, I don't get a link on my account page. Is this some bug in the script ? Did you resolve your problem AnnaBel? ManOfTeal.COM a Proud UNA site, six years running strong! |
Problem solved. It was some missing keys in my language file. I exported the english file and added the missing keys to my dutch file. Uploaded it again, recompiled and the links were there again. Thanks for advice |