in file /images/vbet/flags/vbet.css
Please describe better what it means "weird" - maybe we will able to help you. Also we advise to use for such things Firefox with plugin Firebug - it will allow to show you exactly which css styles are used for specified elements. It is really helpful![]()
Ya why are we updating vb 3 stuff when its vb4. now.
come on vbet we should get vbet upgraded for vb 4 first!
I know that for everyone his version is most importantAnd we do not want to argue with that
In this case vBET3.x is earlier for very good reason: QUALITY. We add new important functionality (Full File Cache for Guests) in this version, and it was much easier to add it into vB3, because there are no Friendly URLs, and we translate only thread URLs for vBSEO. In case of vB4 it is more complicated - Friendly URLs must be supported, and we translate much more kinds of URLs. Putting it first in vB3. allowed us to test it very well on real forums, check that it is working fine, maybe will show some bugs before it go to vB4. And after we are completly sure that it is all fine, we still have to add in vB4 aditional support (Friuendly URLs, more translted URLs). That is why this time vBET3.x is earlier and we still need 2 weeks for vBET4.x. And thanks that you will get solution which have very good quality, ewen if it is more complicated thatin case of vB3
Upgraded after server load problem![]()
Does anyone have any idea how large the file cache could get before it has a negative impact on performance?
There should be no such thing as negative performance impact because of file cache. It is because File cache do not grows... We create separate file for each request URL. So each cache file is simply static HTML file (cached output for request). When your server caches more and more vBET simply creates more and more files. So each time when such file is read:
1. It is read only result for this particular URL
2. We even do not read it to memory - just simply stream it to client using PHP function: readfile
Because of that even if your result page is really big - so cache file is also big, it will have no negative performance impact, because it will just stream this one file without even reading whole it into memory. So you will see advantages not disadvantages.