display whosonline in content area above discussions with pro
fh111
✭✭
i am using the pro version
how can i display the plugin in the content area ABOVE the discussions?
i figured out how to get it on the content page by doing > public function AssetTarget() {
//return 'Foot'; return 'Content';
i also managed to adjust the format
it now shows below all the discussion, but i want it to show before.
how can i achieve that?
any help appreciated
Tagged:
0
Answers
never mind i figured out how to do it!
well and how did u do it?
in default.master.php i added another div with id content and RenderAsset('BeforeContent')
and in class.whosonlinemodule.php i changed
to
after that, just minor css adjustments
Wont having two divs with same id cause issues. All div ids should be unique
true thanks for pointing that out. i forgot to change it, but it did not give me any problems.