Title: Martijn's Replies | WordPress.org

---

# Martijn

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Need help with slight adaptation of plugin](https://wordpress.org/support/topic/need-help-with-slight-adaptation-of-plugin/)
 *  Thread Starter [Martijn](https://wordpress.org/support/users/walrick/)
 * (@walrick)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/need-help-with-slight-adaptation-of-plugin/#post-1194406)
 * I managed to solved this myself. Noticed that the sets at Flickr themselves used
   the same behaviour and realised that if every set is like a photoalbum of an 
   event that would be logical. However I use the sets basically as categories, 
   hence the wanted reverse order.
 * What I did is replace
 * `<?php foreach ($photos as $photo)`
 * with
 *     ```
       <?php $photos_reversed = array_reverse ($photos, true); ?>
       <?php foreach ($photos_reversed as $photo)
       ```
   
 * in the following templates:
    1. photoalbum_album.html
    2. photoalbum
 * This simply reverses the order in which the thumbnails are displayed.
 * Is is by the way also possible to rearrange the order in the Organize function
   of Flickr.
 * Regards
 * Walrick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: reCAPTCHA Form] Cannot send message](https://wordpress.org/support/topic/plugin-recaptcha-form-cannot-send-message/)
 *  [Martijn](https://wordpress.org/support/users/walrick/)
 * (@walrick)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-recaptcha-form-cannot-send-message/#post-1189478)
 * I can confirm this error, using WP 2.8.4 and no other reCaptcha plugins on the
   same page. Other contact form plugin works fine. And I later installer WP-Recaptcha
   for comments and that works fine as well.
 * A fix would be appreciated.

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