Trace: » rating-position
This is an old revision of the document!
—-
How to change Article Rating position displayed on page
- Open file .plugins/content/vote.php
- Edit the line
- $mainframe→registerEvent( 'onBeforeDisplayContent', 'plgVotitaly' );
- By Change to:
- $mainframe→registerEvent( 'onAfterDisplayContent', 'plgVotitaly' );
