Ability to remove Sign Up Link in only one custom portal

  • 27 March 2015
  • 2 replies
  • 33 views

Is there an easy way to remove the Sign Up Link from a custom portal without turning it off for all portals?


This topic has been closed for comments

2 replies

This would make a lot of sense as we are managing multiple products with different levels of need


Userlevel 4
Badge +12





Hi,




It is possible to remove this using the portal customisation feature available in the Estate plan and above. You can navigate to the portal settings under Admin -> Portals section. You can add this javascript code in the respective portal page ( Layout&Pages -> Portal Header section ) .






<script type="text/javascript">


jQuery("a[href$='signup']").hide();


</script>




Cheers!