-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need an option to move RatingContainer into Reactions #1
Comments
Sorry, I'm not good at doing interfaces. I certainly will accept pull requests. |
@R-J oh, no problems about your skillset, I actually like to see that someone made a plugin with which I gonna be more familiar with how Vanilla hooks work. Thank you. 👍 |
It was designed long before Symfony (which also Laravel is based on) was designed and all those state of the art techniques are getting implemented right now, step by step. But it was obviously designed to be extensible and that was what attracted me when I did a comparison on the forum scripts some years ago. If you have any questions or simply want to discuss what might be a good approach to do this and that, just start a discussion at the forums. |
My current workaround is to add custom theme hook function which writes to
Reactions
utilizingRatingPlugin::printRatingTemplate
:But it doesn't prevent the plugin to draw another
RatingContainer
before title. Also currentrating.css
stylesheet messes up a bit my layout, it should touch as less selectors as possible especially while looking ahead such options as "Draw in title" and "Draw in reactions".The text was updated successfully, but these errors were encountered: