Quote:
Originally Posted by Chuck S Well I am not sure what this option is called in the vb database. If I know what that option is called I may be able to query it and if it is set to yes and all your sigpics will be gif then code something in.
I got it coded to use both database and filesystem storage that is easy. It is just figuring out that animated setting. I myself cant even find where this is in the vb admin area. |
Yes, that was my thought, if that option is selected as yes, then make all filenames end in .gif. I have no idea in the
vb config where that option is stored, other than it might be stored in whatever table stores information about the usergroups, since you could have one usergroup using it, but another not using it, it isn't a "universal" choice for the whole site. Is there a table that stores usergroup config options?
If it is just easier for you to hardcode .gif in the vb3.php file and produce 2 versions one for .jpg and one for .gif and just have me use the hardcoded .gif version I am happy with that until a more universal/permanent fix can be found.