We have a fix for the deletion not working.
It turns out to be a fairly simple fix.
We will be editing two templates:
First template is viPortfolio_edit_editbit.
The very first line of the template looks like this:
<input type="hidden" name="
portfolioids [$count]" value="$image[
portfolioid ]" />
and it should look like this:
<input type="hidden" name="
viPortfolioids [$count]" value="$image[
viPortfolioid ]" />
This template is fixed, go ahead and save.
Now for template two: viPortfolio_edit_attachment
Open the template up and look on what should be line 11
[Before]
<input type="hidden" name="
portfolioids [$count]" value="$image[
portfolioid ]" />
[After]
<input type="hidden" name="
viPortfolioids [$count]" value="$image[
viPortfolioid ]" />
Christy,
Now that GD is working better for you, can you try and upload more pictures and see if that fixes your missing images problem?