KillerSneak
Forum Replies Created
-
Same issue on my wesbite (ip starts with *** for privacy)
[16-Nov-2011 06:20:30] WordPress database error Duplicate entry ‘2011-11-15 23:20:30-guest-***.173.37.9’ for key ‘useronline_id’ for query INSERT INTO
dna_useronline
(user_type
,user_id
,user_name
,user_ip
,user_agent
,page_title
,page_url
,referral
) VALUES (‘guest’,’0′,’Guest’,’***.173.37.9′,’Opera/9.80 (Windows NT 6.1; U; en) Presto/2.10.229 Version/11.60′,’Do Not Argue » Page not found’,’/wp-content/plugins/wp-pagenavi/images/content-bottom-shadow.png’,’https://donotargue.com/cfg-makers/skyrim/’) made by require, require_once, include, get_header, locate_template, load_template, require_once, wp_head, do_action, call_user_func_array, UserOnline_Core->recordForum: Plugins
In reply to: [Tweetbacks] Tweetbacks and WP 3.1.2Same problem here Is there any way to check if the plugin is doing anything at all? Below is the code for my comments template.
<?php if ( ! empty($comments_by_type['comment']) ) : ?> <ol class="commentlist clearfix"> <?php wp_list_comments( array('type'=>'comment','callback'=>'et_custom_comments_display') ); ?> </ol> <?php endif; ?> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> <div class="navigation clearfix"> <div class="nav-previous"><?php previous_comments_link( __( '<span class="meta-nav">←</span> Older Comments', 'Aggregate' ) ); ?></div> <div class="nav-next"><?php next_comments_link( __( 'Newer Comments <span class="meta-nav">→</span>', 'Aggregate' ) ); ?></div> </div> <!-- .navigation --> <?php endif; // check for comment navigation ?> <!-- Do Not Argue # add tweetback support / needs plugin --> <?php if ( ! empty($comments_by_type['tweetback']) ) : ?> <h3 id="Tweets"><?php esc_html_e('Tweetbacks','Aggregate') ?></h3> <ol class="commentlist"> <?php wp_list_comments('type=tweetback'); ?> </ol> <?php endif; ?> <!-- Do Not Argue # add tweetback support / needs plugin --> <?php if ( ! empty($comments_by_type['pings']) ) : ?> <div id="trackbacks"> <h3 id="comments"><?php esc_html_e('Trackbacks/Pingbacks','Aggregate') ?></h3> <ol class="pinglist"> <?php wp_list_comments('type=pings&callback=et_list_pings'); ?> </ol> </div> <?php endif; ?>
Have to agree support is lacking, but i didn’t pay for a GOLD package so i can’t say anything about that. Actually the first time in 8 years of running websites that I paid for a plugin / code.
I think it’s not possible to have your frontage cached as it changes content each time you make a post / comment.
Maybe you have to set the re-translate option to 1 day instead of the standard 15?
Forum: Plugins
In reply to: [plugin: Global Translator] xml sitemap integration urlsWorks for me. The translated pages show with the language codes (/nl/ – /de/ and so fort)
Can i do anything to help? Show settings or anything else ?
Let me know.
PS: I do know you have to rebuild your sitemap manually from the Sitemap plugin screen the first time otherwise your XML will have error’s
Forum: Plugins
In reply to: sociable css doesn’t validate?Indeed i have the same problem. Everything else on the site validates. You can remove the lines from the css it will validate then:
41 .sociable-hovers Property -moz-opacity doesn’t exist : 0.4
42 .sociable-hovers Parse Error opacity=40)
46 .sociable-hovers:hover Property -moz-opacity doesn’t exist : 1
47 .sociable-hovers:hover Parse Error opacity=100)These are special Mozilla(firefox) tags. you can remove all the lines without problems altough it will mess up the Opacity (not needed for social icons imho)
Forum: Alpha/Beta/RC
In reply to: Tags not working: issue with WP2.8 and DB Cache pluginI can confirm this porblem. It started to happen yesterday. Also using:
WordPress 2.8.4
DBcache 0.6I hope this will get fixed soon as DBcache really did speed up my site allot.