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.
Count not show in messages
wikitetas
New
Hi!
The count appear in profile page, but not appear in messages. Any solution?
Thanks and sorry my bad english!
0
Comments
which Theme are you using?
OneClick: http://foro.wikitetas.es/
Did you modify something?
You are using 2.2 version and the plugin should also work fine on this version. But when i look into your source code, i can see this:
The original should be
<span class="Author">
instead of AuthorNameAnd in the Author, there should be a class AuthorInfo in which is the class MItemPostCount
The fire-event of this plugin is DiscussionController_AuthorInfo_Handler
I am guessing the oneClick theme you are using has overridden the discussion controller helper functions view and is not firing the AuthorInfo event.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Any solution?
Hard to offer a solution based on speculation.
You use the oneClick theme, yes?
I would inspect the theme folder for a file called 'helper_functions.php'. It should be in
/themes/oneClick/views/discussion
. If you can find it, you need to compare it to the default view in/applications/vanilla/views/discussion/helper_functions.php
and add fireEvent code for AuthorInfo.If this sounds too heady, contact the theme author and ask him to look into it.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.