vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - 8WayRun.Com - Media Library (https://vborg.vbsupport.ru/showthread.php?t=240677)

your24hourstore 07-05-2010 12:42 PM

Quote:

Originally Posted by Rick7C2 (Post 2062957)
I have done everything in the instructions but still I have no option to edit categories. Everything else works fine.

https://vborg.vbsupport.ru/


https://vborg.vbsupport.ru/

do you use vsa chat? mod

Xencored 07-05-2010 01:02 PM

Quote:

Originally Posted by harleyparts (Post 2064782)
do you use vsa chat? mod

PHP Code:

$perms['rate'] = true;
$perms['comment'] = true;
$perms['submit'] = true;

if (
is_member_of($vbulletin->userinfoexplode(',','5,6')))
{
    
$perms['modtags'] = true;
    
$perms['modcategory'] = true;
    
$perms['modservice'] = true;


This byepass it
works fine with VSA chat mate (with the code added)


Quote:

Originally Posted by Rick7C2 (Post 2062957)
I have done everything in the instructions but still I have no option to edit categories. Everything else works fine.

http://img534.imageshack.us/img534/944/notworking.png


http://img816.imageshack.us/img816/1813/notworking2.png

What Usergroup are you in?? whats is the usergroup number in the admin

Rick7C2 07-05-2010 06:19 PM

Quote:

Originally Posted by Animemike (Post 2064789)
PHP Code:

$perms['rate'] = true;
$perms['comment'] = true;
$perms['submit'] = true;

if (
is_member_of($vbulletin->userinfoexplode(',','5,6')))
{
    
$perms['modtags'] = true;
    
$perms['modcategory'] = true;
    
$perms['modservice'] = true;


This byepass it
works fine with VSA chat mate (with the code added)




What Usergroup are you in?? whats is the usergroup number in the admin

OMG I feel so retarded lol

I got it now I didn't even think to add the usergroup id numbers in the code.

Thanks for the help. I have 1 more problem though posted here...

Quote:

Originally Posted by Rick7C2 (Post 2063840)
How does this script figure out if a video has already been posted before?

Reason I ask is because the must be an error in it because I keep getting...

Quote:

Our records show that this particular media is already in the media library!
On a video that has not been posted yet.


Xencored 07-05-2010 07:06 PM

Quote:

Originally Posted by Rick7C2 (Post 2064917)
How does this script figure out if a video has already been posted before?

Reason I ask is because the must be an error in it because I keep getting...

Our records show that this particular media is already in the media library!
On a video that has not been posted yet.

Well could be that your cant embed that video
some people turn it off on uploading a video

stwan 07-06-2010 12:46 PM

Not valid code in member's page:

HTML Code:

<link rel="stylesheet" type="text/css" href="http://www.mysite.ru/forum/clientscript/vbulletin_css/style00041l/8WR_media.css" />

sefe 07-06-2010 02:23 PM

hello, this looks and sounds like an awesome MOD and I'm about to pull the trigger........ I do have 2 questions though....

1. Do you have to install the JW Player in addition? Or is it included in your files?

2. Can you add an upload option that would allow users to upload their own personal videos and other media to the defaulted directory as mentioned below rather than an administrator having to do it or having to setup an FTP option to that directory?

Quote:

This mod offers rudimentary support for the hosting of local media. An administrator can upload a media to the /customVID/ (default) directory; then add the media to the library using the URL code of "localvideo:filename" or "localaudio:filename". Media hosted locally will be displayed using JWPlayer, but will not provide meta data, so that kind of information will need to be entered manually.

your24hourstore 07-06-2010 10:30 PM

Quote:

Originally Posted by sefe (Post 2065319)
hello, this looks and sounds like an awesome MOD and I'm about to pull the trigger........ I do have 2 questions though....

1. Do you have to install the JW Player in addition? Or is it included in your files?

2. Can you add an upload option that would allow users to upload their own personal videos and other media to the defaulted directory as mentioned below rather than an administrator having to do it or having to setup an FTP option to that directory?

users can upload links from youtube or any other supported site, if you give them permission to do it, to actually host you are limited but i think you will have more options in the next version is what Ive read. its a great mod just because you can have have videos that may pertain to your site. it is a great mod , no need for a player, as it uses flash on the users end

urstorm.com 07-07-2010 01:04 PM

you vedios not working , others working fine , also other vedios are click able ..mean if u click on any u go to the orginal vedio site and that bad ,,,
try maje it locally
arabic language look bad in tags title,,,
pls fix ?

DAMINK 07-08-2010 06:04 AM

I uninstalled this mod. It did not suit my needs. However i am getting sql errors all the time now.
Code:

Invalid SQL:

                                        SELECT languageid,
                        phrasegroup_global AS phrasegroup_global,
                        phrasegroup_8WR_media AS phrasegroup_8WR_media,
                        phrasegroup_posting AS phrasegroup_posting,
                        options AS lang_options,
                        languagecode AS lang_code,
                        charset AS lang_charset,
                        locale AS lang_locale,
                        imagesoverride AS lang_imagesoverride,
                        dateoverride AS lang_dateoverride,
                        timeoverride AS lang_timeoverride,
                        registereddateoverride AS lang_registereddateoverride,
                        calformat1override AS lang_calformat1override,
                        calformat2override AS lang_calformat2override,
                        logdateoverride AS lang_logdateoverride,
                        decimalsep AS lang_decimalsep,
                        thousandsep AS lang_thousandsep
                                        FROM vblanguage
                                        WHERE languageid = 1;

MySQL Error  : Unknown column 'phrasegroup_8WR_media' in 'field list'

Any way to stop this?

EquinoxWorld 07-08-2010 02:46 PM

Hello, I am about to add the CRR for Media Library but I have a concern that we have put the old url links in alot of the video description to link them to other videos. These would obviously not be rewritten. How would I go about making sure the old media url links would redirect to the new ones? I have made a support ticket at VBSEO and they said they don't support CRR in support ticket system I posted a post in their thread but have yet to receive any info. If anyone has any insight as to what I can do to make this work please let me know. We have over 18,000 videos most of them with links to the others and I cannot add these CRR unless these url links redirect correctly to the episode. Thanks everyone for your time.


All times are GMT. The time now is 07:33 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.03478 seconds
  • Memory Usage 1,775KB
  • 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_code_printable
  • (1)bbcode_html_printable
  • (2)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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