Quote:
Originally Posted by LuDawgs
I'd like to move this to the top of my board, but don't see it in the FORUMHOME template. How do I move it?
|
(1) Go to your AdminCP -> Plugin Manager.
(2) Find the group of plugins for "Members Who have Visited".
(3) Select Edit on the plugin forumhome_start.
(4) Change hook location in last line as seen below:
Find:
PHP Code:
$template_hook['forumhome_wgo_pos2'] .= $templater->render();
Replace
forumhome_wgo_pos2 with a hook located at the top of your forums such as:
forumhome_above_forums
There are a few hooks you can try to get the placement you want.