Hey everyone,
I'm trying to move the location of the QAS link from the navbar to the header. From reading this thread, I assume to do so I have to change the following code in the XML:
Code:
$template_hook['navbar_after_links'] .= $add_string;
The hook I want it to appear under is 'header_userinfo' so I replaced 'navbar_after_links' with 'header_userinfo' so that everything looks like this:
Code:
$template_hook['header_userinfo'] .= $add_string;
However, nothing is working.
I've checked the settings to ensure QAS is enabled, I've checked the plugins to ensure QAS is enabled and I've made sure my account is linked with another, but I still get nothing. Anyone have any suggestions as to what I might be doing wrong?