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
Comments
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
♥ I love Vanilla. VanillaSkins | on Twitter | on Facebook | Available Freelance | Take the Vanilla Test | Free Downloads
true thanks for pointing that out. i forgot to change it, but it did not give me any problems.