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 10 of 10

Thread: Linkback in archive/sitemap

  1. #1
    Senior Member
    Join Date
    Feb 2010
    Posts
    210

    Default Linkback in archive/sitemap

    The linkback to vbet in the archive/sitemap is a dead link. This link does not work. Dead links are bad for SEO.

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

    Default

    can you paste here a url to this site with this dead link? If you can, this link can be from your or our forum.

  3. #3
    Senior Member
    Join Date
    Feb 2010
    Posts
    210

    Default

    It is same here.

    http://www.vbenterprisetranslator.com/forum/archive/

    Link in footer by flags.

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

    Default

    ok thanks, I will check it

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

    Default

    Solved and will be included in next release. For quick fix please:
    1. Edit /includes/vbenterprisetranslator_functions_hooks.php
    2. Find:
    Code:
    $output .= '<div class="smallfont" style="text-align: center;">'.vbenterprisetranslator_creditlink().'</div>
    3. Replace by:
    Code:
    $output .= '<div class="smallfont" style="text-align: center;">'.str_replace('\\"','"',vbenterprisetranslator_creditlink()).'</div>
    Last edited by vBET; 04-08-10 at 16:54.

  6. #6
    Senior Member
    Join Date
    Feb 2010
    Posts
    210

    Default

    This fix causes blank screen, cmon man, you always do this, half assed fixes, do you not test this stuff?

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

    Default

    Please, replace your old line with this new code:
    Code:
    $output .= '<div class="smallfont" style="text-align: center;">'.str_replace('\\"','"',vbenterprisetranslator_creditlink()).'</div>
    php bbcode deleted ' at the end of the code ( before </div> ). if you replace it with this new code everything will work.

    Sorry for that.
    Last edited by kamilkurczak; 04-08-10 at 15:36.

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

    Default

    Add what sign? Your fix is a mess.

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

    Default

    see the previous post and try again please

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

    Default

    I confirm - it is some vBulletin bug in PHP bbcode. Also - I do remember that once I set by mistake code to replace as code to find - but it was harmless, because it was not able to fallow.

    Also in this case because of vBullletin bug it was not able to fallow given instructions. If you fallow exactly the instruction - you would be not able to do that, because this vBulletin PHP bbcode error also changed text to find. So you should stop on step, instead of that you just made yourself changes in code and this broke your forum.

    It is corrected now (changed to CODE bbcode), but please keep in mind that you didn't fallow instructions and this was the cause of your forum break. Also of course I'm very sorry because of this incident - usually I trust in vBulletin bbcodes. This time it was mistake.
    Last edited by vBET; 04-08-10 at 17:05.

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
  •