Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simple Image Gallery Plugin (Square It)
chefbyte Wrote:OK here comes the problems?

When I go back into edit an album that I have made, I get all the Caption boxes filled with one of the captions and its random as well?

See shot below

Also sometimes when I type in the caption, into the text box it wont let me, until I tick the box, save it and then went back into edit gallery and this time I have to un-tick the box to type in the caption box?


Forgot to mention that the one with 1 in it was "The Team" caption


Fixed it and committed to google code. Will not be releasing another version until we are stable. But you can either go to google code and check out the latest version.. or just fix it in the meantime doing this:

In line 304 change:
Code:
if(isset($sqr_captions[$exists]))

to this:
Code:
if(isset($sqr_captions[$exists]) && $exists !== false)

thanks
- Julian

My GetSimple Plugins: Simple Image Gallery | TweetMeme reTweet Button
Reply


Messages In This Thread
Simple Image Gallery Plugin (Square It) - by juliancc - 2010-05-04, 06:19:03



Users browsing this thread: 1 Guest(s)