Title: greencode's Replies - page 23 | WordPress.org

---

# greencode

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 331 through 345 (of 536 total)

[←](https://wordpress.org/support/users/greencode/replies/page/22/?output_format=md)
[1](https://wordpress.org/support/users/greencode/replies/?output_format=md) [2](https://wordpress.org/support/users/greencode/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/greencode/replies/page/3/?output_format=md)…
[22](https://wordpress.org/support/users/greencode/replies/page/22/?output_format=md)
23 [24](https://wordpress.org/support/users/greencode/replies/page/24/?output_format=md)…
[34](https://wordpress.org/support/users/greencode/replies/page/34/?output_format=md)
[35](https://wordpress.org/support/users/greencode/replies/page/35/?output_format=md)
[36](https://wordpress.org/support/users/greencode/replies/page/36/?output_format=md)
[→](https://wordpress.org/support/users/greencode/replies/page/24/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailChimp Widget] [Plugin: MailChimp Widget] Styling Mailchimp widget](https://wordpress.org/support/topic/plugin-mailchimp-widget-styling-mailchimp-widget/)
 *  [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-mailchimp-widget-styling-mailchimp-widget/#post-2588782)
 * Have to agree with the previous post. If you change the following code:
 * `<label><?php echo __('First Name :', 'mailchimp-widget'); ?><input type="text"
   name="<?php echo $this->id_base . '_first_name'; ?>" /></label>`
 * and
 * `<label><?php echo __('Last Name :', 'mailchimp-widget'); ?><input type="text"
   name="<?php echo $this->id_base . '_last_name'; ?>" /></label>`
 * to
 * `<label><?php echo __('First Name :', 'mailchimp-widget'); ?></label><input type
   ="text" name="<?php echo $this->id_base . '_first_name'; ?>" />`
 * and
 * `<label><?php echo __('Last Name :', 'mailchimp-widget'); ?></label><input type
   ="text" name="<?php echo $this->id_base . '_last_name'; ?>" />`
 * in ns_widget_mailchimp.class.php it make it all much easier to custom style
 * Great plugin though.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Secure Contact Form] [Plugin: Fast Secure Contact Form] FS contact form and mailchimp](https://wordpress.org/support/topic/plugin-fast-secure-contact-form-fs-contact-form-and-mailchimp/)
 *  [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-fast-secure-contact-form-fs-contact-form-and-mailchimp/#post-2332937)
 * Nice work but it would be great to give the user an option i.e. a checkbox to
   be added to the newsletter list.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Download Monitor] [Plugin: WordPress Download Monitor] Display custom field on file download page?!](https://wordpress.org/support/topic/plugin-wordpress-download-monitor-display-custom-field-on-file-download-page/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wordpress-download-monitor-display-custom-field-on-file-download-page/#post-2587527)
 * Anyone?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Download Monitor] [Plugin: WordPress Download Monitor] Display custom field on file download page?!](https://wordpress.org/support/topic/plugin-wordpress-download-monitor-display-custom-field-on-file-download-page/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wordpress-download-monitor-display-custom-field-on-file-download-page/#post-2587452)
 * Bump
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Import Users from CSV] [Plugin: Import Users from CSV] Error when importing example file](https://wordpress.org/support/topic/plugin-import-users-from-csv-error-when-importing-example-file/)
 *  [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-import-users-from-csv-error-when-importing-example-file/#post-2469720)
 * Arhh, hold on. I’ve figured out the issue I was having. On a Mac you need to 
   save as a “Windows Comma Separated” file and not the standard CSV file. Just 
   tried that and it imports and sends the user email correctly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Import Users from CSV] [Plugin: Import Users from CSV] Error when importing example file](https://wordpress.org/support/topic/plugin-import-users-from-csv-error-when-importing-example-file/)
 *  [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-import-users-from-csv-error-when-importing-example-file/#post-2469719)
 * I’m getting exactly the same error as [@mirte](https://wordpress.org/support/users/mirte/).
   I’ve tried importing the import.csv file that came with the plugin which is comma
   separated but I get the same error. It appears to import those two users but 
   then I tried to import a csv file based on exactly the same content as the test
   csv file and whilst I don’t get an error I also do not get any users imported.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] [Plugin: LeagueManager] Unable to add scores – broken page](https://wordpress.org/support/topic/plugin-leaguemanager-unable-to-add-scores-broken-page/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-leaguemanager-unable-to-add-scores-broken-page/#post-2479542)
 * Hi. Thanks for replying to my post. Rather strangely I just went back into the
   Admin panel to take the screenshots and all now appears to be working okay! Very
   strange as I’ve changed nothing and the other day when problems were occurring
   I did try on a few browsers with the same issues occurring on both. I’ll keep
   this post open and if this happens again I’ll reply.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] [Plugin: LeagueManager] Unable to add scores – broken page](https://wordpress.org/support/topic/plugin-leaguemanager-unable-to-add-scores-broken-page/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-leaguemanager-unable-to-add-scores-broken-page/#post-2479533)
 * Anyone?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] [Plugin: LeagueManager] Unable to add scores – broken page](https://wordpress.org/support/topic/plugin-leaguemanager-unable-to-add-scores-broken-page/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-leaguemanager-unable-to-add-scores-broken-page/#post-2479444)
 * I’ve just tried to set up this league as a new league which works okay when I
   have 5 teams but when I add one more team is breaks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Download Monitor] [Plugin: WordPress Download Monitor] shortcode query](https://wordpress.org/support/topic/plugin-wordpress-download-monitor-shortcode-query/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-wordpress-download-monitor-shortcode-query/#post-2449572)
 * Also, if only 4 show in each category on the front page is there any way of ordering
   those that show i.e. by downloads or title or date added?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Remove br from around thumbnail](https://wordpress.org/support/topic/plugin-nextgen-gallery-remove-from-around-thumbnail/)
 *  [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-remove-from-around-thumbnail/#post-1830219)
 * Thanks [@puregraphx](https://wordpress.org/support/users/puregraphx/) – I was
   having the same issue.
 * Changing the following code in /view/gallery.php
 *     ```
       <a href="<?php echo $image->imageURL ?>" title="<?php echo $image->description ?>" <?php echo $image->thumbcode ?> >
       				<?php if ( !$image->hidden ) { ?>
       				<img title="<?php echo $image->alttext ?>" alt="<?php echo $image->alttext ?>" src="<?php echo $image->thumbnailURL ?>" <?php echo $image->size ?> />
       				<?php } ?>
       			</a>
       ```
   
 * to this
 *     ```
       <a href="<?php echo $image->imageURL ?>" title="<?php echo $image->description ?>" <?php echo $image->thumbcode ?> ><?php if ( !$image->hidden ) { ?><img title="<?php echo $image->alttext ?>" alt="<?php echo $image->alttext ?>" src="<?php echo $image->thumbnailURL ?>" <?php echo $image->size ?> /><?php } ?></a>
       ```
   
 * Resolved the issue by removing the break tags that WordPress decides to insert.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Warning: in_array() expects parameter](https://wordpress.org/support/topic/warning-in_array-expects-parameter/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/warning-in_array-expects-parameter/#post-2209440)
 * [@vehicros](https://wordpress.org/support/users/vehicros/) – you can remove the
   admin bar at the top of the page by going into your user settings.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quick Cache (Speed Without Compromise)] [Plugin: Quick Cache ( A WP Super Cache Alternative )] Quick Cache Options panel not visible](https://wordpress.org/support/topic/plugin-quick-cache-a-wp-super-cache-alternative-quick-cache-options-panel-not-visible/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-quick-cache-a-wp-super-cache-alternative-quick-cache-options-panel-not-visible/#post-2309436)
 * Bump
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Post Order] [Plugin: Easy Post Order] Can't DROP 'post_id'](https://wordpress.org/support/topic/plugin-easy-post-order-cant-drop-post_id/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-easy-post-order-cant-drop-post_id/#post-2187163)
 * bump, bump, bump!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Enquiry cart?](https://wordpress.org/support/topic/enquiry-cart/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/enquiry-cart/#post-2316999)
 * Not really, which is a bit frustrating. I added a comment on the getshopped.org
   website (the company that produces the WP e-Commerce shopping cart plugin) and
   somebody said about a premium plugin called Product Enquiry. I added a comment
   to their website here [http://www.visser.com.au/wp-ecommerce/plugins/product-enquiry/comment-page-1/#comment-13759](http://www.visser.com.au/wp-ecommerce/plugins/product-enquiry/comment-page-1/#comment-13759)
   and I’ve just got in touch with the developer so I can see a working demo of 
   that plugin. As soon as I have that I’ll let you know.

Viewing 15 replies - 331 through 345 (of 536 total)

[←](https://wordpress.org/support/users/greencode/replies/page/22/?output_format=md)
[1](https://wordpress.org/support/users/greencode/replies/?output_format=md) [2](https://wordpress.org/support/users/greencode/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/greencode/replies/page/3/?output_format=md)…
[22](https://wordpress.org/support/users/greencode/replies/page/22/?output_format=md)
23 [24](https://wordpress.org/support/users/greencode/replies/page/24/?output_format=md)…
[34](https://wordpress.org/support/users/greencode/replies/page/34/?output_format=md)
[35](https://wordpress.org/support/users/greencode/replies/page/35/?output_format=md)
[36](https://wordpress.org/support/users/greencode/replies/page/36/?output_format=md)
[→](https://wordpress.org/support/users/greencode/replies/page/24/?output_format=md)