We know where exacly is bug. We found it in vbet_global_start function in vBET php file.
probably, we pass a bad url to the vBulletin function (exec_header_redirect).
Michał is working on this.
We know where exacly is bug. We found it in vbet_global_start function in vBET php file.
probably, we pass a bad url to the vBulletin function (exec_header_redirect).
Michał is working on this.
No problem, we really need a fix for this problem asap
Done Sorry you had to wait. Solution will be included in next release. We are already using it on our forum, so new post redirection is working fine here.
For quick fix please:
1. Edit includes/vbenterprisetranlator_functions_hooks.php
2. Find:
3. Replace by:Code:if (THIS_SCRIPT == 'showthread' && 'VBSEO_URI' == $vbulletin->options['vbenterprisetranslator_linkstype'] && $_GET['t']) {
Code:if (THIS_SCRIPT == 'showthread' && 'VBSEO_URI' == $vbulletin->options['vbenterprisetranslator_linkstype'] && $_GET['t'] && $_REQUEST['goto'] != 'newpost') {
I see in title that you described 2 issues in one thread. But Kamil confirmed only one of those. Please tell exactly how you mark forum read. I just cannot find such option - probably looking in wrong place
I checked it on our test forum and I do not have this bug. Everything is working properly.Code:404 error
So, please send to Michał (vbet) full access to your admincp and FTP by PM. He will try to find a solution and fix it!
Thanks
I still waiting for answer. no answer - I assume that is ok.
If not ok, please write here and I will open this thread again
This issue still exists, in forumdisplay, if i click the arrow to goto new post for a thread, it always takes me to the first post, not the first unread post.
Register on my forum and you will see it.
If i disable vbet, the issue goes away.
Last edited by Snake; 11-08-10 at 23:39.
Upgraded to 3.3.5 and all urls issues seem fixed, so no problem, thanks.
ok
thanks for confirmation