Videos not working on my 5.0.5 forum ..

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts

  • Merenguista
    replied

    Leave a comment:


  • Merenguista
    commented on 's reply
    Ther's no templates folder in the core directory ..

  • glennrocksvb
    replied
    Check if the bbcode_template.xml file exists in the core/templates directory.

    Leave a comment:


  • Merenguista
    commented on 's reply
    You know Yves, in my 5.0.4 forum i have the bbcode_video template and i' dont have issue. In my 5.0.5 there is no bbcode_video template .. and the videos dont work ..

  • Yves R.
    replied
    AdminCP > Style & Templates > Style Manager the open the template labelled 'bbcode_video'. Do you have some HTML code into this template?

    Leave a comment:


  • Merenguista
    replied
    Code:
    http://www.merenguista.com/ajax/render/bbcode_video?code=kdqjHtHRhF4&provider=youtube&securitytoken=1381689807-06627ba1209578507a725145bf05b3f6fd07a560
    
    http://www.merenguista.com/ajax/render/bbcode_video?code=cb-SCfBxxZKnFMe%2Fdexter_season_8_sneak_peek%2F&provider=metacafe&securitytoken=1381689807-06627ba1209578507a725145bf05b3f6fd07a560
    
    http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=dailymotion&securitytoken=1381689807-06627ba1209578507a725145bf05b3f6fd07a560

    Leave a comment:


  • Merenguista
    commented on 's reply
    You meane these codes :

    Domain for Sale. Merenguista.com. Request Price. What Are the Advantages of a Super Premium .Com Domain? Increased Traffic. Search Engine Ranking. Brand Recognition. Immediate Presence. Higher Profits. Great Investment. #1 in Premium Domains. 300,000 of the World's Best .Com Domains.


    Domain for Sale. Merenguista.com. Request Price. What Are the Advantages of a Super Premium .Com Domain? Increased Traffic. Search Engine Ranking. Brand Recognition. Immediate Presence. Higher Profits. Great Investment. #1 in Premium Domains. 300,000 of the World's Best .Com Domains.


    http://www.merenguista.com/ajax/rend...05b3f6fd07a560

  • Yves R.
    replied
    I mean 'bbcode_video', not from the plugin you are using.

    Leave a comment:


  • Merenguista
    replied
    my mediabbcode_video template :

    Code:
    <vb:if condition="$provider == 'hulu'">
    <object class="restrain" type="application/x-shockwave-flash" width="128" height="74" data="http://www.hulu.com/embed/{vb:raw code}">
        <param name="movie" value="http://www.hulu.com/embed/{vb:raw code}" />
        <param name="wmode" value="transparent" />
        <!--[if IE 6]>
        <embed width="128" height="74" type="application/x-shockwave-flash" src="http://www.hulu.com/embed/{vb:raw code}" />
        <![endif]--></object>
    <vb:elseif condition="$provider == 'youtube'" />
    <object class="restrain" type="application/x-shockwave-flash" width="160" height="96" data="http://www.youtube.com/v/{vb:raw code}?version=3&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded">
        <param name="movie" value="http://www.youtube.com/v/{vb:raw code}?version=3&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded" />
        <param name="wmode" value="transparent" />
        <param name="allowfullscreen" value="true" />
        <!--[if IE 6]>
        <embed width="160" height="96" type="application/x-shockwave-flash" src="http://www.youtube.com/v/{vb:raw code}?version=3&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded" allowfullscreen="true" />
        <![endif]--></object>
    <vb:elseif condition="$provider == 'vimeo'" />
    <object class="restrain" type="application/x-shockwave-flash" width="160" height="96" data="http://vimeo.com/moogaloop.swf?clip_id={vb:raw code}">
        <param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id={vb:raw code}" />
        <param name="wmode" value="transparent" />
        <!--[if IE 6]>
        <embed width="160" height="90" type="application/x-shockwave-flash" src="http://vimeo.com/moogaloop.swf?clip_id={vb:raw code}" />
        <![endif]--></object>
    <vb:elseif condition="$provider == 'dailymotion'" />
    <object class="restrain" type="application/x-shockwave-flash" width="140" height="112" data="http://www.dailymotion.com/swf/{vb:raw code}">
        <param name="movie" value="http://www.dailymotion.com/swf/{vb:raw code}" />
        <param name="wmode" value="transparent" />
        <!--[if IE 6]>
        <embed width="140" height="112" type="application/x-shockwave-flash" src="http://www.dailymotion.com/swf/{vb:raw code}" />
        <![endif]--></object>
    <vb:elseif condition="$provider == 'metacafe'" />
    <object class="restrain" type="application/x-shockwave-flash" width="100" height="86" data="http://www.metacafe.com/fplayer/{vb:raw code}.swf">
        <param name="movie" value="http://www.metacafe.com/fplayer/{vb:raw code}.swf" />
        <param name="wmode" value="transparent" />
        <!--[if IE 6]>
        <embed width="100" height="86" type="application/x-shockwave-flash" src="http://www.metacafe.com/fplayer/{vb:raw code}.swf" />
        <![endif]--></object>
    <vb:elseif condition="$provider == 'google'" />
    <object class="restrain" type="application/x-shockwave-flash" width="100" height="82" data="http://video.google.com/googleplayer.swf?docid={vb:raw code}">
        <param name="movie" value="http://video.google.com/googleplayer.swf?docid={vb:raw code}" />
        <param name="wmode" value="transparent" />
        <!--[if IE 6]>
        <embed width="100" height="82" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docid={vb:raw code}" />
        <![endif]--></object>
    <vb:elseif condition="$provider == 'facebook'" />
    <object class="restrain" type="application/x-shockwave-flash" width="144" height="108" data="http://www.facebook.com/v/{vb:raw code}">
        <param name="movie" value="http://www.facebook.com/v/{vb:raw code}" />
        <param name="wmode" value="transparent" />
        <!--[if IE 6]>
        <embed width="144" height="108" type="application/x-shockwave-flash" src="http://www.facebook.com/v/{vb:raw code}" />
        <![endif]--></object>
    </vb:if>

    Leave a comment:


  • Merenguista
    commented on 's reply
    You mean mediabbcode_video template ?

  • Yves R.
    replied
    What is the content of your 'bbcode_video' template? Does it have some code in it?

    Leave a comment:


  • Merenguista
    started a topic Videos not working on my 5.0.5 forum ..

    Videos not working on my 5.0.5 forum ..

    Hi

    videos (youtube, dailymotion, vimeo) not working in your 5.0.5 forum. When i click on the video nothing happens !!

    That's what i get in my Javascript console when i'm clicking on the video :

    Code:
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.show Counter: 1 Source: ajaxStart [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.hide Counter: 0 Source: ajaxStop [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Securitytoken updated [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.show ajax indicator suppressed [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Cron run successfully. [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.hide ajax indicator suppressed [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.contentEntryBox.init start [URL="http://www.merenguista.com/js/ckeditor-rollup-505.js"]ckeditor-rollup-505.js:9[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.contentEntryBox.init finish [URL="http://www.merenguista.com/js/ckeditor-rollup-505.js"]ckeditor-rollup-505.js:9[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Ckeditor: initEditor(vb-cke-instance-1) [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Ckeditor: Initializing editor: vb-cke-instance-1 [URL="http://www.merenguista.com/js/ckeditor-rollup-505.js"]ckeditor-rollup-505.js:1851[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Edit mode: initializeEditor [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.show Counter: 1 Source: ajaxStart [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Fileupload: vBulletin.upload.initializePhotoUpload [URL="http://www.merenguista.com/js/file-upload-rollup-505.js"]file-upload-rollup-505.js:45[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Fileupload: vBulletin.upload.initializePhotoUpload finished [URL="http://www.merenguista.com/js/file-upload-rollup-505.js"]file-upload-rollup-505.js:45[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]View count incremented for topic 126! [URL="http://www.merenguista.com/js/conversation-rollup-505.js"]conversation-rollup-505.js:59[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.hide Counter: 0 Source: ajaxStop [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.show Counter: 1 Source: ajaxStart [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Ckeditor: Initializing placeholder text [URL="http://www.merenguista.com/js/ckeditor-rollup-505.js"]ckeditor-rollup-505.js:1851[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Ckeditor: Placeholder text: attachBodyEventHandlers [URL="http://www.merenguista.com/js/ckeditor-rollup-505.js"]ckeditor-rollup-505.js:1851[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Ckeditor: Editor initialized: vb-cke-instance-1 [URL="http://www.merenguista.com/js/ckeditor-rollup-505.js"]ckeditor-rollup-505.js:1851[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Ckeditor: Added editorId "vb-cke-instance-1" to form [URL="http://www.merenguista.com/js/ckeditor-rollup-505.js"]ckeditor-rollup-505.js:1851[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Start (URL: [URL="http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=dailymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2"]http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=d…lymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2[/URL]) [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: No CSS [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Calling original success handler [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.hide Counter: 0 Source: ajaxStop [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.show Counter: 1 Source: ajaxStart [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Start (URL: [URL="http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=dailymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2"]http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=d…lymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2[/URL]) [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: No CSS [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Calling original success handler [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.hide Counter: 0 Source: ajaxStop [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.show Counter: 1 Source: ajaxStart [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Start (URL: [URL="http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=dailymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2"]http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=d…lymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2[/URL]) [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: No CSS [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Calling original success handler [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.hide Counter: 0 Source: ajaxStop [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.show Counter: 1 Source: ajaxStart [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Start (URL: [URL="http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=dailymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2"]http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=d…lymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2[/URL]) [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: No CSS [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Calling original success handler [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.hide Counter: 0 Source: ajaxStop [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.show Counter: 1 Source: ajaxStart [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Start (URL: [URL="http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=dailymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2"]http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=d…lymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2[/URL]) [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: No CSS [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Calling original success handler [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.hide Counter: 0 Source: ajaxStop [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.show Counter: 1 Source: ajaxStart [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Start (URL: [URL="http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=dailymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2"]http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=d…lymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2[/URL]) [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: No CSS [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Calling original success handler [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.hide Counter: 0 Source: ajaxStop [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.show Counter: 1 Source: ajaxStart [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Start (URL: [URL="http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=dailymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2"]http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=d…lymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2[/URL]) [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: No CSS [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Calling original success handler [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.hide Counter: 0 Source: ajaxStop [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.show Counter: 1 Source: ajaxStart [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Start (URL: [URL="http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=dailymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2"]http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=d…lymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2[/URL]) [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: No CSS [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Calling original success handler [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.hide Counter: 0 Source: ajaxStop [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.show Counter: 1 Source: ajaxStart [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Start (URL: [URL="http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=dailymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2"]http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=d…lymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2[/URL]) [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: No CSS [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Calling original success handler [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.hide Counter: 0 Source: ajaxStop [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.show Counter: 1 Source: ajaxStart [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Start (URL: [URL="http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=dailymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2"]http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=d…lymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2[/URL]) [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: No CSS [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Calling original success handler [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.hide Counter: 0 Source: ajaxStop [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.show Counter: 1 Source: ajaxStart [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Start (URL: [URL="http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=dailymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2"]http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=d…lymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2[/URL]) [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: No CSS [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Calling original success handler [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.hide Counter: 0 Source: ajaxStop [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.show Counter: 1 Source: ajaxStart [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Start (URL: [URL="http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=dailymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2"]http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=d…lymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2[/URL]) [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: No CSS [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Calling original success handler [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.hide Counter: 0 Source: ajaxStop [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.show Counter: 1 Source: ajaxStart [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Start (URL: [URL="http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=dailymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2"]http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=d…lymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2[/URL]) [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: No CSS [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Calling original success handler [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.hide Counter: 0 Source: ajaxStop [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.show Counter: 1 Source: ajaxStart [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Start (URL: [URL="http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=dailymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2"]http://www.merenguista.com/ajax/render/bbcode_video?code=x15qll2&provider=d…lymotion&securitytoken=1381584757-bf789797b5686a2538c3852803e6476ae02e7cb2[/URL]) [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: No CSS [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]Intercept AJAX template render calls: Calling original success handler [URL="http://www.merenguista.com/js/footer-rollup-505.js"]footer-rollup-505.js:96[/URL][/SIZE][/FONT][/COLOR]
      [COLOR=#222222][FONT=Consolas][SIZE=12px]vBulletin.loadingIndicator.hide Counter: 0 Source: ajaxStop [/SIZE][/FONT][/COLOR]
    When i click on bbcode_video ajax call in Network tab i get this :

Related Topics

Collapse

Working...