theophile76
Forum Replies Created
-
Forum: Plugins
In reply to: Redirect “URL_1” randomly to “URL_2” or “URL_3”Nobody to help me ?
Forum: Hacks
In reply to: Insert php code on "sharebar" pluginI did it but nobody answered me…
That’s why I came hereForum: Plugins
In reply to: [WordPress Popular Posts] Show total views but range by "weekly views"Ok thx, I contacted you ??
Forum: Plugins
In reply to: [WordPress Popular Posts] Show total views but range by "weekly views"Ok, so how to contact you personaly ? then i give you access, because I realy need this to be solved.
Forum: Plugins
In reply to: [WordPress Popular Posts] Show total views but range by "weekly views"I replaced
// views if ( $instance['stats_tag']['views'] ) { if ($instance['order_by'] == 'avg') { $views_text = sprintf( _n('1 view per day', '%s views per day', intval($pageviews), 'wordpress-popular-posts'), number_format_i18n($pageviews, 2) ); } else { $views_text = sprintf( _n('1 view', '%s views', intval($pageviews), 'wordpress-popular-posts'), number_format_i18n($pageviews) ); } $stats .= ($stats == "") ? "<span class=\"wpp-views\">" . $views_text . "</span>" : " | <span class=\"wpp-views\">" . $views_text . "</span>"; }
Into
// views if ( $instance['stats_tag']['views'] ) { $total = wpp_get_views($p->id); $total_views = sprintf( _n('1 view', '%s views', intval($total), 'wordpress-popular-posts'), $total ); if ($instance['order_by'] == 'avg') { $views_text = sprintf( _n('1 view per day this week', '%s views per day this week', intval($pageviews), 'wordpress-popular-posts'), number_format_i18n($pageviews, 2) ); } else { $views_text = sprintf( _n('1 view this week', '%s views this week', intval($pageviews), 'wordpress-popular-posts'), number_format_i18n($pageviews) ); } $stats .= ($stats == "") ? "<span class=\"wpp-views\">{$total_views} (" . $views_text . ")</span>" : " | <span class=\"wpp-views\">{$total_views} (" . $views_text . ")</span>"; }
And same result again
Forum: Plugins
In reply to: [WordPress Popular Posts] Show total views but range by "weekly views"I get the same result
Forum: Plugins
In reply to: [WordPress Popular Posts] Show total views but range by "weekly views"Thx for replay.
Resutl : it rank by weekly views but does not show total view
Result exemple :
First in list : 1,00 views (52 848 views this week)
Second in list : 353,00 views (10 663 views this week)I don’t know what are “1,00 views” and “353,00 views”
Forum: Plugins
In reply to: [WordPress Popular Posts] Show total views but range by "weekly views"Ok thx a lot
Forum: Plugins
In reply to: [WordPress Popular Posts] Show total views but range by "weekly views"Hello, thx for reply.
I dont care about performance impact.
i juste want to ever show total views. Should i intergrate a “total view code” anywhere ?Forum: Plugins
In reply to: [WP-PostViews] Manual edit view number of a postThx it’s go !
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Show full title below thumbnailsThx, but I have not found .yarpp-thumbnail and .yarpp-thumbnail-title.
Do you have an issu ?
Thx.Nobody ? :s
It does not work to me.
I hav not Imagebrowser view but gallery thumbnail viewForum: Fixing WordPress
In reply to: I need to have all images of my gallery in one folder.I tried that : https://www.ads-software.com/extend/plugins/lazyest-gallery/installation/
But i would like to have same template that original WP gallery.Forum: Fixing WordPress
In reply to: I need to have all images of my gallery in one folder.Nobody ? :/