- Home
- About
- Archives
- My WordPress Plugins
- Bulk Change Attachment Parent
- Clean Archives Reloaded
- Disable Trackbacks
- jQuery Lightbox For Native Galleries
- Local Time
- Regenerate Thumbnails
- Registered Users Only
- SyntaxHighlighter Evolved
- Viper’s Video Quicktags
- WordPress Admin Bar
- WordPress Download Counter
- WordPress.org One-Click Install
- YOURLS: Short URL Widget
- Other Plugins
- Discontinued Plugins
- Donate
- Contact
About
Hi and welcome to my blog. My name's Alex, although I'm more commonly known as Viper007Bond (or just Viper). I'm a Portland, Oregon developer who works for an awesome company called Automattic (you've probably heard of our WordPress.com blogging network). I also contribute to the open-source blogging software WordPress and have written quite a few WordPress plugins. You can read more about me on my about page.
Short URL
Want to Tweet about this? Then here's the short URL to this specific page:
http://v007.me/826- 2.9 1080p Automattic beta Dvorak filters Firefox Flash FLV HTTP API iPhone keyboard Matt Mullenweg movie trailer MP4 Muppets Mystique Neat oEmbed plugin Portland Queen QWERTY release San Francisco shortcodes slow motion SVN Television The Expendables theme themes Twitter video Vimeo VVQ WCSF widget WordCamp WordPress WordPress.com wpautop wpdevel YOURLS YouTube
- July 2010 (10)
- June 2010 (6)
- May 2010 (11)
- April 2010 (6)
- March 2010 (4)
- February 2010 (6)
- January 2010 (3)
- December 2009 (6)
- November 2009 (10)
- October 2009 (8)
- September 2009 (2)
- August 2009 (4)
- July 2009 (2)
- June 2009 (6)
- May 2009 (5)
- April 2009 (3)
- March 2009 (8)
- February 2009 (1)
- January 2009 (2)
- December 2008 (1)
- November 2008 (6)
- October 2008 (2)
- September 2008 (12)
- August 2008 (7)
- July 2008 (9)
- June 2008 (7)
- May 2008 (2)
- April 2008 (5)
- March 2008 (10)
- January 2008 (4)
- December 2007 (6)
- November 2007 (1)
- October 2007 (3)
- September 2007 (6)
- August 2007 (2)
- April 2007 (1)
- March 2007 (2)
- February 2007 (1)
- January 2007 (7)
- December 2006 (3)
- November 2006 (5)
- October 2006 (7)
- September 2006 (14)
- August 2006 (9)
- July 2006 (7)
- June 2006 (6)
- May 2006 (8)
- April 2006 (8)
- March 2006 (10)
- February 2006 (9)
- January 2006 (9)
- December 2005 (12)
- November 2005 (12)
- October 2005 (12)
- September 2005 (20)
- August 2005 (25)
- July 2005 (19)
- Easy Embeds For WordPress 2.9 (119)
- Viper’s Video Quicktags + WordPress 2.5 (40)
- Avatar.Viper007Bond.com Killed (37)
- Automattic (36)
- New Theme (Work In Progress) (27)
- I Need GPL-Compatible Flash Video Player Suggestions (26)
- Snow Leopard Is Considered Fast? (20)
- Damn It’s Been Hot! (19)
- There Is No Such Thing As WordPress 2.6.4 (17)
- My Two Weeks With Defensio Anti-Spam (16)
Alex (Viper007Bond): I don't believe Prime95 is multi-core aware, is it? And I didn't do my overclocking using any...
Alex (Viper007Bond): It could be running out of memory (my plugin is a bit of a memory hog). Check the error_log or turn...
Alex (Viper007Bond): See the message here: http://wordpress.org/extend/plugins/jquery-lightbox-for-native-galleries/
Alex (Viper007Bond): My plugin doesn't provide any CSS of it's own really other than modifying the cursor when hovering...
Hal: Did you ever figure out what happened and how to correct it? I have the same issue right now, but I...
Marco D.: Thanks a lot for this plugin, I erased by accident a folder with images used in many galleries and...
Mufid: Check the accordion menu at the sidebar of my blog, find the "Table Of Content" menu. That is the...
Giorgio: Congratulations for this great-looking plugin. However... is it possible to use it for a single...
Me Elsewhere
about 1 year ago
I love this Plugin ! Since WP 2.7 this is a must have. For WP2.7 you have to remove this line “extract( $args, EXTR_SKIP );” from dashboard-pending-review.php to work without errors. Don’t know what this do for but works fine without this line. Greetz from Germany.
about 1 year ago
Thanks for this very useful plugin and thanks to Martin for the 2.7 fix.
Cheers!
about 1 year ago
Thanks Viper007Bond for the plugin and thanks so much for the 2.7 fix Martin…..works like a charm.
about 1 year ago
Hi,
I got the same error as Martin and then removed the line and all is working fine now.
about 10 months ago
Man… It’s plugin is simple and very nice. Any chance to generate a .pot file. I want to translate to pt_BR.
about 10 months ago
I’ve apparently had an updated version of this sitting on my computer for quite a while (rewritten for WordPress 2.7). I’ve committed it and included a translation template while was as it.
If you send me the translation file, I’ll include it.
about 7 months ago
Nice plugin. Is it possible to extend it to Pages in pending review also?
about 1 month ago
Works great, but I do need it to display Pages pending review as well as just posts. Is that possible? Otherwise it’s no good because the pages will be forgotten…
about 1 month ago
In Reply To Jake:
Edit the plugin and remove this line:
about 1 month ago
Thanks a lot for that tip – I’ll try it. Thanks for the quick response.
about 1 month ago
I’ve tried that, but it still just returns posts. I also tried changing ‘post’ into ‘page’, which does work, but (as you’d expect) only returns pages.
What I’m after is an OR, but I’m not sure of the syntax. I tried
but that crashed the dashboard. Am I close?! Sorry to have to ask, but I’m at the limits of my coding knowledge here…!
about 1 month ago
In Reply To Jake:
Oh, try this:
I guess it defaults to “post” if you don’t pass that parameter.
I should just update my plugin to do this without any modifications.
about 2 weeks ago
I’ve spent the last hour trying to make the translations work to no avail. I can assuredly tell you it doesn’t work.
about 2 weeks ago
Alright, I’ve got things to work, but it wasn’t a bump-free ride.
The .pot template is not up to date. I generated a .mo file from the .php page. One of the sentences was not translating because the line showing it was wrong.
had to be replaced by
about 2 weeks ago
In Reply To Nicolas Bouliane:
Heh, seems you found out what plugin I used as a base.
Thanks for catching that error.