This is an awesome mod, and I'm totally hoping I can integrate it into my Header for the entire site. Do you think you could help make this possible? This is where I go wrong:
1- I am trying to put the php code into a plugin, but I'm having trouble figuring out how to make a custom hook to call it when I want.
2-I'm testing by having it load on parse_templates, but that results in this error code:
Code:
Fatal error: Class 'vb_Types' not found in /home/user/mydomain.com/includes/class_bootstrap.php(426) : eval()'d code on line 82
I tried switching out that line for the
$article_type = 18; in the
part of this thread where you helped GamersChallenge, but, it just threw up another error. My coding skills aren't good enough I suspect.
If I could make this work globally it would be amazing