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 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 35

Thread: vBulletin 4.1.2 + vBSEO 3.5.1 PL1 + Sitemap v3.0 - not running Sitemap.

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

    Default

    so now integrate sitemap files - make changes like in my previous post

  2. #12

    Default

    Text automatically translated from: Russian to: English
    Translated text
    When I ran the change:

    PHP Code:
    vbseo_log_entry("[showthread] forum_id: $forumid, thread_id: $threadrow[threadid], total posts: $totalposts, pages: $totalpages, views: $threadrow[views] $prior");

                    
    //additional code  
    $alanguages = array ('af','sq','ar','be','bg','ca','zh-CN','hr','cs','da','nl','en','pl','et','tl','fi','fr','gl','de','el','iw','hi','hu','is','id','ga','it','ja','ko','lv','lt','mk','ms','mt','no','fa','pt','ro','sr','sk','sl','es','sw','sv','zh-TW','th','tr','uk','vi','cy','yi');   
    if(!
    $archived) {  
      
    $strlenhost strlen($vbseo_vars['bburl']."/");  
      
    $currentthreadurl vbseo_url_thread($threadrow$p$archived); 
      
    $currentthreadurl_before substr($currentthreadurl,0,$strlenhost); 
      
    $currentthreadurl_after "/".substr($currentthreadurl,$strlenhost); 
      
    $lastpost =& $threadrow['lastpost']; 
      
    $vbseo_stat['t'] += sizeof($alanguages); 
      foreach(
    $alanguages as $language) {  
        
    vbseo_add_url($currentthreadurl_before.$language.$currentthreadurl_after$prior$lastpost$freq);  
      }  
    }    
    //end additional code 

    for($p=1$p<=$totalpages$p++)
                    { 
    and included setting
    Code:
    The sitemap generator is fully compatible with the vBSEO search engine optimization plugin.
    - Sitemap generation time does not pass:
    Code:
    [homepage] [2,972.6Kb mem used] [0s (+0s)]
    [SECTION START] forumdisplay [2,977.0Kb mem used] [0s (+0s)]
    [forumdisplay] forum_id: 3, total threads: 0, pages: 1 [2,980.6Kb mem used] [0s (+0s)]
    [forumdisplay] forum_id: 2, total threads: 4, pages: 1 [3,989.1Kb mem used] [0s (+0s)]
    [SECTION START] showthread [3,990.6Kb mem used] [0s (+0s)]

    when
    Code:
    The sitemap generator is fully compatible with the vBSEO search engine optimization plugin.
    - Off
    - Sitemap generation then executed, but the links are generated in sitemap_forum_1.xml.gz here are:

    Code:
    /hu/showthread.php?t=3&page=2
    /is/showthread.php?t=3&page=2
    /id/showthread.php?t=3&page=2
    although in a forum -
    Code:
    /main-forum/2-acura-integra-1997-repairs-maintenance-operation-vehicle.html
    /de/main-forum/2-acura-integra-1997-reparaturen-wartung-betrieb-des-fahrzeugs.html
    /uk/main-forum/2-acura-integra-1997-ремонт-обслуговування-експлуатація-транспортного-засобу.html
    Original text

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

    Default

    Code:
    /hu/showthread.php?t=3&page=2
    /is/showthread.php?t=3&page=2
    /id/showthread.php?t=3&page=2
    this is good because you don't use vBSEO on your forum

  4. #14

    Default

    Quote Originally Posted by kamilkurczak View Post
    Code:
    /hu/showthread.php?t=3&page=2
    /is/showthread.php?t=3&page=2
    /id/showthread.php?t=3&page=2
    this is good because you don't use vBSEO on your forum
    Text automatically translated from: Russian to: English
    Translated text
    kamilkurczakI want to use vBSEO + Sitemap, but the test version automan.org.ua me it does not work ...

    - Tell me what version and what version of vBSEO Sitemap are working together?

    Original text

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

    Default

    I can't see in your htaccess vBSEO rules. Also you don't have vBSEO installed and on your forum you don't have SEO links.

  6. #16

    Default

    Text automatically translated from: Russian to: English
    Translated text
    Maybe you do not see it ...
    Original text

    Quote Originally Posted by kamilkurczak View Post
    I can't see in your htaccess vBSEO rules.
    Text automatically translated from: Russian to: English
    Translated text
    Code:
    RewriteEngine On
    Options +FollowSymLinks
    
    
    
    # Redirect to WWW
    #RewriteCond %{HTTP_HOST} ^automan.org.ua [NC]
    #RewriteRule ^(.*)$ http://www.automan.org.ua/$1 [L,R=301]
    # End Redirect to WWW
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [L,QSA]
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/$2 [L,QSA]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]
    
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    Original text

    Quote Originally Posted by kamilkurczak View Post
    Also you don't have vBSEO installed and on your forum you don't have SEO links.
    Text automatically translated from: Russian to: English
    Translated text
    Original text

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

    Default

    You wrote that when you have a ORIGINAL sitemap file (WITHOUT INTEGRATION WITH vBET) this sitemap still not work.
    Please disable vBET and try to generate sitemap.
    If still not working - there is a sitemap problem.
    If will be work - bad Integration with vBET - I will check it. So please test it.

  8. #18

    Default

    Text automatically translated from: Russian to: English
    Translated text
    I spent testing.
    Sitemap Generator 3.0 - The original (non-integrated vBET).
    +
    vBSEO 3.6.0 RC 1 - original (non-integrated vBET).
    = WORKS.

    further integration with the instructions vBET Integration with other mods:
    - Completed steps 1-3
    SEO links translation integration
    - Changes in the file functions_vbseo_createurl.php
    PHP Code:
    Find
    $bloginfo['seotitle'] = vbseo_filter_replace_text($bloginfo['title']); 
    REPLACE it with this code
    $bloginfo['seotitle'] = vbet_vbseo_filter_replace_text($bloginfo['title']); 
    = VBSEO + Sitemap Generator - Sitemap generated.

    - Continue to perform:
    PHP Code:
    Find
    $vbseo_gcache_thread['seotitle'] = vbseo_filter_replace_text ($ttl); 
    REPLACE it with this code
    $vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl); 
    = VBSEO + Sitemap Generator - Sitemap NO is generated.

    - Cancel this change functions_vbseo_createurl.php and do the following for instructions:

    PHP Code:
    Find
    $replace['%category_title%'] = vbseo_filter_text($c_ttl); 
    REPLACE it with this code
    $replace['%category_title%'] = vbet_vbseo_filter_text($c_ttl); 
    = VBSEO + Sitemap Generator - Sitemap generated.

    - Then:

    PHP Code:
    Find
    $replace['%section_title%'] = vbseo_filter_text($c_ttl); 
    REPLACE it with this code
    $replace['%section_title%'] = vbet_vbseo_filter_text($c_ttl); 
    = VBSEO + Sitemap Generator - Sitemap NO is generated.

    - Cancel this change functions_vbseo_createurl.php and do the following for instructions:

    PHP Code:
    Find
    $replace['%entry_title%'] = vbseo_filter_text($c_ttl); 
    REPLACE it with this code
    $replace['%entry_title%'] = vbet_vbseo_createCmsArticleLink($c_id$c_ttl); 
    = VBSEO + Sitemap Generator - Sitemap generated.

    also made all the changes in functions_vbseo_url.php vbseo_sitemap_functions.php and according to instructions.

    The result is that does not work integration vBET + vBSEO + Sitemap Generator when the file so these changes functions_vbseo_createurl.php


    PHP Code:
    Find
    $vbseo_gcache_thread['seotitle'] = vbseo_filter_replace_text ($ttl); 
    REPLACE it with this code
    $vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl); 
    and

    PHP Code:
    Find
    $replace['%section_title%'] = vbseo_filter_text($c_ttl); 
    REPLACE it with this code
    $replace['%section_title%'] = vbet_vbseo_filter_text($c_ttl); 
    Original text

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

    Default

    ok I will test it. Maybe there is a wrong integration with vBSEO.

  10. #20

    Default

    Text automatically translated from: Russian to: English
    Translated text
    possible to solve my problem of integration?
    Original text

Page 2 of 4 FirstFirst 1234 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
  •