Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Page 3 of 3 FirstFirst 123
Results 21 to 30 of 30

Thread: Goto new post and mark forums read

  1. #21
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    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.

  2. #22

    Default

    No problem, we really need a fix for this problem asap

  3. #23
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    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:
    Code:
    if (THIS_SCRIPT == 'showthread' && 'VBSEO_URI' == $vbulletin->options['vbenterprisetranslator_linkstype'] && $_GET['t']) {
    3. Replace by:
    Code:
    if (THIS_SCRIPT == 'showthread' && 'VBSEO_URI' == $vbulletin->options['vbenterprisetranslator_linkstype'] && $_GET['t'] && $_REQUEST['goto'] != 'newpost') {

  4. #24
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    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

  5. #25
    Senior Member
    Join Date
    Feb 2010
    Posts
    210

    Default

    Quote Originally Posted by vBET View Post
    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
    Its on the homepage, underneath the forums and if you double click the icon on the left of each forum description.

  6. #26
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    I checked it on our test forum and I do not have this bug
    Code:
    404 error
    . Everything is working properly.

    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

  7. #27
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    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

  8. #28
    Senior Member
    Join Date
    Feb 2010
    Posts
    210

    Default

    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.

  9. #29
    Senior Member
    Join Date
    Feb 2010
    Posts
    210

    Default

    Upgraded to 3.3.5 and all urls issues seem fixed, so no problem, thanks.

  10. #30
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    ok
    thanks for confirmation

Page 3 of 3 FirstFirst 123

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •