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)

Sayid 07-29-2009 04:13 AM

I hope you solve this ajax problem

can,t wait for the next version :d

Jaxel 07-29-2009 04:32 PM

I have revamped the auto-thread creation formats....

AUTO THREAD: http://www.8wayrun.com/f13/new-video...on-test-t4459/

ArnyVee 07-29-2009 11:06 PM

Jaxel, your site looks beautiful by the way! Lookin' better everytime I see it!

The new thread with video attached option is great! :up:

skubaman 07-30-2009 02:31 AM

Anybody agrees?

Quote:

feel like we would get users to submit more videos if we had the Add Video button on the video directory home. I modified the template for that but it doesn't work because the Category ID is a requirement.
I think it would make more sense to let users choose to Add a Video from anywhere, then on the add video form they can pick which category it belongs to.

Did anybody also think of that? Done that?

Jaxel 07-30-2009 04:01 AM

@skubaman... current version of my website has exactly what you want...

http://www.8wayrun.com/video.php

yotsume 07-30-2009 04:44 AM

Quote:

Originally Posted by Jaxel (Post 1858282)
@skubaman... current version of my website has exactly what you want...

http://www.8wayrun.com/video.php

Ummm why keep pointing us to YOUR website.... How about when do we get the REAl latest version! :)

guvner 07-30-2009 08:05 AM

Jaxel,

Really good work on this mod, love the way it's evolving - and the latest features will really enhance it!

Mike :)

GaRanT 07-30-2009 08:47 PM

https://vborg.vbsupport.ru/
If Description is to long , it break the forum template complete?
What to do? to not decrease description.
Thanks for help..

Jaxel 07-30-2009 10:05 PM

Quote:

Originally Posted by yotsume (Post 1858295)
Ummm why keep pointing us to YOUR website.... How about when do we get the REAl latest version! :)

I said in a previous post that I will not be releasing the next version until I get AJAX commenting working correctly... It all works great, except ONE error I cant figure out:

https://vborg.vbsupport.ru/showthread.php?t=219831

Comments are posted perfectly through AJAX
You can change comment pages through AJAX
You can delete comments through AJAX

GaRanT 07-30-2009 11:54 PM

okay but how to do the video.php to be as an index page ?
if that is posible...

Jaxel 07-31-2009 01:35 AM

================================================== =========
Version 1.3.0
================================================== =========
  • Add Video page now has an option to auto-create threads for videos.
    • To use this function, you must first select a forum in the settings.
    • If auto-created, Add Video forwards to the thread, not the video.
  • Add Video page now has a drop-down list for upload categories.
  • Add Video button is now on ALL pages, and will remember categories.
  • Video details now support AJAX for commenting, deleting and pagination.
  • Toolbar functions have been removed from the comment quick reply form.
  • SHELL_SIDE will now relocate itself depending on HD or non-HD videos.
  • Thread creation for Add Video and Report Video have been revamped.
  • BUG FIX: Fixed uncached templates for user video pages.
  • BUG FIX: Fixed permission problems with recent videos page.
  • BUG FIX: Fixed YouTube constructs for YouTube's new embed codes.
  • FILE EDITS SINCE 1.2.5: (make sure you upload these new versions!)
    • upload/video.php
    • upload/video_ajax.php
    • clientscript/vbulletin_ajax_videocomment.js
    • includes/xml/videohoster-YouTube.xml
    • includes/xml/videohoster-YouTubeHD.xml
  • TEMPLATE EDITS SINCE 1.2.5: (make sure you revert these templates!)
    • video_add
    • video_category
    • video_commentbit
    • video_details
    • video_edit
    • VIDEO_SHELL
    • VIDEO_SHELL_SIDE

LilPimp 07-31-2009 03:31 AM

So i only need to upload those files for the upgrade not the rest? and re-import the xml file and im good? from 1.2.5

Oblivion Knight 07-31-2009 07:57 AM

Thanks for the upgrade, Jaxel.

Great stuff.

GaRanT 07-31-2009 06:26 PM

https://vborg.vbsupport.ru/
I have one problem all youtube thrumbinal video has on the corner some question marks,
how to fix it ?
Thanks!!!

EWGF 07-31-2009 08:41 PM

Old video's need to be manually edited to include the correct durations of the videos

southie 07-31-2009 11:27 PM

i just installed it, and try to go to the video.php page and it wont give me access

southie, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

EuroBeat2 08-01-2009 04:06 AM

Jaxel,

Do you have plan to allow edit comments made to video?

EB

Dr. Bantham 08-01-2009 12:35 PM

An wonderful upgrade to an outstanding mod!

I have a conflict with vBulletin-Glossary which creates the following error when viewing the VIDEO BBCode:
Quote:

