FWIW, I was able to locate the source of my broken file problem, the first item was located in '
../templates/vb3enhanced/feature.tmpl'
Code:
Content visible to verified customers only.
After noticing specific occurrences with the toggles (random) and (latest), it lead me to seek reference to '
$ppstyle.gif'; I was unable to find such a reference; so I updated with the following:
Code:
Content visible to verified customers only.
The second occurrence was found in ../templates/vb3enhanced/featurepat.tmpl
Code:
Content visible to verified customers only.
and I revised with:
Code:
Content visible to verified customers only.
Since these changes, I am no longer recording a broken/file not found error due to the undefined and/or invalid variable creating the '
collapse_tcatdisplay:none;.gif' file name.
Note: Please make sure to backup files prior to editing as a precaution.
Thanks!