Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • alice-gothberg 4 posts 34 karma points
    1 day ago
    alice-gothberg
    0

    SEOChecker Inbound links dashboard – table columns missing.

    Hi. I've recently downloaded the SEOChecker package. In the manual, the dashboard showing Inbound link errors has the following columns: Url, Redirect to, Last Referrer, Accessed and Last time accessed.

    In my installation, I only have the Url and Redirect to-columns and I can't figure out why or how to change it.

    I can see that, in the package file inboundlinkissues.html, there are ng-if statements in the table headings, like this one:

    <div class="umb-table-cell " ng-click="sort('referrer')" ng-if="model.includeStats">
    <localize key="seoCheckerRedirectManager_overviewLastReferer"></localize>
    <i class="umb-table-head__icon icon" ng-class="{'icon-navigation-down': isSortDirection('referrer', 'asc'), 'icon-navigation-up': isSortDirection('lastReferrer', 'desc')}"></i>
    </div>
    

    My guess is that this model.includeStats thing is the culprit here, but how do I set includeStats to true?

    Thanks in advance!

Please Sign in or register to post replies

Write your reply to:

Draft