Fatal error: Cannot redeclare construct_category_url() (previously declared in /home/ligotti/public_html/includes/functions_videodirectory.php:190) in /home/ligotti/public_html/includes/functions_vbglossar.php on line 963
I noticed that there is a post here that indicates turning off cross-linking within vBulletin-Glossary will eliminate the conflict, but that feature is too valuable to lose.

Here is the code which ends in the referenced line number:
PHP Code:

/**
* Check for availability/activated vBSEO and perform url to category
*
* @author     Surviver
*
* @param    string    entry    array with category informations
* @param    string    Appendix to add to the url (e.g. perpage var, page var, etc)
*
* @return    string    url    url to category, either seo-like or standard
*/
function construct_category_url(&$category$append '')
{
    global 
$vbulletin;

    if (
$vbulletin->options['vbglossar_vbseo'] AND defined('VBSEO_ENABLED'))
    {
        
$url 'vbglossar.php?' $vbulletin->session->vars['sessionurl'] . 'do=showcat&catid=' $category['id'] . '&cattitle=' vbseo_filter_text($category['name']) . $append;
    }
    else
    {
        
$url 'vbglossar.php?' $vbulletin->session->vars['sessionurl'] . 'do=showcat&catid=' $category['id'] . $append;
    }

    (
$hook vBulletinHook::fetch_hook('vbglossar_category_url')) ? eval($hook) : false;

    
$category['url'] = $url;

    return 
$url;


Note that I do not have vBSEO installed, but I do have vBSEO Google/Yahoo Sitemap Generator installed. When I removed the offending lines of code I received another error from the main vbglossar.php file which did not seem to reference vBSEO. I fear that the conflict may be deeply rooted.

Any ideas what may be causing this error and what might resolve the conflict?

If not, I can disable the VIDEO BBCode, but this results in corresponding threads created by Video Directory without a functional embedded video. This conflict was in the previous version, but not as critical since there was no thread creation feature previously. I can use AME to remedy this if I can simply insert the original URL of the video. I found the location of the code within the videodirectory_newthread and videodirectory_reportthread phrases, but I was unable to modify this to insert the raw video URL. I tried variations of the $videoinfo[url] variable, to no avail. Ideally, I would like to use all features of both mods, but alternatively I will settle for this workaround if I can get the variable to pass.

Taringa! CS 08-01-2009 03:41 PM

Quote:

Originally Posted by Taringa! CS (Post 1854154)
I've got a permission problem when users that are on groups created by me tryed to access the video gallery.

check attachments

Attachment 102398

Attachment 102399

thx in advance

i've updated my board, but this problem it's still there... any ideas where should i start looking for?

thanks for this great mod!

marcchell0 08-01-2009 07:34 PM

you got to edit the catagory screen in the admincp

admincp>Video Directory>Manage categories>Edit>Select or deselect usergroups>save

then it should work fine

Taringa! CS 08-01-2009 10:16 PM

Quote:

Originally Posted by marcchell0 (Post 1859738)
you got to edit the catagory screen in the admincp

admincp>Video Directory>Manage categories>Edit>Select or deselect usergroups>save

then it should work fine

Thank you!

Jaxel 08-01-2009 10:55 PM

Quote:

Originally Posted by EuroBeat2 (Post 1859424)
Jaxel,

Do you have plan to allow edit comments made to video?

EB

No plans... sorry.

yotsume 08-01-2009 11:44 PM

1 Attachment(s)
PROBLEM: New Video Squished Text v1.3.0

Jaxel,

I just upgraded to the new version! I have one small problem. I use the default vb skin and im on vb3.7x. When I click the nice new button for adding a video there is some text above the category drop menu that is squished into the members names.

Please see the attached screenshot.

What edit can I do to fix this issue please. All my members are younger and need to see the text label so all my videos don't end up in the same category! ;)

THANKS!

southie 08-02-2009 02:58 PM

Quote:

Originally Posted by marcchell0 (Post 1859738)
you got to edit the catagory screen in the admincp

admincp>Video Directory>Manage categories>Edit>Select or deselect usergroups>save

then it should work fine

all of the options are checked, so i guess that should allow everybody to view the page? im not sure, i added the main root files last after i installed it and everything, think that is the problem ?

kho91 08-02-2009 04:24 PM

I'm use the 1.2.5 version, and i dont understand what's news in this last version..

thanks

inciarco 08-02-2009 05:01 PM

Quote:

Originally Posted by yotsume (Post 1859829)
PROBLEM: New Video Squished Text v1.3.0

Jaxel,

I just upgraded to the new version! I have one small problem. I use the default vb skin and im on vb3.7x. When I click the nice new button for adding a video there is some text above the category drop menu that is squished into the members names.

Please see the attached screenshot.

What edit can I do to fix this issue please. All my members are younger and need to see the text label so all my videos don't end up in the same category! ;)

THANKS!

I Confirm this Bug on vB373 PL1.

Jaxel, in your next Update would it be Possible to Include a way to List the Comments on the Videos, ordered to view the Most Recent Ones First, by Page (and to select the Number of Results to Show per Page)? :confused:

This to be able to Control them and Moderate them, if not is impossible to Control and Moderate the Comments on the Videos because I Can't know where the Recent Posts have been Made

My Best Regards.

:)

