Forum Replies Created

Viewing 15 replies - 1 through 15 (of 29 total)
  • Forum: Plugins
    In reply to: Limit Categories Plugin
    jaycos

    (@jaycos)

    thanks, that was very helpful!

    jaycos

    (@jaycos)

    Hey,

    did you solve it? I have a similar problem with userextra and Limit Categories. The post editing page (post.php) is not showing up to authors, only to admins.

    Forum: Plugins
    In reply to: Site Statistic Plugin

    Hi Carlo,

    you are right, there are only two entries in that field. 28 and 33, the two posts i see in the statistic.

    Forum: Plugins
    In reply to: Site Statistic Plugin

    On the visits page i see, that e.g. a user visited 20 pages. When i click on details i see all 20 pages the user visited. Here i see only time and path ( /?p=40, /?author=16 and so on), post name is empty.
    But under visited pages i see only 2 posts (now their title is mentioned) with one visit each.
    The visited pages feature is not important to me. I just wanted to tell you…

    Forum: Plugins
    In reply to: Site Statistic Plugin

    Just a little bit more feedback:
    a) I’ve got hits from https://search.blogger.com/, but they are not listed under searches.
    b) I am not sure if “visited pages” is working well. In Historical Stats it says “Page Visited: 2932”, but in “visited pages” only 2 posts of my blog are listed with one hit each.

    I hope this helps you to perfect your FCHS-plugin!

    Have a look at https://www.wildbits.de/mygallery/#english

    I think it has all what you want, except categories. That is planned for future versions. But you can display galleries on pages and subpages, which probably helps you.

    Forum: Plugins
    In reply to: Site Statistic Plugin

    YESSS! Thanks for the fix! I cannot expect the ajaxed version! ??

    Forum: Plugins
    In reply to: Site Statistic Plugin

    Yes, the date-function is working correctly… :-/
    So maybe it’s not a prob of your code. Maybe some some other plugins i use are responsible for that?

    Forum: Plugins
    In reply to: Site Statistic Plugin

    Hi carlonicora,
    it’s much better now. But a few errors are still there:

    Most Accessed Pages Today
    Warning: Invalid argument supplied for foreach() in /is/htdocs/**mypath**/www/wp-content/plugins/wp-fchs.php on line 1199
    Number of Visits Page

    Today Referrals
    Warning: Invalid argument supplied for foreach() in /is/htdocs/**mypath**/www/wp-content/plugins/wp-fchs.php on line 1351
    Number of Visits Page

    Latest Searches
    Warning: Invalid argument supplied for foreach() in /is/htdocs/**mypath**/www/wp-content/plugins/wp-fchs.php on line 1769
    Date of Search Searched String Search Engine

    Top Searches
    Warning: Invalid argument supplied for foreach() in /is/htdocs/**mypath**/www/wp-content/plugins/wp-fchs.php on line 1769
    Number of Searches Searched String Search Engine

    I hope that helps you making this great plugin even better!

    Forum: Plugins
    In reply to: Site Statistic Plugin

    One error’s reason is pretty clear:

    WordPress database error: [Table 'dbxxxx-blog.wp_FCHS_Details' doesn't exist]
    SELECT COUNT(DET_POS_Id) as 'Count', cat_name, cat_id FROM wp_FCHS_Details, wp_post2cat, wp_categories WHERE post_id=DET_POS_Id AND category_id=cat_ID AND DET_POS_Id<>'' GROUP BY category_id ORDER BY cat_name;

    This is because I use a database prefix (wp_01_ instead of wp_) and your plugin cannot deal right with that. Nevertheless it installed by itself the tables wp_01_FCHS_Bots, wp_01_FCHS_Details, wp_01_FCHS_Searches
    and wp_01_FCHS_Visits

    Forum: Plugins
    In reply to: Site Statistic Plugin

    Hi Carlo,
    Visits and Historical Stats are doing well. But Visited Pages delivers
    Most Accessed Pages Today
    Warning: Invalid argument supplied for foreach() in /is/htdocs/**mypath**/www/wp-content/plugins/wp-fchs.php on line 1181
    Number of Visits Page

    Most Accessed Pages
    Warning: Invalid argument supplied for foreach() in /is/htdocs/**mypath**/www/wp-content/plugins/wp-fchs.php on line 1206
    Number of Visits Page

    And Visited Categories, Today Referrals and Searches deliver errors as well. But Complete Referrals and Other Stats are working.

    Note: **mypath** replaces my real path…

    Forum: Plugins
    In reply to: Site Statistic Plugin

    That’s nice. I finally got installed ip2nation. Some features of the Plugin don’t work at my site, but it looks really nice so far.

    any new ideas on that?
    I would like to inform the author of a post AND the admin of a new comment.

    I use this on my theme’s index.php:
    <?php if (is_home() && ($paged <= "1"))
    { ?>
    ...

    jaycos

    (@jaycos)

Viewing 15 replies - 1 through 15 (of 29 total)