Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
add class BoxProfile / BoxProfileFilter on the sidemenu
![jackmaessen](https://us.v-cdn.net/5018160/uploads/userpics/801/nBTGG26FI2OYC.png)
When i click on a username, at the right side appears the BoxProfile.
In this Box i have several options, in which is also "MY Attachments"
But when i press My Attachments, the page is loaded but without the BoxProfile on the right side.
I see this:
When pressing one of the other options ( Activities, Topics, Comments of Yaga Badges), the BoxProfile is still loaded on the right side and the li in the class become Active
How can i make it possible when clicking My Attachments that the BoxProfile is still on the right side and the li class becomes Active?
So the first image above should not appear ?
0
Comments
write a plugin and add a module to the profile controller. The same as you would do to add any modules that you want to add to the profile controller.
you can google for add module and the idea is not to add clutter to the profile controller, but if you want to add clutter, feel free.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.