Tom Atkins
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: 2.7rc1 and [gallery] shortcodeAha – solved it (for me)…
I disabled the wp-omatic plugin and it works now.
Forum: Alpha/Beta/RC
In reply to: 2.7rc1 and [gallery] shortcodeI would like to confirm exactly YorkshireLad’s issue in WP 2.7.1
Sequence of events is:
- Bulk Upload images to media library
- Sometime later create a new post and save it
- Go to media library and View ‘unattached’ images
- use new feature in 2.7 to ‘attach them to a post’
- seems to work as media library shows images attached to a post
- put in gallery shortcode
- preview post – gallery is empty
NB: Gallery works OK for me if I upload the files at the time of writing the post, but this is not always the case.
I’d say this is a bug – did you get any resolution yet YorkshireLad?
Forum: Fixing WordPress
In reply to: spam new problem in 1.5There seems to be something up with 1.5 (or the spammers have found a hole) see the discussion here also:
http://ww.wp.xz.cn/support/topic.php?id=24313
Any ideas from developers or those in the know?
The problem I have is that existing posts with “comments closed” are getting comments (sent to moderation at least) by the spammers.
Forum: Fixing WordPress
In reply to: Spammed closed commentsSo it’s a bug then? How is this spam being generated?
Forum: Fixing WordPress
In reply to: Spammed closed commentsI too have this problem. I’ve just upgraded to 1.5 and all my posts are set to “Comments Closed”.
This is not a Trackback or ‘future’ posts issue – it’s a comment waiting for moderation to a post that already exists for which comments are closed!
This is a new type of spam for me – closing comments used to work – is this a bug in 1.5 or a new form of spanmming.
Opinions appreciated!
The particluar offender in my case is shown below:
A new comment on the post #8 “Autumn Gardening Workshop” is waiting for your approval http://www.growingawareness.org/?p=8
Author : texas hold’em (IP: 216.139.189.77 , 216.139.189.77) E-mail :
URL : http://www.tigerspice.com
Whois : http://ws.arin.net/cgi-bin/whois.pl?queryinput=216.139.189.77
Comment:
texas hold’emForum: Fixing WordPress
In reply to: blog to the futureOK, just worked it out for 1.5, in classes.php line 489 replace:
$where .= ” AND post_date_gmt <= ‘$now'”;
with
$where .= ” “;
(the calender hack above still works)
Forum: Fixing WordPress
In reply to: blog to the futureAnyone know how to do this for 1.5? The lines in wp-blogheader have changed.