Dashboard understanding problem

Technical Support
  • 0_1540125381731_IMG_20181021_180548.jpg

    What does this mean ?
    I really can't get it

  • Left Y axis is page views (gray), right Y axis is unique visitors (blue). A page view is just what it say, a visitor looking at a page. A unique visitor is identified by IP. Thus it is a unique IP visiting your site. They are summarized over a day in the graph. Thus every value is per day.

    The total you see below is the sum of all page views over the last seven days.


Suggested Topics


  • 1 Votes
    1 Posts
    139 Views

    When users sign up using Facebook SSO , Facebook creates a random-numbered email address for them such as [email protected]

    I think a similar problem was already reported here: https://community.nodebb.org/topic/5985/facebook-sso-plugin-email-issue

    However, all emails sent to these kinds of addresses are returning back to us. This was already happening, but it was not bothering us so far 😄 unfortunately, recently we started to have a lot of "Delivery Status Notification (Failure)" emails... so, we would like to solve this.

    Address not found
    Your message wasn't delivered to [email protected] because the domain facebook.com couldn't be found. Check for typos or unnecessary spaces and try again.

    And on the Facebook postmaster page, we can confirm the problem as "RCP-P1 The attempted recipient address does not exist."

    Since the forum sees these accounts as valid and activated, it keeps trying to send an email at any action that causes email delivery. And of course, all emails are being failed to be delivered and returned back to us.

    Any suggestion?

  • 0 Votes
    3 Posts
    324 Views

    @PitaJ Is it possible to tell the user that "there has to be a space before the @"? I found many users donot aware that and failed to mention others.

    Or is it possible to mention others no matter if there is a space before the @

  • login problem

    Technical Support
    0 Votes
    8 Posts
    2k Views

    What I mean is -- we cannot fix issues if we cannot trigger them ourselves. We need a consistent set of reproduction steps (e.g. "go to this page, log in, press enter, navigate to this page, post.") in order to confirm that this is a bug and develop a fix. Otherwise if we cannot reproduce it, then it may be a configuration problem with your install, and we cannot fix that for you.

  • 0 Votes
    2 Posts
    1k Views

    Solved!

    <!--LiveInternet counter--><script type="text/javascript">jQuery(function($){$('.footer').append("<a href='//www.liveinternet.ru/click' target=_blank><img src='//counter.yadro.ru/hit?t14.1;r" + escape(document.referrer) + ((typeof(screen)=="undefined")?"":";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?screen.colorDepth:screen.pixelDepth)) + ";u" + escape(document.URL) +";h"+escape(document.title.substring(0,80)) + ";" + Math.random() + "' border=0 width=88 height=31 alt='' title='LiveInternet: показано число просмотров за 24 часа, посетителей за 24 часа и за сегодня'><\/a>")});</script><!--/LiveInternet-->
  • 2 Votes
    6 Posts
    3k Views

    @Tanner yup, just slightly more work as you'd have to wire up the save/load calls when the homepage is loaded.

    You could get away with doing the save only, if there were a hook for home page retrieval, but to my knowledge, we don't have one... (yet?)