ice00
Forum Replies Created
-
Forum: Plugins
In reply to: [FeedWordPress] How to syndicate only excerpts and not full postsThere is a bug inside fwp-limit-size-of-posts.php (don’t know if it is the one for jnnydnti problem)
if (isset($global_rule[‘sentences’])) : $siteWide[] = $global_rule[‘words’].’ sentences’; endif;
must be
if (isset($global_rule[‘sentences’])) : $siteWide[] = $global_rule[‘sentences’].’ sentences’; endif;
Forum: Plugins
In reply to: [NewStatPress] Error with debug onyou can add this if around that instruction:
if (isset($refferer)) {
list($searchengine,$search_phrase)=explode(“|”,iriGetSE($referrer));
} else {
$searchengine=”;
$search_phrase=”;
}Forum: Plugins
In reply to: [NewStatPress] $_newstatpress_url problemHi, could you provide me an example?
From my test there should be not problems.
ThanksForum: Plugins
In reply to: [NewStatPress] Referrer links on details pageIt was limited to 50 chars, now I extended it to database size (250)
Forum: Plugins
In reply to: [NewStatPress] Print function not workingHi,
passed variable must bne only the value to calculate.
Use this:<?php if (function_exists('NewStatPress_Print')){ NewStatPress_Print("%totalvisits%"); } ?> total visits.
Forum: Plugins
In reply to: [NewStatPress] Feature request: Dots on post dates/timeshi,
you should provide me some screenshot example of what did yuo like that features.
Forum: Plugins
In reply to: [NewStatPress] [Plugin: NewStatPress] [suggest] Top KeywordsI’m thinking about a widget like NewStatPress TopPosts that gives the top search terms
Forum: Plugins
In reply to: [NewStatPress] Site has a problem with newstatpressHi,
sorry for this daly post, but I get non notification of new post in here.
This error is maybe fixed by version 0.5.2
Forum: Plugins
In reply to: [NewStatPress] [Plugin: NewStatPress] [suggest] Top KeywordsNow little implemented in version 0.5.2 for the top one.
I’m still looking for a true solutionForum: Plugins
In reply to: [NewStatPress] [Plugin: NewStatPress] Fatal errorHi,
thanks for spotting this out.I will modify that function for not collide animore with the statpress-visitors
Forum: Plugins
In reply to: [NewStatPress] Not updated for 3.5?hi,
sorry I get not notification of new post into this list.The plugin is now tested to latest 3.5.1 version of WP
Forum: Plugins
In reply to: Need permission to view full statsWhere do you install a plugin is still available for you?
If so you can download the last version of plugin:
https://newstatpress.altervista.org/?p=224Open the zip file and edit newstatpress.php with:
<?php /* Plugin Name: NewStatPress Plugin URI: https://newstatpress.altervista.org Description: Real time stats for your WordPress blog Version: 0.4.2 Author: Stefano Tognon (from Daniele Lippi works) Author URI: https://newstatpress.altervista.org */ $_NEWSTATPRESS['version']='0.4.2'; $_NEWSTATPRESS['feedtype']='';
modify the version in 0.4.2.1
then add the $mincap=”level_8″; as of the previous post.
Update the zip with this file, then try to add this plugin as a new plugin to install. If all goes good this version will overwrite the previous.Forum: Plugins
In reply to: Need permission to view full statsHave you ftp access to your site?
if so, you can edit newstatpress.php from there.
Forum: Plugins
In reply to: Need permission to view full statsTry to navigate in this locagtion of your site:
/wp-admin/plugin-editor.php
example:
https://www.mysite.com/wp-admin/plugin-editor.phpthis is where WP let you modify plugin.
Forum: Plugins
In reply to: Need permission to view full statsgoes to the plugin editor of WordPress and choose the file newstatpress.php
search for this point:
# add submenu $mincap=get_option('newstatpress_mincap'); if($mincap == '') { $mincap="level_8"; }
and add this line after it:
$mincap="level_8";
This should bypass of capabilities you have selected