techstar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: All of a sudden Custom Fields missing from drop downYes that did help, thank you very much.. You saved the day 🙂
Forum: Fixing WordPress
In reply to: All of a sudden Custom Fields missing from drop downI think you misread the post, and perhaps did not look at the screenshot. Thanks for your attempt.
Forum: Fixing WordPress
In reply to: Unwanted Ads Suddently Overlaying My ImagesIf this is indeed a virus, lets all list our OS and browser/version because I think it has just happend to me on a Cargo Collective site which does not use wordpress.
Mac OSX 10.7.3
Google Chrome 20.0.1132.57It looks like the culprit host is click-srv.com although I cannot find any code on my wordpress files or within the database, did an egrep on click-srv and nothing shows. That’s why I believe it may be a cookie or some javascript.
help please
Forum: Fixing WordPress
In reply to: featured image not available when uploading imagesyes it was the theme, but the theme supports it so i’m not sure what is amiss
Forum: Fixing WordPress
In reply to: mysql locks up freezes when admin user "publishes"It was google sitemaps plugin.. thanks!
Forum: Fixing WordPress
In reply to: Page template options not showing upI can confirm this happend to me as well. Bug?
Forum: Plugins
In reply to: [WP-Stats] [Plugin: WP-Stats] W animation logo onlyGuessing it will be something with this:
<script type="text/javascript"> // <![CDATA[ jQuery( function($) { $( '#stat-chart' ).load( 'http://dashboard.wordpress.com/wp-includes/charts/flot-stats-data.php', {"height":210,"page":"stats","chart_type":"stats-data","target":"stat-chart","blog":xxxxx,"unit":1} ); } ); // ]]> </script>Forum: Plugins
In reply to: [WP-Stats] [Plugin: WP-Stats] W animation logo onlyForum: Plugins
In reply to: [WP-Stats] [Plugin: WP-Stats] W animation logo onlyWhy was this even changed, it seemed to have coincided with the upgrade of Adsense.
Its really annoying to have stats data held by third party companies. Why doesnt someone release a tool that will keep stats data locally and provide enough information to keep us happy. 99% of these problems will disappear.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Add job for publicHey Gary,
Is there a way to get an RSS feed of job postings?
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Add job for publicThanks Gary
That sounds great! What is your timeline?One more thought I had when in the admin, a bit more detail in Job Lists page. Perhaps Company Name or other easily identifiable data sets to view by.
Forum: Plugins
In reply to: [wordpress popular posts] No data so far.@ikki24: that fixed it for me. I went into phpmyadmin, to the table wp_popularpostsdatacache and inserted fake data for posts. Anyone who wishes to do this will need to get the post IDs for a few posts, you can go to your admin Posts link in WP-Admin, mouseover the title and it will show you the post id in your status bar. Then you just insert the data like in this screenshot. Do so at your own risk.
After doing this however I realized this is not even the plugin I need. I thought “Sort posts by: Comments” would rank the most popular posts be the most commented. Doh! That’s not the case.
Forum: Plugins
In reply to: [wordpress popular posts] No data so far.So really you cant use this if you are building a new site and want to test designs unless you send a bunch of users there? Any way to import some fake cache data straight to the DB through phpmyadmin or something?
Thanks for the explanation, and its great to see you supporting this plugin.