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 32

Thread: Additional langtitle parsing issue

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Senior Member
    Join Date
    Nov 2009
    Posts
    168

    Default Additional langtitle parsing issue

    Using vbSEO. Screenshot attached.



    I will find a fix for this in the vBSEO function that handles this.

  2. #2
    Senior Member
    Join Date
    Nov 2009
    Posts
    168

    Default

    In functions_vbseo_vb.php:

    find

    PHP Code:
    vbseo_thread_seotitle($getnextoldest); 
    replace

    PHP Code:
    vbseo_thread_seotitle($getnextoldest);
    if (
    strpos($getnextoldest['title'], '[/langtitle]')) {
    require_once(
    'vbenterprisetranslator_functions_bbcode.php');
    $getnextoldest['title'] = vbet_parseTitle($getnextoldest['title']);
    }  
    $vbseo_gcache['thread'][$getnextoldest['threadid']] = $getnextoldest

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

    Default

    This should be not necessary. Did you integrated vBET with vBSEO like it is described in readme.html file? Which version of vBET are you using? Last one have global langtitle parsing functionality.

  4. #4
    Senior Member
    Join Date
    Nov 2009
    Posts
    168

    Default

    Yes and I'm using the latest version, 3.3.3.

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

    Default

    Strange. Please tell us how to reproduce the issue - we will work on more elegant solution which will not require additional vBSEO files change.

    Can you reproduce it on out server? I.e. in test messages area?

  6. #6
    Senior Member
    Join Date
    Nov 2009
    Posts
    168

    Default

    No, this cannot be demonstrated here, because you don't use the vBSEO option to include thread titles in next/previous links (those shown directly below the quick reply editor). You'd first need to enable the option.

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
  •