Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Hide "Add custom information" section of Personal Information?
3stripe
✭✭
Is this possible?
I'm trying to shorten this page as it's getting a bit long for my liking :)
0
This discussion has been closed.
Comments
$Context->Configuration['CUSTOMIZATION_EBAYUSERID'] = ''; $Context->Dictionary['CUSTOMIZATION_EBAYUSERID'] = 'Your Ebay User ID'; $Context->Dictionary['CUSTOMIZATION_EBAYUSERID_DESCRIPTION'] = 'You can add your ebay items to your Profil.';
Edit: Oups you know that... What do you want to do?
echo '<h2>'.$this->Context->GetDefinition('AddCustomInformation').'</h2> <p class="Description">'.$this->Context->GetDefinition('AddCustomInformationNotes').'</p> <ul id="CustomInfo" class="clearfix">'; ... echo '<p><a href="javascript:AddLabelValuePair();">'.$this->Context->GetDefinition('AddLabelValuePair').'</a></p>