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)

nascartr 08-05-2009 02:39 PM

Quote:

Originally Posted by nascartr (Post 1860534)
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


Any help with this Jaxel? How about an option to choose AJAX replies or not because it worked correctly before the AJAX replies.

thepowerofnow 08-05-2009 04:06 PM

Hi, why do i get error when i try to give the administartors the permissions ? to view, add , etc

Quote:

Database error in vBulletin 3.8.2:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Administrators',
`description` = '',
`usertitle` = 'Administrator',
`opentag` = '',
`closetag` = '',

MySQL Error : Unknown column 'mgc_cb_evo_permissions' in 'field list'
Error Number : 1054
Request Date : Wednesday, August 5th 2009 @ 05:11:37 PM

I cant view it, i still have the
Quote:

admin, 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?

But i already uninstalled " MGC Chatbox Evo " loooong time ago , like 1/2 year ago

thepowerofnow 08-05-2009 04:31 PM

but i already fixed it but i cant access general settings , video detail settings, video tag settings from the leftbar navigation in the admincp ,

but i can access it via vb options, and There are 3 options, are these the same ?

Video-Directory
V-D details
V-D tags

?

thanks :)

p.s I fixed it by DELETING all MGC EVO FILES from my server, if u r having the same problem. So go to your FTP and DELETE THEM ! thanks :)

thepowerofnow 08-05-2009 05:03 PM

can i pay to get remove the branding ? so thres no link to the 8wayrun.com ? how do i do that ?

and where to remove the links ?

thanks :)

rudy

kisskiss 08-05-2009 10:57 PM

Amat I updated to the new 1.3.0 version, but lost all the old video solution

Dr. Bantham 08-05-2009 10:58 PM

Quote:

Originally Posted by multiplex (Post 1861611)
also can the thread creation feature be made automatic instead of checking it off every time?

OPEN product-videodirectory.xml
FIND:
PHP Code:

<td><input type="checkbox" class="bginput" id="newthread" name="newthread" value="1" tabindex="1" />&nbsp;</td

REPLACE WITH:
PHP Code:

<td><input type="checkbox" class="bginput" id="newthread" name="newthread" value="1" tabindex="1" checked />&nbsp;</td

REIMPORT product-videodirectory.xml

This worked for me, but it would be great to have this as an option within ACP.

Dr. Bantham 08-05-2009 10:59 PM

Quote:

Originally Posted by Dr. Bantham (Post 1859553)
An wonderful upgrade to an outstanding mod!

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

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&amp;catid=' $category['id'] . '&amp;cattitle=' vbseo_filter_text($category['name']) . $append;
    }
    else
    {
        
$url 'vbglossar.php?' $vbulletin->session->vars['sessionurl'] . 'do=showcat&amp;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.

Does anyone have an idea of how to make this work?

abadired 08-06-2009 12:13 AM

1 Attachment(s)
Version 1.3 works great! thanks for updating Jaxel :)

Would you help me fix my "add video" button? where should I fix this?

EuroBeat2 08-06-2009 01:03 AM

Quote:

Originally Posted by abadired (Post 1862255)
Version 1.3 works great! thanks for updating Jaxel :)

Would you help me fix my "add video" button? where should I fix this?

I had the same problem when I used different theme. Make sure that file called "newvideo.gif" is located in subdirectory called "buttons" of the directory where your theme is located. Here is the example:
Code:

http://forums.mysite.com/images/impact_black/buttons/newvideo.gif
In this code "impact_black" is a theme.

EB

abadired 08-06-2009 01:21 AM

Quote:

Originally Posted by EuroBeat2 (Post 1862281)
I had the same problem when I used different theme. Make sure that file called "newvideo.gif" is located in subdirectory called "buttons" of the directory where your theme is located. Here is the example:
Code:

http://forums.mysite.com/images/impact_black/buttons/newvideo.gif
In this code "impact_black" is a theme.

EB

Thanks buddy! appreciate your help:up:

logoz2008 08-06-2009 05:22 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!


edit template video_add

find: $usernamecode
type after: <br /> < br />

in same template find: align="right">$vbphrase[category]:

remove align="right" or change it to "left"

^that worked for me.

yotsume 08-06-2009 05:49 AM

Quote:

Originally Posted by Jaxel (Post 1861654)
Yotsume... fixed in next version.

What I did was edit the template: video_add

1. Find: $usernamecode (and delete this) That adds the logged in as line which in my opinion is a waste of space.

2. In same template find: align="right">$vbphrase[category]: and change it to "left".

