vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Video-Directory Remixed (https://vborg.vbsupport.ru/showthread.php?t=200819)

ArnyVee 05-25-2009 01:14 AM

Someone just asked about the Google videos. You can search this mod for "google" and find a few posts about it. Here are two of them....

#401 - https://vborg.vbsupport.ru/showpost....&postcount=401

#402 - https://vborg.vbsupport.ru/showpost....&postcount=402

.... good luck! :up:

Tragamin 05-25-2009 01:14 AM

Is there any way to add YouTube Playlists support to my gallery? It would be awesome to be able to play them since Google Video is not an option and it was the only website where long videos were allowed...

ArnyVee, thank you so much for pointing that out. I did search, and I don't know how I missed that one - it works like a charm! :D

mariocaz 05-25-2009 05:21 AM

Jaxel or ArnyVee,

I enabled the option that automatically creat a thread/topic in a certain subforum that I choosed of my forum when someone upload a new video in the videor directory But is not working.

I have to do something else to enable this option ?? because I really want it.

Thank you for all your support in this.

Mario

ArnyVee 05-25-2009 11:49 AM

Mario, I haven't started to use that option yet actually. Where do you find those options?

Usually you have to place the forum id of the forum that you'd like the new thread to appear in as well as the user id of the user you'd like it to display the thread from.

romolus 05-25-2009 01:54 PM

Hy,

how can i install the videomodul ( newest videos ) on startpage from the cmps vbadvanced ?

Thanks

mariocaz 05-25-2009 02:44 PM

Quote:

Originally Posted by ArnyVee (Post 1816784)
Mario, I haven't started to use that option yet actually. Where do you find those options?

Usually you have to place the forum id of the forum that you'd like the new thread to appear in as well as the user id of the user you'd like it to display the thread from.

That option is in the General Settings of the Mod in the ACP

No, only you have to select the Forum that you want from a list.

No Forum ID and NO user ID, I think the user that appears that open the topic is the user that upload the video in the video directory.

Check it and tell me.

Mario

l_amhed 05-25-2009 03:32 PM

Maybe I'm wrong but the only option I have is : Report-Forum - Forum, in which a topic for every reported video is created.

Which means that a thread will be created if someone report a bad video but not when someone add a video.

And to sum up some problems I have with this hack:

1- On the 'recently added video' page all the videos appear even the ones that come from a private category.

I fixed this one by changing in video.php :
Code:

// Recent Videos
if ($_REQUEST['do'] == 'viewrecent')
{
        $videos = $db->query_read("
                SELECT video.*, user.*, IF(NOT ISNULL(user.userid), user.username, video.username) AS username, IF(video.ratingnum > 0, video.ratingtotal / video.ratingnum, 0) AS ratingavg
                FROM " . TABLE_PREFIX . "video AS video
                LEFT JOIN " . TABLE_PREFIX . "user AS user ON(user.userid = video.userid)
                ORDER BY dateline DESC
                LIMIT " . $vbulletin->options['videodirectory_videosperpage'] . "
        ");

BY:

Code:

// Recent Videos
if ($_REQUEST['do'] == 'viewrecent')
{
        $videos = $db->query_read("
                SELECT video.*, user.*, IF(NOT ISNULL(user.userid), user.username, video.username) AS username, IF(video.ratingnum > 0, video.ratingtotal / video.ratingnum, 0) AS ratingavg
                FROM " . TABLE_PREFIX . "video AS video
                LEFT JOIN " . TABLE_PREFIX . "user AS user ON(user.userid = video.userid)
                WHERE video.videocategoryid IN(" . implode(',', $allowedcats) . ")
                ORDER BY dateline DESC
                LIMIT " . $vbulletin->options['videodirectory_videosperpage'] . "
        ");

2- Same goes for the video block on the profile page
3- I don't know if it's something normal, but tags added for private videos appear also in the tag cloud.
4- The RSS feed doesn't work either

See you.

mariocaz 05-25-2009 03:33 PM

Here you can see what I am talking about:

https://vborg.vbsupport.ru/attachmen...7&d=1231204782

The option that is not working is the "Report Forum" option, I selected the forum but nothing happens in that forum when someone upload a video in the video directory. :(

How can I fix this ?

mariocaz 05-25-2009 03:44 PM

Ohhh I understand I amhed!! the report forum is only for the videos reported (bad videos), I hope someone confirm this to us.

So it will be awesome to have the option to open automatically a thread in a specific forum when someone upload a video in the directory video. This for the next version of the Mod.

snoopy5 05-25-2009 03:53 PM

Where is the RSS Feed?

On page 23 of 56 pages it was asked where to find the RSS Feed to show the videos via RSS on a site outside of vb.

No answer to this yet and I can not find it neither. I have all codes enabled in ACP (URL, BB, HTML etc.)

Can ANYBODY help here?


All times are GMT. The time now is 09:19 PM.

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.02014 seconds
  • Memory Usage 1,746KB
  • 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
  • (1)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