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 1 of 2 12 LastLast
Results 1 to 10 of 24

Thread: Using vbulletin 3.6.12, have problem on RSS feed, and Archive

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Using vbulletin 3.6.12, have problem on RSS feed, and Archive

    I just purchased Integration service $30 at 2011.02.04, I am using vbulletin 3.6.12, i have problem on RSS feed pages, and Archive pages

    i already give pm to kamilkurczak





    I. The rss feed page in default language (Indonesia) are working normal http://www.domain.com/external.php and RSS2 http://www.domain.com/external.php?type=RSS2

    but in other language are not translated and the url not rewrited, see here :

    RSS http://www.domain.com/en/external.php (the thread link are still like this on that page)
    http://www.domain.com/showthread.php...8&goto=newpost
    http://www.domain.com/showthread.php...7&goto=newpost

    RSS2 http://www.domain.com/en/external.php?type=RSS2 (the thread link are still like this on that page)
    http://www.domain.com/f/96217-vbet_delay8x/
    http://www.domain.com/f/96216-vbet_delay7x/





    Nb.
    - In vbseocp.php i already trying set "Replace the META DESCRIPTION Content" to yes and set "Define the META DESCRIPTION Length?" to 200, the meta description are replaced with 200 first words in post, but the rss feed in other language page still not translated

    - maybe similar problem with this thread http://www.vbenterprisetranslator.co...lated-rss.html










    II. And in arhive pages (One of example archive page : http://www.domain.com/en/f/sitemap/f-43.html ), the thread links are most like this, if you can please fix it too :

    http://www.domain.com/en/f/95724-vbet_delay66x/
    http://www.domain.com/en/f/95722-vbet_delay65x/
    http://www.domain.com/en/f/95675-vbet_delay64x/
    http://www.domain.com/en/f/95639-vbet_delay63x/

    but the links will translated if opened the thread first (example http://www.domain.com/en/f/93646-vbet_delay21x/ will be http://www.domain.com/en/f/93646-fac...t-north-korea/ ), and its looks like saved in vbet database, if i running Cache Cleaner, it will back using vbet_delay again in the link

    Nb. Maybe similar like this thread http://www.vbenterprisetranslator.co...tin-3-6-a.html , i already add like that instruction, the problem now is only the thread url using vbet_delay like above














    let me know if you have question, or need other thing

    richie

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

    Default

    ok thanks for this post. I will start working on your server.

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

    Default

    Firstly - I tried to reproduce this issue on my test forum - no results.
    Secondly - I found it on your server, the place with the issue. Now, I am working on solution, but I need more time.
    Thanks for your patience.

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

    Default

    I am working on your server now.

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

    Default

    I noticed that our hooks to external.php file are not used.
    I think about external_start and external_complete hooks.
    Maybe we have a conflict with mod (but I still can't find this mod) maybe you have any idea about mod?
    Secondly, maybe this is provided by cache the external.php site. I am still working with this issue.

    also I found this link on your site:
    Code:
    /f/feed.html
    This is supported by some mod or not?
    Last edited by kamilkurczak; 08-02-11 at 13:51.

  6. #6

    Default

    Quote Originally Posted by kamilkurczak View Post
    I noticed that our hooks to external.php file are not used.
    I think about external_start and external_complete hooks.
    Maybe we have a conflict with mod (but I still can't find this mod) maybe you have any idea about mod?
    Secondly, maybe this is provided by cache the external.php site. I am still working with this issue.

    also I found this link on your site:
    Code:
    /f/feed.html
    This is supported by some mod or not?
    i think the problem is because i use vbulletin 3.6.12, the archive files and the external.php file are not as good as vbulletin 3.8.x


    but let me know if you want me to disabled all products execpt vbseo and vbet, i can try it few hours again when off peak time

  7. #7

    Default

    Ok i already tried disabled all products, except vbet
















    but still same, not translated







    and i already tried upload external.php file from vbulletin 3.8.4, just want to try, but its still same, not translated too




    let me know if you want me to try something else, its ok if not get it done for now, i believe the problem is in vbulletin 3.6.x version only in rss feed and archive pages, same like this thread Not translated rss, his forum dont use vbseo or any mod i think, only vbulletin 3.6.x

    i need the rss feed and archive pages integrated with vbet
    Last edited by basketmen; 09-02-11 at 03:18.

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

    Default

    Hello,

    I am still working with your issue. Integration of vBET with vB in vesrion 3.6 is very difficult and can take very long time. We must make a chenges only in vBET code (not in vB). So we should be very patient

    About issue with vbet_delay in archive links:
    this vbet_delay is use to make a translation faster. This should be replaced by vBET to the translated title of link, but on your forum - not.

    I noticed that in the place where we should make a replace a table ($vbet_DelayedBuffer) with all translated links does not exist. (but should).
    This is in forum root/includes/vbenterprisetranlator_functions.php
    in line:
    PHP Code:
    lobal $vbet_DelayedBuffer;
    if (
    $vbet_DelayedBuffer) {
    //print_r($vbet_DelayedBuffer);
    $result preg_replace('#vbet_delay(\d+)x#e''$vbet_DelayedBuffer[\'\\1\']'$result);

    for normal forum pages - this function is working, for archive pages - not.
    I am still looking this issue. Maybe I will make another solution of this replacement vbet_delay for you.

    P.S. thanks for this vB 3.6 pack

  9. #9

    Default

    Quote Originally Posted by kamilkurczak View Post
    Hello,

    I am still working with your issue. Integration of vBET with vB in vesrion 3.6 is very difficult and can take very long time. We must make a chenges only in vBET code (not in vB). So we should be very patient

    About issue with vbet_delay in archive links:
    this vbet_delay is use to make a translation faster. This should be replaced by vBET to the translated title of link, but on your forum - not.

    I noticed that in the place where we should make a replace a table ($vbet_DelayedBuffer) with all translated links does not exist. (but should).
    This is in forum root/includes/vbenterprisetranlator_functions.php
    in line:
    PHP Code:
    lobal $vbet_DelayedBuffer;
    if (
    $vbet_DelayedBuffer) {
    //print_r($vbet_DelayedBuffer);
    $result preg_replace('#vbet_delay(\d+)x#e''$vbet_DelayedBuffer[\'\\1\']'$result);

    for normal forum pages - this function is working, for archive pages - not.
    I am still looking this issue. Maybe I will make another solution of this replacement vbet_delay for you.

    P.S. thanks for this vB 3.6 pack
    yes its ok if not get the answer right now, the fix later can be used for all vbet customer that using vb 3.6.x too, many still using that vb version, vb.org are still use it too

    let me know if there any i can do with includes/vbenterprisetranlator_functions.php file too

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

    Default

    Hello,

    Translation links on your forum is working!
    You can test it: モバイル&PDAの[サイトマップ] - indonesiaindonesia.com

    But I would like to find a better solution
    Last edited by kamilkurczak; 11-02-11 at 13:31.

Page 1 of 2 12 LastLast

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
  •