This is how I cleaned up the template and saved a bit of room at the top as well ;)

Thanks!

daveaite 08-06-2009 06:01 AM

love this mod.

dancue 08-06-2009 07:22 PM

Any way for the comments on the thread to be added to the video comments in the video directory and vice versa?

yakuza35 08-06-2009 11:46 PM

I cant delete comments how can I fix this problem?

ArnyVee 08-07-2009 12:02 AM

Quote:

Originally Posted by dancue (Post 1862758)
Any way for the comments on the thread to be added to the video comments in the video directory and vice versa?

Now that would be a very good addition to the mod! :up:

Jaxel 08-07-2009 03:02 AM

Quote:

Originally Posted by dancue (Post 1862758)
Any way for the comments on the thread to be added to the video comments in the video directory and vice versa?

I'll look into it.

Quote:

Originally Posted by yakuza35 (Post 1862846)
I cant delete comments how can I fix this problem?

Works fine on my site... check your permissions.

Quote:

Originally Posted by thepowerofnow (Post 1862023)
can i pay to get remove the branding ? so thres no link to the 8wayrun.com ? how do i do that ?

and where to remove the links ?

thanks :)

rudy

There are TWO brands on this product... so you would have to deal with both creators of this mod seperately. Sorry. Send me a decent donation and you are free to remove the 8WR brand, but the vbPoint brand is something else.

Quote:

Originally Posted by kisskiss (Post 1862226)
Amat I updated to the new 1.3.0 version, but lost all the old video solution

Upgrading should NEVER delete your old videos. You uninstalled the old version first, that was a mistake.

Quote:

Originally Posted by nascartr (Post 1861931)
Any help with this Jaxel? How about an option to choose AJAX replies or not because it worked correctly before the AJAX replies.

Still new to ajax... don't know how to do this.

Wonksta 08-07-2009 03:30 AM

Well done Jaxel on an awesome add-on for vBulletin!

ludachris 08-07-2009 03:18 PM

Quote:

Originally Posted by ludachris (Post 1861923)
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?

Any answer on this one...

macc 08-07-2009 03:20 PM

hello

nice mod - just installed and have one problem with bbcode

will add new bbcode on my board and get errors in my admin panel (bbcode for att open link in same window) and some another also - and same error message come!

Code:

