It looks like you're new here. If you want to get involved, click one of these buttons!
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
Answers
never mind i figured out how to do it!
- Spam
- Abuse
0 · Insightful Awesome LOL ·well and how did u do it?
- Spam
- Abuse
1 · Insightful 1Awesome LOL ·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
- Spam
- Abuse
1 · Insightful 1Awesome LOL ·Wont having two divs with same id cause issues. All div ids should be unique
422 Real Estate Australia , now open Check it out
- Spam
- Abuse
1 · Insightful 1Awesome LOL ·true thanks for pointing that out. i forgot to change it, but it did not give me any problems.
- Spam
- Abuse
1 · Insightful 1Awesome LOL ·