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.
Results 1 to 7 of 7

Thread: Goto New Posts

  1. #1

    Default Goto New Posts

    I am running vBulletin 4.1 PL2 and am having an issue where go to first unread post is not working.

    I have been told that you are seeing this as well on your test forum and to please submit a bug report here so I am doing just that.

    Everything else is now running fine.

    Thank you for a great program.

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

    Default

    ok confirmed. I can reproduce it on our test forum. It will be fixed and included in the next relase.

    Thanks for this info.

  3. #3

    Default

    Any long on how long this is going to take? My users are about to kill me.

    Thanks!

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

    Default

    Solved.
    Can you confirm it? now should work on your forum.

    quick fix:
    1. edit and make a copy of this file:
    Code:
    vbenterprisetranslator_seo.php
    2. find this line:
    PHP Code:
    if (isset($_GET['t']) && !isset($_GET['goto']) && false !== strpos($_SERVER['REQUEST_URI'], 'showthread.php')) { 
    4. and replace with this line:
    PHP Code:
    if (isset($_GET['t']) && !isset($_GET['p']) && false !== strpos($_SERVER['REQUEST_URI'], 'showthread.php')) { 
    5. save file
    6. test it.

    Already done on your server. can you confirm it?

    this solution will be included in the next relase.

  5. #5

    Default

    This problem is STILL not solved.

    I may have to remove this mod from my site and request a refund.

    Here is whats happening.

    "Go to first new post" not working

  6. #6
    Banned
    Join Date
    Nov 2010
    Posts
    95

    Default

    You've reported the issue several times, so confirm about this one please.

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

    Default

    please continue about issue with new post in search here:
    http://www.vbenterprisetranslator.co...t-working.html

    go to the first new post in forum (not search) is solved

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
  •