Need help on moving the Profile Reactions Count to the left side bar.
Hello again community. I m trying to move the profile Reaction Count Wrap (YAGA) to the left side bar. I want to use smarty method. I can do that with other modules like "UserinfoModule" etc but cant find a module method for yaga reactions. As you already understood i want to use a method inside my default.master.tpl file. Is there any way to do that like for example:
{module name="YagaReactionsModule"}
or so?
Thanks in advance.
0
Comments
Not everything in Vanilla is a module block, in fact only a very few things are modules. This is no module.
This is inserted by /applications/yaga/settings/class.hook.php
You would have to write a module by yourself with the above logic.
Perfect. Thanks @R_J i will create a module.
Drop a line if you need support
thanx @R_J i appreciate it. Just completed the profile page.
90% of the theme is completed. I finally figured out the way it works and i love it 