Hello,

I am still working with your issue. Integration of vBET with vB in vesrion 3.6 is very difficult and can take very long time. We must make a chenges only in vBET code (not in vB). So we should be very patient

About issue with vbet_delay in archive links:
this vbet_delay is use to make a translation faster. This should be replaced by vBET to the translated title of link, but on your forum - not.

I noticed that in the place where we should make a replace a table ($vbet_DelayedBuffer) with all translated links does not exist. (but should).
This is in forum root/includes/vbenterprisetranlator_functions.php
in line:
PHP Code:
lobal $vbet_DelayedBuffer;
if (
$vbet_DelayedBuffer) {
//print_r($vbet_DelayedBuffer);
$result preg_replace('#vbet_delay(\d+)x#e''$vbet_DelayedBuffer[\'\\1\']'$result);

for normal forum pages - this function is working, for archive pages - not.
I am still looking this issue. Maybe I will make another solution of this replacement vbet_delay for you.

P.S. thanks for this vB 3.6 pack