Quote:
Originally Posted by Lynne
1 - That is a strange way to do it. They can see the thumbnails, but not the full image.
2 - Good catch! I guess I missed that when changing those boxes around. Do you mind if I put that change in the next revision?
3 - Try this for the line in socialgroups_picturebit. Find:
HTML Code:
<table style="width:{$picturebit_width}px; margin:5px; float:$stylevar[left]" border="0" cellspacing="0" cellpadding="0">
Replace with:
HTML Code:
<table style="width:{$picturebit_width}px; margin:5px; <if condition="$_GET['do'] != 'grouppictures'">float:center<else />float:$stylevar[left]</if>" border="0" cellspacing="0" cellpadding="0">
|
Hehe, cool, I just wanted to make sure it just wasn't me then.
No, not at all. Please feel free to add away.
Thank you! That did the trick.