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

Thread: problems with the Sidebar plugin LATEST Threads

  1. #1
    Junior Member
    Join Date
    Nov 2009
    Posts
    22

    Default problems with the Sidebar plugin LATEST Threads

    Text automatically translated from: Spanish to: English
    Translated text
    Hello,

    There is a problem with the plugin LATEST Sidebar Threads - vBulletin.org Forum . It is translated the post title and display labels.

    Could you fix it somehow? Thank you.
    Original text

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

    Default

    This is normal for mods which are not integrated and it is not our bug - it is because mod which you are using is not integrated yet. All what is needed is to see translated titles is to use function vbet_parseTitle(THE_TITLE) from /includes/vbenterprisetranslator_functions_bbcode.php.

    So for example if title is hold by variable named $title then you can add this part of code:
    PHP Code:
    if (strpos($title'[/langtitle]')) {
      require_once(
    DIR'/includes/vbenterprisetranslator_functions_bbcode.php');
      
    $title vbet_parseTitle($title);

    Please contact mod author and ask where is the place for this code. We can help you with integration, but this will be after vBET 4.0 release. Till this time we have really lot of other tasks. Please let us know did you handled this

  3. #3

    Default

    I have just added that within one of our plugins, it hasnt messed up the plugs system and I will PM you the full code to see if it is correct vbet

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
  •