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.

[Solved] Peregrine's "AuthorTimeView" plugin doesn't appear in Clean theme

remziremzi
edited August 2013 in Vanilla 2.0 - 2.8

view feature is not visible, doesnt appears anywhere
does anyone know the reason ?
http://justpaste.it/50oz

Comments

  • hgtonighthgtonight ∞ · New Moderator
    edited August 2013

    If it works as expected on the default theme AND the element does not exist in the markup of the site when on your custom theme, the theme you are using most likely has html overrides and does not fire an event required for this plugin.

    What files/folders are in /themes/yourtheme/views?

    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.

  • hgtonighthgtonight ∞ · New Moderator

    There are two events that are missing in your themes markup overrides. In '/themes/clean/views/discussions/helper_functions.php', insert <?php $Sender->FireEvent('BeforeDiscussionMeta'); ?> after line 37 (which reads <div class="Meta">). Also insert $Sender->FireEvent('AfterCountMeta'); before line 49 (which reads if ($Discussion->LastCommentID != '') {).

    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.

  • thank you.

Sign In or Register to comment.