Title: flammable's Replies | WordPress.org

---

# flammable

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google Custom Search Plugin] Don't waste your time](https://wordpress.org/support/topic/dont-waste-your-time-1/)
 *  [flammable](https://wordpress.org/support/users/flammable/)
 * (@flammable)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/dont-waste-your-time-1/#post-2254629)
 * Hey guys.
 * I need to implement this on another site this week – I’ll write up a proper how-
   to.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google Custom Search Plugin] Don't waste your time](https://wordpress.org/support/topic/dont-waste-your-time-1/)
 *  [flammable](https://wordpress.org/support/users/flammable/)
 * (@flammable)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/dont-waste-your-time-1/#post-2254626)
 * foshdafosh, did you use the code in both of my posts? I just checked, and the
   search box is still functional on my sites.
 * I’m not sure if it matters, but I’m still using the Twenty Ten theme, not Twenty
   Eleven.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google Custom Search Plugin] Don't waste your time](https://wordpress.org/support/topic/dont-waste-your-time-1/)
 *  [flammable](https://wordpress.org/support/users/flammable/)
 * (@flammable)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/dont-waste-your-time-1/#post-2254618)
 * Looks like I’m not using the widgets at all. Instead, I’ve got a child theme (
   based off of Twenty Ten), and this code is in header.php:
 *     ```
       <!-- Search Box Begin-->
           <div class="header-search">
             <?php get_search_form(); ?>    </div>
       <!-- Search Box End -->
       ```
   
 * I’ve got this in my style.css too:
 *     ```
       /* Searchbox Style */
       .header-search {
        height: 30px;
        clear: right;
        float: right;
        margin: 6px 0 18px 0;
        width: 220px;
       }
       .search-text {
        float: left;
        display: block;
        height:20px;
        width:160px;
       }
       ```
   
 * Hope this helps! I wrote the author last November but never heard anything.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google Custom Search Plugin] Don't waste your time](https://wordpress.org/support/topic/dont-waste-your-time-1/)
 *  [flammable](https://wordpress.org/support/users/flammable/)
 * (@flammable)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/dont-waste-your-time-1/#post-2254606)
 * Okay, I got this to work again. I’ll write the author shortly.
 * In the meantime, if you’d like to use this, do as the author says here:
 * [http://aleembawany.com/projects/wordpress/google-custom-search-plugin/](http://aleembawany.com/projects/wordpress/google-custom-search-plugin/)
 * As there’s no longer an iframe option, though, choose “results only” for the 
   layout. I chose “minimalist” for the style, but it probably doesn’t matter. Click“
   save and get code”.
 * Once you’ve enabled the plugin in your WordPress installation, paste that code
   into the second box on the config page (the search results one).
 * So, that takes care of how to display the search results. But you’ll need a search
   box too. For that, I found this page on Google’s site:
 * [http://www.google.com/support/customsearch/bin/answer.py?answer=1728572](http://www.google.com/support/customsearch/bin/answer.py?answer=1728572)
 * I used that code, but had to get rid of the last line – it was showing the “Google
   custom search” image below the search box, not inside. As the page says, find
   and fill in your search engine ID. Paste the code into the first box of the WordPress
   plugin config page, and you’re done! Save and go to your site to test.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google Custom Search Plugin] Don't waste your time](https://wordpress.org/support/topic/dont-waste-your-time-1/)
 *  [flammable](https://wordpress.org/support/users/flammable/)
 * (@flammable)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/dont-waste-your-time-1/#post-2254605)
 * I successfully implemented this last winter. Since then, Google’s deprecated 
   the iframe option. I discovered this when trying to add it to a new site I’m 
   building – you’re not even given the iframe option anymore.
 * I’ll need to find something else for both sites. This worked quite well up until
   now, though.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Please help me update my comments.php to support WP 2.7](https://wordpress.org/support/topic/please-help-me-update-my-commentsphp-to-support-wp-27/)
 *  Thread Starter [flammable](https://wordpress.org/support/users/flammable/)
 * (@flammable)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/please-help-me-update-my-commentsphp-to-support-wp-27/#post-1477108)
 * Anyone willing to take a look? I’d really like to put in some more time this 
   weekend towards finishing the site. We’re really almost there – the list is getting
   shorter, but this is the only thing I can’t do on my own.
 * I guess my other alternative is sticking with the old code, since it doesn’t 
   seem to be deprecated yet. We don’t need fancy threaded commenting, I just don’t
   want to upgrade the site later and find the theme breaks. :/
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Please help me update my comments.php to support WP 2.7](https://wordpress.org/support/topic/please-help-me-update-my-commentsphp-to-support-wp-27/)
 *  Thread Starter [flammable](https://wordpress.org/support/users/flammable/)
 * (@flammable)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/please-help-me-update-my-commentsphp-to-support-wp-27/#post-1477032)
 * It’s…kinda over my head, so I posted this thread to ask for help.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Please help me update my comments.php to support WP 2.7](https://wordpress.org/support/topic/please-help-me-update-my-commentsphp-to-support-wp-27/)
 *  Thread Starter [flammable](https://wordpress.org/support/users/flammable/)
 * (@flammable)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/please-help-me-update-my-commentsphp-to-support-wp-27/#post-1477008)
 * Thanks for the link to the Codex. I spent a bunch of time with that page last
   night, and was able to get a commenting section with the default wp_list_comments
   settings. Unfortunately, I can’t seem to style it to look like the old comments.
   php.
 * Can you take a look at the code and the screenshots and tell me what you think?
   Worst case, I guess I’ll just stick with the old-style comments.php until it 
   breaks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Members Only] compatible with 2.8?](https://wordpress.org/support/topic/plugin-members-only-compatible-with-28/)
 *  [flammable](https://wordpress.org/support/users/flammable/)
 * (@flammable)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-members-only-compatible-with-28/#post-1132276)
 * Set new user accounts to be ‘Subscriber’ (under Settings –> General), and they’ll
   only have access to the Dashboard, their profile, etc. They won’t see the posting
   interface, and they won’t see any settings or plugins.
 * This allows the Members Only plugin to work – only people with accounts on your
   site will have access to your content.
 * Give it a try – make a new account (under Users –> Add New) and log in using 
   another web browser (or log out of your admin account, first). You’ll have very
   limited access to the WordPress interface, for the purposes of setting your profile
   details and getting your feed key, for RSS access.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Members Only] compatible with 2.8?](https://wordpress.org/support/topic/plugin-members-only-compatible-with-28/)
 *  [flammable](https://wordpress.org/support/users/flammable/)
 * (@flammable)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-members-only-compatible-with-28/#post-1132269)
 * Using this plugin with 2.8.4 – no issues as far as I can tell.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Members Only] compatible with 2.8?](https://wordpress.org/support/topic/plugin-members-only-compatible-with-28/)
 *  [flammable](https://wordpress.org/support/users/flammable/)
 * (@flammable)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/plugin-members-only-compatible-with-28/#post-1132251)
 * Indeed, the author seems quite busy. However – I’m using the plugin with 2.8.1,
   and things seem to work fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: All in One SEO Pack] Its a crap plugin for the lazy](https://wordpress.org/support/topic/plugin-all-in-one-seo-pack-its-a-crap-plugin-for-the-lazy/)
 *  [flammable](https://wordpress.org/support/users/flammable/)
 * (@flammable)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/plugin-all-in-one-seo-pack-its-a-crap-plugin-for-the-lazy/#post-928827)
 * Why don’t you develop your own plugins, rather than discouraging others from 
   doing so?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [previous_image_link()](https://wordpress.org/support/topic/previous_image_link/)
 *  [flammable](https://wordpress.org/support/users/flammable/)
 * (@flammable)
 * [17 years, 12 months ago](https://wordpress.org/support/topic/previous_image_link/#post-740967)
 * Or, if you’d prefer, the author has changed it to a plugin:
 * [http://mfields.org/wordpress-plugins/text-based-image-links/](http://mfields.org/wordpress-plugins/text-based-image-links/)
 * 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Inserting images in Mac OS 10.5.2 from iPhoto](https://wordpress.org/support/topic/inserting-images-in-mac-os-1052-from-iphoto/)
 *  [flammable](https://wordpress.org/support/users/flammable/)
 * (@flammable)
 * [18 years ago](https://wordpress.org/support/topic/inserting-images-in-mac-os-1052-from-iphoto/#post-706981)
 * Replied here:
 * [http://wordpress.org/support/topic/160012?replies=2#post-809871](http://wordpress.org/support/topic/160012?replies=2#post-809871)
 * I’m not sure how to flag this thread as a duplicate, hope a mod sees this.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Inserting images from iPhoto with Mac OS 10.5.2](https://wordpress.org/support/topic/inserting-images-from-iphoto-with-mac-os-1052/)
 *  [flammable](https://wordpress.org/support/users/flammable/)
 * (@flammable)
 * [18 years ago](https://wordpress.org/support/topic/inserting-images-from-iphoto-with-mac-os-1052/#post-707589)
 * If you haven’t already figured it out:
 * 1. In iPhoto, click the photo (or photos) you’d like to upload.
    2. In the File
   menu, click ‘Export’. Make sure the ‘File Export’ tab is selected. 3. Kind should
   be ‘Current’ (or ‘Original’, but I’d stick with ‘Current’). 4. Click the ‘Export’
   button. I’d recommend making a new folder for your photos.
 * Then, in WordPress, when selecting your images, pick the ones in the folder that
   you just exported within iPhoto. 🙂
 * BTW, I’m using iPhoto ’08 – instead of File menu –> Export, it might be under
   Share menu –> Export in older versions of iPhoto.
 * Hope this helps.

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

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