Jump to content

RobTrehy

Members
  • Posts

    4
  • Joined

  • Last visited

Reputation

10 Good

About RobTrehy

Personal Information

  • Occupation
    Software Specialist Technician
  • Location
    Hampton, London
  1. To remove help from the context menu, you need to the delete the help file located in the Classic Start Menu programs folder.
  2. Sorry, I missed a bracket! [color=#333333]if((isset($_REQUEST['chrURL'])) && ($_REQUEST['chrURL'])){[/color]
  3. I would start by changing line 18. From: if($_REQUEST['chrURL']){ To: if((isset($_REQUEST['chrURL']) && ($_REQUEST['chrURL'])){ See if that reduces a few of the errors to start with, or just that one. Also comment out line 1102 (add // at the beginning of the line)
  4. If you delete the help file in the Classic Start Menu program files folder the entry will be removed. If no entries remain, no context menu will be displayed.
×
×
  • Create New...