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:


All times are GMT. The time now is 11:48 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.03675 seconds
  • Memory Usage 1,773KB
  • 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
  • (3)bbcode_php_printable
  • (7)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