Quote:
Originally Posted by kh99
Try making a plugin using hook location forumbit_display. You may not have to duplicate all the code, you might just be able to declare your variables as global in the new plugin. (Since the forumhome templates are eval'd in a function, they won't be able to access variables from elsewhere unless there's a global statement).
|
Since I am new to this, can you guide me as to what code to include in the plugin?