vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - 8WayRun.Com - Media Library (https://vborg.vbsupport.ru/showthread.php?t=240677)

hotslot 05-03-2010 01:59 PM

hey this is a free plugin that coders work hard to develop. No need to be rude Rahstyles2008

Rahstyles 05-03-2010 02:14 PM

Quote:

Originally Posted by hotslot (Post 2031122)
hey this is a free plugin that coders work hard to develop. No need to be rude Rahstyles2008

I appreciate the mod.. Im not trying to be rude.. i just dont understand why its so hard to understand what im talking about..

hotslot 05-03-2010 02:17 PM

Quote:

Originally Posted by hotslot (Post 2030938)
I found out why Google is not liking this program. They want Video-specific tags implemented within each video.

Code Junkies!! We need ya bad on this one! :up:

Here is a sample I was provided:

Code:

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url>
  <loc>http://www.example.com/videos/some_video_landing_page.html</loc>
    <video:video>   
      <video:content_loc>http://www.site.com/video123.flv</video:content_loc>
      <video:player_loc allow_embed="yes" autoplay="ap=1">http://www.site.com/videoplayer.swf?video=123</video:player_loc>
      <video:thumbnail_loc>http://www.example.com/thumbs/123.jpg</video:thumbnail_loc>
      <video:title>Grilling steaks for summer</video:title> 
      <video:description>Get perfectly done steaks every time</video:description>
      <video:rating>4.2</video:rating>
      <video:view_count>12345</video:view_count>
      <video:publication_date>2007-11-05T19:20:30+08:00.</video:publication_date>
      <video:expiration_date>2009-11-05T19:20:30+08:00.</video:expiration_date>
      <video:tag>steak</video:tag>
      <video:tag>meat</video:tag>
      <video:tag>summer</video:tag>
      <video:category>Grilling</video:category>
      <video:family_friendly>yes</video:family_friendly>
      <video:duration>600</video:duration>
    </video:video>
</url>
</urlset>


vbseo does not support video sitemaps.

I understand your point now Jaxel. Can we get this added so the feature will be beneficial to the search engines please?

tlwwolfseye 05-03-2010 02:41 PM

Quote:

Originally Posted by tlwwolfseye (Post 2030073)
Is there something missing or is it just me ? I remember in the old Version for 3.8.x I could also have a BB Code Embed Code so I could put it into a Forumpost when I added a video to the collection.

Now I only have the Direct link where its from, for example Youtube with a Youtube Video, a HTML embed code which I can't use because I for sure don't allow HTML in forumposts and a direct link to the video in the media collection. But not BB embed Code.

Why is that not there anymore ?

I wonder if I will get an reply on that. :confused:

Jaxel 05-03-2010 03:31 PM

================================================== =========
Version 4.0.5 SERVICE HOST XML REWRITE AND SITEMAP
================================================== =========
  • NEW FEATURE: You can now add new services by developing your own XML files.
    I will write a guide on how to construct these XML files soon enough, but for now, you'll have to figure it out on your own.
  • NEW FEATURE: Google Video Sitemap now available at "media.php?do=sitemap".
    This sitemap will only parse LOCAL audio and video files.
  • NEW FEATURE: A PHP Direct Execution widget for the vbCMS has been constructed.
    Code:

    ob_start();
    require_once(DIR.'/media/media_functions_hrefs.php');

    $medias = vB::$vbulletin->db->query_read("SELECT * FROM " . TABLE_PREFIX . "media ORDER BY dateline DESC LIMIT 3");

    while ($media = vB::$vbulletin->db->fetch_array($medias))
    {
            if ($media['length'] == 0)
            {
                    $media['length'] = "???";
            }
            else
            {
                    $duration = $media['length'];
                    $minutes = floor($duration / 60);
                    $seconds = $duration % 60;
                    $seconds = str_pad($seconds, 2, "0", STR_PAD_LEFT);
                    $media['length'] = "$minutes:$seconds";
            }

            $media['intrate'] = intval($media['rating']);
            $media['thumbnail'] = vB::$vbulletin->options['media_thumb_dir']."/thumbs/". $media['mediaID'] .".jpg";
            $media['href'] = construct_href_details($media);

            $templater = vB_Template::create('8WR_media_block');
            $templater->register('media', $media);
            $mediabits .= $templater->render();
    }

    $output = $mediabits;
    ob_end_clean();

  • BUG FIX: Fixed some leftover thumbnail problems from the previous version.
  • BUG FIX: Miscellaneous SQL and template errors no one knew about but me.

your24hourstore 05-03-2010 03:48 PM

1 Attachment(s)
im updated :)

waaaa my widget no worky

hotslot 05-03-2010 04:02 PM

Cool, anyway we can simply keep the current version we have now and just get the code/file for the video sitemap? Is this upgrade going to effect the work vbseo has done for us on urls?

hotslot 05-03-2010 04:11 PM

I appreciate this guys work on creating this program but at this time no way it should actually be mod of the month.. Way to many errors, problems, etc

We need a few coders in this thread every hour to insure its stable.

your24hourstore 05-03-2010 04:16 PM

Quote:

Originally Posted by hotslot (Post 2031191)
I appreciate this guys work on creating this program but at this time no way it should actually be mod of the month.. Way to many errors, problems, etc

We need a few coders in this thread every hour to insure its stable.

but I would vote it mod of the year right now:>

this is the stickiest addon ive seen for this POS BBsystem :D

OziloZ 05-03-2010 04:16 PM

Quote:

Originally Posted by OziloZ (Post 2030545)
"Media URL contained invalid data" error with all services.

can anybody help me about this error? I just upgraded to new version.

I get this error when i click "retrieve information" button.


All times are GMT. The time now is 09:43 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03219 seconds
  • Memory Usage 1,755KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete