bdp
Forum Replies Created
-
Forum: Plugins
In reply to: RSS Aggregator – What’s the best to import feeds?I have just upgraded to WordPress version 2.0; and my BDP-RSS Aggregator seems to be working perfectly.
The only glitch was the PHPExec plugin I was using. I have changed to exec-php , without any significant difficulty and all works fine.
Forum: Fixing WordPress
In reply to: StatsI have just released BDP Referral Tracker 1.0 (Pre-release Candidate A).
The <b>BDP Referral Tracker</b> allows you to display statistics in your sidebar on:
- the total number of hits on your site since the plugin was installed
- the average number of hits per day and per hour
- the number of hits in the past day, and
- the sites that have provided a click-through to your site in the past day (with a count of the number of click-throughs).
Forum: Plugins
In reply to: BDP Referral Tracker – major upgradeThe upgrade now seems stable at version 0.9.5. I have also put some screenshots of the Dashboard interface on my website.
Forum: Plugins
In reply to: rss aggregators for WordPressHeather, my system does just that. Currently I have it set up on my site in pages. Previously it was in the sidebar.
Forum: Plugins
In reply to: rss aggregators for WordPressYou could try mine …
Example page: http://www.ozpolitics.info/blog/?page_id=140
How I did it: http://www.ozpolitics.info/blog/?p=143
Forum: Plugins
In reply to: Referral trackerIn version 0.3.4 I have achieved a significant speed optimisation.
Forum: Plugins
In reply to: Referral trackerNow updated to version 0.2.7 – minor fix – I encountered an unusual issue where the wp-footer hook does not get used on some sites … I think this code is stable enough to consider beta code …
Forum: Plugins
In reply to: Referral trackerNow updated to version 0.2.6
Forum: Fixing WordPress
In reply to: Referral LogYou could try my bdp-referral.php plugin
Forum: Plugins
In reply to: Referral trackerFurther upgrades to version 0.2.3, responding to requests for additional functionality.
Forum: Plugins
In reply to: Referral trackerNow upgraded to version 0.2.0 (pre release). Lots of additional functionality. But only for those willing to test alpha code (ie. it comes with no guarantees – though it does appear to work on my site).
Forum: Plugins
In reply to: Call to all Plugin DevelopersWhat kind of fascist runs a system with this error message: “You have not specified a valid user name. A valid name must start with a Capital letter.”
Forum: Fixing WordPress
In reply to: How to make 1.5 comment box smallerAh but you will have a theme directory – either default or classic – its in there.
Forum: Fixing WordPress
In reply to: How to make 1.5 comment box smallerGo to the theme you are using (in /wp-content/themes/). Edit comments.php. Find the line like the following (near the bottom):
<textarea name="comment" id="comment" cols="80" rows="15" tabindex="4"></textarea>
Change the <i>cols</i> value in this line.