Fatal error: Cannot redeclare handle_bbcode_video() (previously declared in /home/belapla/public_html/libar/vb/includes/class_bbcode.php(2463) : eval()'d code:492) in /home/belapla/public_html/libar/vb/includes/class_bbcode.php(2463) : eval()'d code on line 521
before have not this problem

some help?

regards

macc

edit: have not any video code (except youtube bbcode)

skubaman 08-07-2009 03:50 PM

Greta version! Only 1 problem...

If users adds a video before going into a categorie is getting error "Invalid category specified." I thought there would be a drop down to choose categorie in the add video page.

Where is it?

Thanks

l_amhed 08-07-2009 04:36 PM

Great, really good new version !

I've just noticed some bugs/errors on my test site.

- When you post a comment on a video and when it's the first one, it doesn't appear until you reload the page (this is not really important yes)

- There is a problem with special caracters such as é à è ù etc

- The "delete comment" link, when clicked, froze my browser for some seconds and after that does not actually delete it (IE/Maxthon)

A nice feature would be a new block with all the last X comments.

Thanks for this hack Jaxel.

macc 08-07-2009 04:36 PM

one queistion - haw make or add some new video hosters ... or how make xml file ?

i will add this video but can not - get message - invalid url

http://dnevnik.hr/bin/tv/?media_id=60241792

reg

macc

skubaman 08-07-2009 05:08 PM

I am actually getting "invalid category specified" even when adding a video after going into one of the categories.

Does anybody know what's going on?

Thanks

macc 08-07-2009 06:01 PM

That is bug with bbcodes - i tried just on my old bbcodes in admincp - just open and click save - and get same error message ...

can that be fixed ?

reg

macc

edit: disabled your product - can add bbcodes and also change some in my old bbcodes!

skubaman 08-07-2009 09:54 PM

Anybody knows why I am getting the "invalid category error" ?
This is live on the site now and users are getting the error. I need to fix asap.
Thanks

inciarco 08-08-2009 12:07 AM

Jaxel, Great Improvements, Thank You For Sharing Them. :up:

Idea For Update: Is is Possible for You to Add a Query and a Page for Admins (or Certain Usergroups) to List the Posted Comments, in Ascending/Descending Order? (It'd be great to Set the Results Per Page, and to have a Link to the Comment/Video to Find it and Moderate it). :confused:

My Best Regards.

:)

macc 08-08-2009 08:26 PM

Hello

can i get some help about problem with all bbcodes (mean if i want add new or change some in those what i have - get error message - wrote in few posts above)


regards

macc

ChandlerDog 08-09-2009 11:15 PM

I get the following error:mad:,when I try to upload a video, went through everything twice :(what I'm I forgetting or done wrong?:confused:

skubaman 08-10-2009 03:47 AM

So, I was able to prevent the error of "invalid category specified" by commenting out some lines on the file class_dm_video.php

There is something wrong in that IF condition that is making it always turn out true. I tried to break it down by removing one of the statements inside the IF at a time, but they all turned out true.

Not sure exactly what they are, but something is wrong.

PHP Code:

    function verify_videocategoryid(&$catid)
    {
        if (!
$this->registry->videocats["$catid"] OR !is_member_of($this->registry->userinfo$this->registry->videocats["$catid"]['usergroups']) OR !$this->registry->videocats["$catid"]['active'])
        {
//            $this->error('invalid_video_category_specified');
//            return false;
        
}
        return 
true;
    } 


Does anyone know what is going on?


Thanks

xyzmary2001 08-10-2009 06:07 PM

The only problem is that I receive this error when I upload the video:

Warning: fopen([path]/videothumbnails/YouTube/HYokLWfqbaU.jpg) [function.fopen]: failed to open stream: Permission denied in [path]/includes/videoserviceapi/class_youtube.php on line 91

Warning: fwrite(): supplied argument is not a valid stream resource in [path]/includes/videoserviceapi/class_youtube.php on line 92

Warning: fclose(): supplied argument is not a valid stream resource in [path]/includes/videoserviceapi/class_youtube.php on line 93

Thank you in advance.

bold 08-12-2009 02:26 AM

When I'm on a video page I get the error:

'elem' is null or not an object

Any ideas?

dandanch 08-13-2009 05:12 AM

Quote:

Originally Posted by xyzmary2001 (Post 1864720)
Just installed it and I love it!

The only problem is that I receive this error when I upload the video:

Warning: fopen([path]/videothumbnails/YouTube/HYokLWfqbaU.jpg) [function.fopen]: failed to open stream: Permission denied in [path]/includes/videoserviceapi/class_youtube.php on line 91

Warning: fwrite(): supplied argument is not a valid stream resource in [path]/includes/videoserviceapi/class_youtube.php on line 92

Warning: fclose(): supplied argument is not a valid stream resource in [path]/includes/videoserviceapi/class_youtube.php on line 93


Although afterward I manage to upload it and it works.

However, this keeps appearing exactly when it uploads, and the big problem is with the avatars - they don't appear.

I have the "thumbs" folder , and I went to maintenance to rebuild the custom avatar thumbs.

Please, help me with this, I have no idea what to do and I'd like to use this mod.

Thank you in advance.

i seem to be having the same problem it's working fine just can't get the thumbnails to
work need some help.thanks

WEBDosser 08-13-2009 05:28 AM

looks interesting..

EuroBeat2 08-13-2009 05:28 AM

Quote:

Originally Posted by dandanch (Post 1866301)
i seem to be having the same problem it's working fine just can't get the thumbnails to
work need some help.thanks

You have to make sure that you have written permission granted, otherwise you will not be able to display thumbnails.

EB

dandanch 08-13-2009 06:00 AM

Quote:

Originally Posted by EuroBeat2 (Post 1866305)
You have to make sure that you have written permission granted, otherwise you will not be able to display thumbnails.

EB

not sure on what you mean by written permission granted..can you give in example?

taylormiles 08-13-2009 04:05 PM

Excellent mod. I suggest that you set the usergroup permissions to on by default, at a bare minimum for the administrator, but otherwise well done.

dandanch 08-14-2009 03:56 AM

thanks got it working

inciarco 08-15-2009 06:55 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!

A Temporal Solution Until Jaxel Can Correct it on Next Version:

On Template "video_add"

After the line

$usernamecode

Add

<br />

and That's it.

My Best Regards.

:)

yotsume 08-15-2009 07:23 AM

I already re-coded this myself to fix the layout bug.

See my post #1013


All times are GMT. The time now is 04:41 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.03055 seconds
  • Memory Usage 1,874KB
  • 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
  • (3)bbcode_code_printable
  • (4)bbcode_php_printable
  • (20)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