jaycos
Forum Replies Created
-
Forum: Plugins
In reply to: Limit Categories Pluginthanks, that was very helpful!
Forum: Fixing WordPress
In reply to: Page not showing upHey,
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 PluginHi 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 PluginOn 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 PluginJust 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!
Forum: Plugins
In reply to: Powerful Gallery Integration?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 PluginYESSS! Thanks for the fix! I cannot expect the ajaxed version! ??
Forum: Plugins
In reply to: Site Statistic PluginYes, 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 PluginHi 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 PageToday Referrals
Warning: Invalid argument supplied for foreach() in /is/htdocs/**mypath**/www/wp-content/plugins/wp-fchs.php on line 1351
Number of Visits PageLatest 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 EngineTop 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 EngineI hope that helps you making this great plugin even better!
Forum: Plugins
In reply to: Site Statistic PluginOne 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_VisitsForum: Plugins
In reply to: Site Statistic PluginHi 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 PageMost 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 PageAnd 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 PluginThat’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.
Forum: Fixing WordPress
In reply to: Sending mail when a user post a commentany new ideas on that?
I would like to inform the author of a post AND the admin of a new comment.Forum: Themes and Templates
In reply to: Include html on wordpress main index page only?I use this on my theme’s index.php:
<?php if (is_home() && ($paged <= "1"))
{ ?>
...Forum: Fixing WordPress
In reply to: How-to prevent users from posting on certain categories?This does it as well:
https://redalt.com/wiki/Limit+Categories