Couple Bugs I'M Working Out - Photos

DirtyDog

Captain Leisure
Site Team
Joined
Nov 10, 2005
Messages
3,157
Location
Eugene, Oregon
I've worked out most of the bugs but here are a couple of things you should know:

1. I had all the user profile images reprocessed to make them a size that fits on the user profile page. Unfortunately it looks like anyone who was using a gif image lost that image. It's only a few people at most but sorry about that.

2. The new gallery bb code field contains code that looks like this:

Code:
[URL=http://www.wanderthewest.com/forum/index.php?app=gallery&module=images&img=2400][IMG]http://www.wanderthewest.com/forum/uploads/1249236220/gallery_220_29_27865.jpg[/IMG][/URL]
Which includes the code to embed the image AND a link to that detail page in the gallery. This is not correct. It should only contain the img embed code:

Code:
[IMG]http://www.wanderthewest.com/forum/uploads/1249236220/gallery_220_29_27865.jpg[/IMG]
This is creating undesirable behavior in the thread in combination with the image scaling script. I have been going into peoples threads and fixing this manually. I hope to have it fixed within the next week.
 
Back
Top Bottom