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)

dallibose 05-21-2009 10:56 PM

Everything was working well for a week and now suddenly whenever i add videos, there is no thumbnail for it...IT has stopped generating thumbnails...any idea what's wrong????

please help

dancue 05-21-2009 11:08 PM

Glad to see you back on.

You get a lot of replies on this thread and it seems like my question is always drowned by all the others by the time you get around to answering.

Any way to make comments count as posts?

Remi 05-22-2009 04:59 AM

Quote:

Originally Posted by dancue (Post 1814933)
Glad to see you back on.

You get a lot of replies on this thread and it seems like my question is always drowned by all the others by the time you get around to answering.

Any way to make comments count as posts?

Also I have notice two big problems.
1. You can't edit comments
2. When changing the title, the old "BB Code" which hold the old title is still working!!.

thanks

FReeSTER 05-22-2009 12:54 PM

this Mod seen to be trash, so many have problems and no answer. brrrrrrrr

funkmeister 05-22-2009 08:16 PM

1 Attachment(s)
Quote:

Originally Posted by Jaxel (Post 1814910)
I can't reproduce this on my website. What programs are you using?

But as I said the demo link you have above produces the same result, not just my site!

I was using NetNewsWire (for mac), but it's any newsreader.

Got to you Video Directory, subcribe to your RSS feed (http://www.8wayrun.com/video.php?do=rss)

The links in this editor are getting mangled here when I paste them, so I"m attaching a screen shot instead! The link shown in it has the url that includes the "s=" string in it.

Jaxel 05-22-2009 08:22 PM

The links work fine for me in Internet Explorer, Firefox and Opera...

Sounds like a mac issue.

funkmeister 05-22-2009 08:45 PM

Quote:

Originally Posted by Jaxel (Post 1815424)
The links work fine for me in Internet Explorer, Firefox and Opera...

Sounds like a mac issue.

It's not a MAC issue. It's any RSS newsreader! It's just more convenient for me to give you the MAC example.

So here is another example, go to this web url - slinkset.com - it contains links taken from your RSS Video Directory feed...notice the link URL's - they do not take you to the exact video, but rather the Video Directory index - the "s=" string is causing them to be redirected to the index instead of the actual video.

Something is generating the "s=" string in the RSS piece of code, whether it's your code or within vBulletin itself. I can't find anything obvious, but I'm not a coder!

Hopefully you or someone can dig deeper....as it is effecting the usefulness of the RSS piece of this.

Tragamin 05-22-2009 11:51 PM

Hello, and first of all, congratulations on this awesome mod. :)

I just installed it on my boards, thing is, I use a main table width that's smaller than most of the other boards using vB. I'd like to know where to change the width of the text boxes and / or main tables so they fit my forum (check the screenshots below):

http://img132.imageshack.us/img132/6...oblemwidth.jpg http://img199.imageshack.us/img199/9...blemwidth2.jpg

What can I do to fix this? Thanks in advance for your help.

Jaxel 05-23-2009 12:58 AM

Quote:

Originally Posted by funkmeister (Post 1815437)
It's not a MAC issue. It's any RSS newsreader! It's just more convenient for me to give you the MAC example.

So here is another example, go to this web url - http://slinkset.com - it contains links taken from your RSS Video Directory feed...notice the link URL's - they do not take you to the exact video, but rather the Video Directory index - the "s=" string is causing them to be redirected to the index instead of the actual video.

Something is generating the "s=" string in the RSS piece of code, whether it's your code or within vBulletin itself. I can't find anything obvious, but I'm not a coder!

Hopefully you or someone can dig deeper....as it is effecting the usefulness of the RSS piece of this.

The session tags are generated by vBulletin itself. It's what lets people stay logged into the website, even if they have cookies disabled. I've never had any issues with my forum, and none of my RSS aggregators add the session tags in.

If you want to fix this with your forum, go into functions_videodirectory.php and replace:
PHP Code:

$url 'video.php?' $vbulletin->session->vars['sessionurl'] . 'do=viewdetails&videoid=' $video['videoid']; 

with:
PHP Code:

$url 'video.php?do=viewdetails&videoid=' $video['videoid']; 

However, if you require people to be logged in, in order to watch videos, your users may have problems if they have cookies disabled.

Jaxel 05-23-2009 12:59 AM

Quote:

Originally Posted by Tragamin (Post 1815502)
What can I do to fix this? Thanks in advance for your help.

The codes are in each respective template. I have them so long because I figured no one would have a forum smaller than 1024 pixels in width... I guess I was wrong.

Tragamin 05-23-2009 01:34 AM

