Title: duras's Replies | WordPress.org

---

# duras

  [  ](https://wordpress.org/support/users/duras/)

 *   [Profile](https://wordpress.org/support/users/duras/)
 *   [Topics Started](https://wordpress.org/support/users/duras/topics/)
 *   [Replies Created](https://wordpress.org/support/users/duras/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/duras/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/duras/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/duras/engagements/)
 *   [Favorites](https://wordpress.org/support/users/duras/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Verve Meta Boxes] [Plugin: Verve Meta Boxes] Date translation](https://wordpress.org/support/topic/plugin-verve-meta-boxes-date-translation/)
 *  [duras](https://wordpress.org/support/users/duras/)
 * (@duras)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-verve-meta-boxes-date-translation/#post-1660843)
 * <?php echo date(“M j, y”,strtotime($my_field))?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailchimp List Subscribe Form] [Plugin: MailChimp List Subscribe Form] Javascript conflict](https://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-javascript-conflict/)
 *  [duras](https://wordpress.org/support/users/duras/)
 * (@duras)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-javascript-conflict/#post-1806262)
 * For what it’s worth, bdgardengirl is not the only person having problems with
   the Mailchimp widget; it wreaked major havoc with slidedeck, as well. Took me
   forever to figure out it was the common denominator behind a number of javascript
   conflict problems plaguing several sites; when I removed the mailchimp widget,
   all of the problems vanished. Now that may be because the *other* plugins are
   all in some way problematic, but since removing only the mailchimp plugin solved
   the problem, it’s gotta be the one to go. So there are two of us amidst the tons
   of people, at least.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot select parent category](https://wordpress.org/support/topic/cannot-select-parent-category/)
 *  [duras](https://wordpress.org/support/users/duras/)
 * (@duras)
 * [15 years, 12 months ago](https://wordpress.org/support/topic/cannot-select-parent-category/#post-1408518)
 * OMG, THANK YOU. I have a huge number of categories and suddenly all of the category
   admin edit screens were blank. The form was there but the fields for category
   name, slug and parent were all empty. I about had a heart attack. This was, indeed,
   the fix. I hadn’t had to edit a category since loading that plugin awhile back
   and had forgotten about it. Thanks again for the info.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dagon Design Sitemap Generator] [Plugin: Dagon Design Sitemap Generator] DO NOT USE: Highly Destructive](https://wordpress.org/support/topic/plugin-dagon-design-sitemap-generator-do-not-use-highly-destructive/)
 *  [duras](https://wordpress.org/support/users/duras/)
 * (@duras)
 * [16 years ago](https://wordpress.org/support/topic/plugin-dagon-design-sitemap-generator-do-not-use-highly-destructive/#post-1569194)
 * MrBluesummers, you just SAVED me from having a heart attack or committing murder,
   one. Thank you for posting the fix; I was wigged in the extreme trying to find
   the problem. On the plus side, I rediscovered some choice swear words that I’d
   forgotten, so there’s that.
 * A reminder to one and all: DO NOT use Jon Godley’s Redirection plug-in in conjunction
   with Dagon Design Sitemap Generator or your homepage will permanently redirect
   to your sitemap!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP e-Commerce] HELP PLEASE! PRODUCT SCROLLER AND FORUM!](https://wordpress.org/support/topic/plugin-wp-e-commerce-help-please-product-scroller-and-forum/)
 *  [duras](https://wordpress.org/support/users/duras/)
 * (@duras)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-help-please-product-scroller-and-forum/#post-1190244)
 * Not being to able to see the category numbers without jumping through hoops was
   driving me nuts. so here’s what I did:
 * in the wpsc-admin directory, in the file display.group.page.php, find this line:
 * `echo " <a href='#' onclick='fillcategoryform(".$category['id'].");return false;'
   >".TXT_WPSC_EDIT."</a>\n\r";`
 * and change to
 *  `echo " <a href='#' onclick='fillcategoryform(".$category['id'].");return false;'
   >".TXT_WPSC_EDIT."</a> - " . $category['id']. "\n\r";`
 * Once you do that, it’ll print a dash followed by the category id after the edit
   link on the wpsc “categories” page. I you could tweak the code a bit to put it
   right after the category name, but this was just a quick fix to show the number
   somewhere other than via a hover.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Looking for plugin for site admin to be able to create/modify text snippets](https://wordpress.org/support/topic/looking-for-plugin-for-site-admin-to-be-able-to-createmodify-text-snippets/)
 *  [duras](https://wordpress.org/support/users/duras/)
 * (@duras)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/looking-for-plugin-for-site-admin-to-be-able-to-createmodify-text-snippets/#post-1129292)
 * You want [Anyvar](http://wordpress.org/extend/plugins/anyvar/). Does exactly 
   what you want and works great.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Can I download WPMailing?](https://wordpress.org/support/topic/can-i-download-wpmailing/)
 *  [duras](https://wordpress.org/support/users/duras/)
 * (@duras)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/can-i-download-wpmailing/#post-741013)
 * Yay Google! Found it here: [http://www.caugb.com.br/wp-plugins/#wpmailing](http://www.caugb.com.br/wp-plugins/#wpmailing)

Viewing 7 replies - 1 through 7 (of 7 total)