Title: Patrick Daly's Replies | WordPress.org

---

# Patrick Daly

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 52 total)

1 [2](https://wordpress.org/support/users/developdaly/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/developdaly/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/developdaly/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/developdaly/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email] XSS exploit](https://wordpress.org/support/topic/xss-exploit-1/)
 *  Plugin Author [Patrick Daly](https://wordpress.org/support/users/developdaly/)
 * (@developdaly)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/xss-exploit-1/#post-5654250)
 * Thanks Samuel. This is resolved in 1.1.1.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscribe To Comments Reloaded] BUG: Undefined $post_id](https://wordpress.org/support/topic/bug-undefined-post_id/)
 *  Thread Starter [Patrick Daly](https://wordpress.org/support/users/developdaly/)
 * (@developdaly)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/bug-undefined-post_id/#post-4493271)
 * The function will work in most cases because the actual insertion query a few
   lines later is correct, `$wpdb->query($wpdb->prepare("`. But the part of the 
   function checking if the post exists doesn’t work and results in a PHP NOTICE.
   Most users wouldn’t see this … even with verbose error reporting turned on. I’m
   adding/deleting subscriptions on the front-end of my site with ajax though, and
   the NOTICE is returned in the response and breaks my output.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email] Works but puts HTML Character Codes in emails](https://wordpress.org/support/topic/works-but-puts-html-character-codes-in-emails/)
 *  Plugin Author [Patrick Daly](https://wordpress.org/support/users/developdaly/)
 * (@developdaly)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/works-but-puts-html-character-codes-in-emails/#post-4247453)
 * No guarantee on when I’ll fix these issues, but I’ve recorded them:
 * [https://github.com/developdaly/Email/issues/8](https://github.com/developdaly/Email/issues/8)
   
   [https://github.com/developdaly/Email/issues/9](https://github.com/developdaly/Email/issues/9)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Edit Flow] Follow Post (User) Not Working](https://wordpress.org/support/topic/follow-post-user-not-working/)
 *  [Patrick Daly](https://wordpress.org/support/users/developdaly/)
 * (@developdaly)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/follow-post-user-not-working/#post-3851078)
 * Having the same issue. Did you have any luck with this?
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Username modification](https://wordpress.org/support/topic/username-modification/)
 *  Thread Starter [Patrick Daly](https://wordpress.org/support/users/developdaly/)
 * (@developdaly)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/username-modification/#post-3994358)
 * Lo’ and behold … I mention this after years of it being a problem and one week
   later it’s fixed. But, I can’t find anything in Trac that points to what would
   have changed unless someone (without telling me) made the DB changes.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Stock Tools] Chart not available](https://wordpress.org/support/topic/chart-not-available/)
 *  Plugin Author [Patrick Daly](https://wordpress.org/support/users/developdaly/)
 * (@developdaly)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/chart-not-available/#post-3765315)
 * The charts and web service URLs are working … they must have been temporarily
   unavailable.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Username modification](https://wordpress.org/support/topic/username-modification/)
 *  Thread Starter [Patrick Daly](https://wordpress.org/support/users/developdaly/)
 * (@developdaly)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/username-modification/#post-3993968)
 * Don’t get me wrong … I understand the severity of changing a username; it likely
   requires one of the few with database access to manually change it … a task I
   would restrict from happening in 99.99% of cases.
 * And I wouldn’t be asking if it were a request to wholly change my username, but
   this is a bug on the .org side. At least according to the plugin/theme attribution
   on profile pages, username case does not matter.
 * There’s two solutions here: change .org’s code to be case insensitive in the 
   places it isn’t already OR change my username. The latter is likely easier, so
   maybe there’s *some* way we can make this happen?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Stock Tools] Insert a Space After Price Change?](https://wordpress.org/support/topic/insert-a-space-after-price-change/)
 *  Plugin Author [Patrick Daly](https://wordpress.org/support/users/developdaly/)
 * (@developdaly)
 * [13 years ago](https://wordpress.org/support/topic/insert-a-space-after-price-change/#post-3733446)
 * The plugin itself doesn’t actually style the results, but you could use something
   like the following:
 *     ```
       .stock-tools {
         border: 3px solid #eee;
         padding: 20px;
       }
       .stock-tools .stock-tools-symbol {
         float: right;
       }
       .stock-tools .stock-tools-last {
         font-size: 48px;
         font-weight: bold;
         line-height: 48px;
       }
       .stock-tools.positive .stock-tools-change {
         color: #46a546;
       }
       .stock-tools.negative .stock-tools-change {
         color: #ff0000;
       }
       .stock-tools.no-change .stock-tools-change {
         color: #555;
       }
       .stock-tools .stock-tools-last-trade {
         color: #555;
         font-size: 11.9px;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Stock Tools] Change Stock Charts to Weekly?](https://wordpress.org/support/topic/change-stock-charts-to-weekly/)
 *  Plugin Author [Patrick Daly](https://wordpress.org/support/users/developdaly/)
 * (@developdaly)
 * [13 years ago](https://wordpress.org/support/topic/change-stock-charts-to-weekly/#post-3733445)
 * No, the plugin is limited by the data returned by Google (ex. [http://finance.google.com/finance/info?client=ig&q=NASDAQ:GOOG](http://finance.google.com/finance/info?client=ig&q=NASDAQ:GOOG))
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Stock Tools] Where is the Plugin Setting](https://wordpress.org/support/topic/where-is-the-plugin-setting/)
 *  Plugin Author [Patrick Daly](https://wordpress.org/support/users/developdaly/)
 * (@developdaly)
 * [13 years ago](https://wordpress.org/support/topic/where-is-the-plugin-setting/#post-3631222)
 * After installation you won’t see anything new in the dashboard. This plugin simply
   enables a shortcode ([stock-tools]) that you pate into your content with the 
   parameters in the documentation.
 * The Google Finance API is no longer available, but this plugin uses their publicly
   accessible information via a URL like [http://finance.google.com/finance/info?client=ig&q=NASDAQ:GOOG](http://finance.google.com/finance/info?client=ig&q=NASDAQ:GOOG),
   so rest assured it still works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Oasis Workflow] Assign to role](https://wordpress.org/support/topic/assign-to-role/)
 *  Thread Starter [Patrick Daly](https://wordpress.org/support/users/developdaly/)
 * (@developdaly)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/assign-to-role/#post-3655871)
 * In my situation I’d like to assign to a role, rather than hand pick multiple 
   users.
 * We have a large organization with multiple departments that want to pass things
   around before it’s published. So rather than having to know Johnny in Compliance
   and Susie in Legal you could just assign it the Legal role.
 * I’d also like to be able to force the assignment in the workflow, rather than
   allowing someone to choose who it goes to next.
 * Without those enhancements, all I really need today is this:
    1. User edits existing page
    2. They submit their changes to John Doe meanwhile keeping the page published, 
       but without the changes.
    3. John Doe approves and the new version is published.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress MU Domain Mapping] Multiple domains with multisite and root domain not in WordPress](https://wordpress.org/support/topic/multiple-domains-with-multisite-and-root-domain-not-in-wordpress/)
 *  [Patrick Daly](https://wordpress.org/support/users/developdaly/)
 * (@developdaly)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/multiple-domains-with-multisite-and-root-domain-not-in-wordpress/#post-3355300)
 * Ron, any plans to work domain mapping for WordPress multisite in a subdirectory
   into a new version?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BlogML Importer] [Plugin: BlogML Importer] Did not import tags](https://wordpress.org/support/topic/plugin-blogml-importer-did-not-import-tags/)
 *  [Patrick Daly](https://wordpress.org/support/users/developdaly/)
 * (@developdaly)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-blogml-importer-did-not-import-tags/#post-2617852)
 * I just forked this plugin, adding the ability to import tags: [https://github.com/developdaly/BlogML-Importer-for-WordPress](https://github.com/developdaly/BlogML-Importer-for-WordPress)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress MU Domain Mapping] Multiple domains with multisite and root domain not in WordPress](https://wordpress.org/support/topic/multiple-domains-with-multisite-and-root-domain-not-in-wordpress/)
 *  [Patrick Daly](https://wordpress.org/support/users/developdaly/)
 * (@developdaly)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/multiple-domains-with-multisite-and-root-domain-not-in-wordpress/#post-3355058)
 * Yes, it’s a known issue with 3.5. The plugin simply doesn’t support multisite
   in a subdirectory since that’s a new feature of 3.5.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-LESS] Disappearing CSS file from uploads/wp-less](https://wordpress.org/support/topic/disappearing-css-file-from-uploadswp-less/)
 *  [Patrick Daly](https://wordpress.org/support/users/developdaly/)
 * (@developdaly)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/disappearing-css-file-from-uploadswp-less/#post-3267437)
 * Experiencing the same issue. No caching.
 * WP 3.5 and WP-LESS 1.5.1

Viewing 15 replies - 1 through 15 (of 52 total)

1 [2](https://wordpress.org/support/users/developdaly/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/developdaly/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/developdaly/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/developdaly/replies/page/2/?output_format=md)