Quote:

Originally Posted by Jaxel (Post 1815531)
The codes are in each respective template. I have them so long because I figured no one would have a forum smaller than 1024 pixels in width... I guess I was wrong.

Yeah, I know I kind of go against the grain, lol. :p But me and my users got accustomed to it, so I'd really like to keep it this way.

Can you please tell me what to look for in the templates? I have a little experience and don't mind editing the code myself, but I don't know exactly what to search for.

AzzidReign 05-23-2009 04:29 PM

Quote:

Originally Posted by Jaxel (Post 1814911)
CHMOD the directories INSIDE /videothumbnails

Thanks, that worked.

Linkz0r 05-23-2009 05:00 PM

When I try posting a HD Youtube video it doesnt seem able to load it, any reason why it wont or how I can get it to work?

funkmeister 05-23-2009 05:01 PM

OK, thanks Jaxel, I appreciate the detailed reply.

smooth-c 05-24-2009 07:03 AM

I chmodded the correct files - yet for some reason, in the admincp General settings, video detail settings and video tag settings all show blank pages. Any ideas?

mariocaz 05-24-2009 08:13 PM

1 Attachment(s)
Hi Jaxel.

I just installed your great mod but I have a very big problem, when I want to enter to the videos page, appears this error:

Fatal error: Cannot redeclare construct_category_url() in /home/allreef/public_html/inicio/includes/functions_vbglossar.php on line 945

Here you can see it:

www.all-reefs.com/inicio/video.php

But I see that the error appears to the users that I am giving permissions in the user group permissions panel in the ACP

And here is my file attached, please help me my friend.:(

I will be waiting your prompt answer!!

Mario

romolus 05-24-2009 09:15 PM

yes i confirmed. I have the same problem:

Fatal error: Cannot redeclare construct_category_url() (previously declared in /var/www/web3074/web/includes/functions_videodirectory.php:190) in /var/www/web3074/web/includes/functions_vbglossar.php on line 963

romolus 05-24-2009 09:19 PM

Oh oh !!

te problem is coming from the "lexikon" - vbglossary modul. make the crosslinking enabled to NO.

now the video modul is activ

mariocaz 05-24-2009 09:22 PM

Mmmm but I want more a solution to don“t have problems if I have the vbglosary crosslinking enabled.

mariocaz 05-24-2009 09:25 PM

But thank you so much romolus for the temporally solution.

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?

ArnyVee 05-25-2009 04:45 PM

My RSS feed is working.

My link is http://www.waltdisneyboards.com/videos/?do=rss

snoopy5 05-25-2009 05:16 PM

Quote:

Originally Posted by ArnyVee (Post 1816954)
My RSS feed is working.

My link is http://www.waltdisneyboards.com/videos/?do=rss

mmmhhh...

So the RSS Feed is a predefined URL, not a RSS sign next to a video or section which I or a user can click on?

If I use this URL in a site outside of vb, will the videos be shown or only the text below the videos?

Thanks in advance

Sweeks 05-25-2009 05:57 PM

Quote:

Originally Posted by Jaxel (Post 1814910)
I can't reproduce this on my website. What programs are you using?



I've got no idea... anyone want to help me on this one?


Is this after INSTALLING, or UNINSTALLING?

Uninstalling.
________
VAPORIZER VOLCANO

l_amhed 05-25-2009 08:00 PM

Mine, video.php?do=rss, is not working. Am I supposed to add something special in the rss section of the ACP ?

laptop1986 05-25-2009 08:12 PM

Quote:

Originally Posted by Jaxel (Post 1814249)
Cant really support people when they dont tell me what the errors are...

i want to add google video ??

how can i do that ?

ArnyVee 05-25-2009 08:31 PM

laptop1986, I posted about the Google Video on the last page. You can also click on "search this mod" at the top of these pages and type "google" and you'll find it.

Here's the post that I made in reference to other posts: https://vborg.vbsupport.ru/showpost....&postcount=821

dancue 05-26-2009 10:46 AM

How would I go about placing a link on the navbar that would point them to their videos.

pericolosogr 05-26-2009 01:56 PM

How can i add an hd that starts playing in full resolution? In some hd vids of the demo it starts filling all the space and plays in hd automatically!

compact123 05-26-2009 02:21 PM

@Jaxel, Is it possible the development section category? In sub-category would be very nice, thank you.

compact123 05-27-2009 11:01 AM

i done thanks...


All times are GMT. The time now is 03:24 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.05453 seconds
  • Memory Usage 1,842KB
  • 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
  • (2)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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