I would like to have the editors link only display on the menu if the username is also an editor. I tried using if editors following if username but that does not seem to work. Any ideas?
If username is defined and they are an editor then all the global does is count from the Editors table where the username matches what you passed in, so as long as they exist in the Editors table then it should be returning 1 aka "true" and should then load the hyperlink :(