Title: dizee's Replies | WordPress.org

---

# dizee

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Shortcode only run on one post per page?](https://wordpress.org/support/topic/shortcode-only-run-on-one-post-per-page/)
 *  Thread Starter [dizee](https://wordpress.org/support/users/dizee/)
 * (@dizee)
 * [15 years ago](https://wordpress.org/support/topic/shortcode-only-run-on-one-post-per-page/#post-2032033)
 * THANK YOU for the hint! That is essentially what the problem was… It actually
   needed to be reset back to false for every post, and the image arrays needed 
   to be reset.
 * I modified this function to reset everything…
 *     ```
       function gallery_content($content){
       	global $gallery_displayed, $full_images, $thm_images, $captions, $gallery_id;
   
       	//reset all the gallery info
       	$gallery_id = false;
       	$gallery_displayed = false;
       	$full_images = Array();
       	$thm_images = Array();
       	$captions = Array();
   
       	...
       }
       ```
   
 * Again, thank you for bringing this to my attention! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Shortcode only run on one post per page?](https://wordpress.org/support/topic/shortcode-only-run-on-one-post-per-page/)
 *  Thread Starter [dizee](https://wordpress.org/support/users/dizee/)
 * (@dizee)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/shortcode-only-run-on-one-post-per-page/#post-2031913)
 * I’m not sure what you mean about seeing the code… it is exactly what is in the
   function, except of course with the $gallery_id with is a php uniqid. The first
   post shows that code and the rest show nothing… nada… zip…
 * Unfortunately putting the string together and returning it at the end didn’t 
   help 🙁 Thanks for the tip, though!
 * Any other ideas?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP 3.0 – Preview and Save Draft Functions not working](https://wordpress.org/support/topic/wp-30-preview-and-save-draft-functions-not-working/)
 *  [dizee](https://wordpress.org/support/users/dizee/)
 * (@dizee)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/wp-30-preview-and-save-draft-functions-not-working/#post-1542282)
 * I need to solve this issue also. My site requires the admin url be different 
   than the main site and we are not able to preview posts because of this. Changing
   the URLs to be the same is not an option here…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Setting Max Number of Top Level links in Link Menu](https://wordpress.org/support/topic/setting-max-number-of-top-level-links-in-link-menu/)
 *  [dizee](https://wordpress.org/support/users/dizee/)
 * (@dizee)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/setting-max-number-of-top-level-links-in-link-menu/#post-1873529)
 * I need to know how to do this also…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [different image upload problem](https://wordpress.org/support/topic/different-image-upload-problem/)
 *  [dizee](https://wordpress.org/support/users/dizee/)
 * (@dizee)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/different-image-upload-problem/#post-1175521)
 * I’m lost… I’ve tried all the ideas that people have posted… nothing…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Image upload not working in WordPress 2.8](https://wordpress.org/support/topic/image-upload-not-working-in-wordpress-28/)
 *  [dizee](https://wordpress.org/support/users/dizee/)
 * (@dizee)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/image-upload-not-working-in-wordpress-28/page/5/#post-1105034)
 * Oh yah, and I just upgraded to 2.8.4 from 2.7
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Image upload not working in WordPress 2.8](https://wordpress.org/support/topic/image-upload-not-working-in-wordpress-28/)
 *  [dizee](https://wordpress.org/support/users/dizee/)
 * (@dizee)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/image-upload-not-working-in-wordpress-28/page/5/#post-1105033)
 * I am having the following problem:
 * – Click to upload image
    – Flash uploader – Select image(s) – For each image 
   I select, a login box shows up within the “lightbox”
 * I have tried all without any fix:
 * – Switch to default and classic theme
    – Remove all plugins – PHP 5.210 – Uploads
   directory already set correctly
 * Does anyone have any other ideas??
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [different image upload problem](https://wordpress.org/support/topic/different-image-upload-problem/)
 *  [dizee](https://wordpress.org/support/users/dizee/)
 * (@dizee)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/different-image-upload-problem/#post-1175518)
 * I am having this problem too. I click to the media uploader, select photos, and
   for each photo I select, it displays a login box one after the other within the“
   lightbox”.
 * I just upgraded to 2.8.4 🙁

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