yotsume 08-02-2009 06:07 PM

Quote:

Originally Posted by kho91 (Post 1860186)
I'm use the 1.2.5 version, and i dont understand what's news in this last version..

thanks

A whole bunch of great improvements! So much easier and nicer to add videos now for one! UPGRADE! and find out! ;) Its super easy!

Xencored 08-03-2009 01:15 AM

Hi mate is there any way too add "Files FLV" too this great mod! :up:

Cheers

nascartr 08-03-2009 05:14 AM

I am getting "Invalid video specified." when I try to post a comment. I am using the vbSEO rewrite rules just in case that matters.

Example video page http://diecastcrazy.com/community/vi...is-car-59.html

nascartr 08-03-2009 05:40 AM

Ok, I can post comments to videos without the re-write but with the re-write rules in place it says invalid video specified.

southie 08-03-2009 11:47 PM

im still having trouble with getting access to the video.php page, says i dont have permission, is there some kind of setting i am missing? any help from anybody would be great

inciarco 08-04-2009 01:18 AM

For Each Usergroup you should set the Permissions to Use the Mod. ;)

Video-directory permissions

Can view video-directory
Yes No
Can add videos
Yes No
Can moderate videos
Yes No
Can edit own videos
Yes No
Can add comments to videos
Yes No
Can rate videos
Yes No
Can report videos
Yes No
Users can see who is viewing the same video.
Yes No
Can watch and view video details
Yes No

My Best Regards.

:)

southie 08-04-2009 01:27 AM

Quote:

Originally Posted by inciarco (Post 1860975)
For Each Usergroup you should set the Permissions to Use the Mod. ;)

Video-directory permissions

Can view video-directory
Yes No
Can add videos
Yes No
Can moderate videos
Yes No
Can edit own videos
Yes No
Can add comments to videos
Yes No
Can rate videos
Yes No
Can report videos
Yes No
Users can see who is viewing the same video.
Yes No
Can watch and view video details
Yes No

My Best Regards.

:)

thank you

multiplex 08-05-2009 04:05 AM

clicked "installed"

this is a great add on. i have a suggestion from what i have noticed on my board

right now, when the new thread feature is enabled people are just watching the video in the forums and not taking the time to go to the video directory. i was hoping this thread creation feature would increase awareness of the video directory but its having the opposite affect. would be better if just a link was provided. another good reason to have it this way is i have set my video directory up so only certain usergroups can view it. the way it is now, anyone can view it, even guests, by viewing the video in the forums through the new video added thread.

also can the thread creation feature be made automatic instead of checking it off every time?

yotsume 08-05-2009 04:43 AM

Quote:

Originally Posted by yotsume (Post 1859829)
PROBLEM: New Video Squished Text v1.3.0

Jaxel,

I just upgraded to the new version! I have one small problem. I use the default vb skin and im on vb3.7x. When I click the nice new button for adding a video there is some text above the category drop menu that is squished into the members names.

Please see the attached screenshot.

What edit can I do to fix this issue please. All my members are younger and need to see the text label so all my videos don't end up in the same category! ;)

THANKS!

I need to BUMP this question because I need help to correct the issue on my site please.

logoz2008 08-05-2009 05:21 AM

1 Attachment(s)
Hi Jaxel!

Is it possible to list the videos in this fashion?

Jaxel 08-05-2009 06:23 AM

Quote:

Originally Posted by logoz2008 (Post 1861635)
Hi Jaxel!

Is it possible to list the videos in this fashion?

just change the template, and yes...

@Yotsume... fixed in next version.

logoz2008 08-05-2009 07:39 AM

Quote:

Originally Posted by Jaxel (Post 1861654)
just change the template, and yes...

@Yotsume... fixed in next version.

Thanks I did it.

bposner 08-05-2009 12:56 PM

[QUOTE=multiplex;1861611

also can the thread creation feature be made automatic instead of checking it off every time?[/QUOTE]

We use this great mod for many things, and like the idea of having the user decide to add to forum or not. Works for us like this.

ludachris 08-05-2009 02:29 PM

Does this mod keep track of submissions by members similar to how vb keeps track of their posts and post count? Is there a way to list how many videos they've posted in the directory and link to those videos in their profile?


All times are GMT. The time now is 06:18 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.02637 seconds
  • Memory Usage 1,855KB
  • 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
  • (1)bbcode_php_printable
  • (14)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