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)

K4GAP 08-05-2010 10:42 AM

I've lost the area where you add categories... where should it be?

ProFifaLeagues 08-05-2010 10:46 AM

Quote:

Originally Posted by GaryT (Post 2079553)
I've lost the area where you add categories... where should it be?


did you remember the fix ?

There is a conflict with this modification and some of Valter's VSA modifications that will prevent navbar permissions from being handled correctly. I don't know exactly who's fault it is; but I'm pretty sure there are no errors in my code that would be causing this problem. There is a work around for this however.

Admin Control Panel > Plugins & Products > Plugin Manager > "media NAVTAB"

Find the code:
Code:
$perms = media_permissions();
Replace with:
Code:
$perms['rate'] = true;
$perms['comment'] = true;
$perms['submit'] = true;
$perms['playlist'] = true;

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

K4GAP 08-05-2010 11:12 AM

Thank you Sir, that fixed it.

ProFifaLeagues 08-05-2010 02:33 PM

Quote:

Originally Posted by GaryT (Post 2079559)
Thank you Sir, that fixed it.

No problems mate i have forgot to do it myself after upgrading!

EquinoxWorld 08-05-2010 03:49 PM

Hello, anyone has had any luck with the SEO CRR for this last release? They seem to not be working completely for me at least. Over at VBSEO they said that they were probably not going to upgrade the CRR themselves anymore. : ( They said to ask the developer what he changed and then to make the proper changes to the CRR. Anyone has any input please do tell. Thanks everyone.

linuxututs 08-05-2010 04:58 PM

Quote:

Originally Posted by EquinoxWorld (Post 2079663)
Hello, anyone has had any luck with the SEO CRR for this last release? They seem to not be working completely for me at least. Over at VBSEO they said that they were probably not going to upgrade the CRR themselves anymore. : ( They said to ask the developer what he changed and then to make the proper changes to the CRR. Anyone has any input please do tell. Thanks everyone.


Please share this info if you find the details/fix.

Thanks Mate,

bada_bing 08-05-2010 05:37 PM

Quote:

Originally Posted by bada_bing (Post 2079248)
I am trying to create a vbadvanced plugin so that I can show the latest uploaded video but I seem to be missing a template when I instaeed the Media Library mod.

The template I need is this 8WR_media_block which is missing from my default style.

Here is the tread on what im trying to do http://www.vbadvanced.com/forum/show...014#post189014

How come I am missing this template ?

Thanks

Does anyone have this 8WR_media_block template?

EquinoxWorld 08-05-2010 06:30 PM

Quote:

Originally Posted by linuxututs (Post 2079691)
Please share this info if you find the details/fix.

Thanks Mate,

Definitely will : ) .

EDITED:.We ll just went through all of them and they all work except view video page example:

http://www.aniworlds.net/forum/media...ails&mid=19003

the CRR for the view video is

'^media\.php\?do=details&mid=(\d+)&title=(.+)$'=>' media-library/$2-$1/'

Just doesn't seem to perform the rewrite. Anyone have any ideas PLEASE share with all. : )

Jaxel quick question, is there anything diferent from the past updates URL of view video?

juhler 08-06-2010 03:16 PM

I had a problem getting this to import correct letters from YouTube. This could be: ???...

The reason this happens is that you made it to just import the data from YouTube (and thats ok if you are not using ??? or any other UTF-8 coding).

The way I fixed it works for import only:

In the file media/media_submit.php

Find:
Code:

        $feed = construct_feed_data($source);

        $xml = new vB_AJAX_XML_Builder($vbulletin, 'text/xml');
        $xml->add_group('response');
        $xml->add_tag('thumbnail', $feed['thumbnail']);
        $xml->add_tag('title', $feed['title']);
        $xml->add_tag('description', $feed['description']);
        $xml->add_tag('taglist', $feed['taglist']);
        $xml->add_tag('minutes', $feed['minutes']);
        $xml->add_tag('seconds', $feed['seconds']);
        $xml->add_tag('embed', $feed['embed']);
        $xml->add_tag('source', $feed['source']);
        $xml->add_tag('serviceID', $feed['serviceID']);
        $xml->add_tag('serviceVAL', $feed['serviceVAL']);
        $xml->add_tag('serviceVAL2', $feed['serviceVAL2']);
        $xml->close_group();
        $xml->print_xml();

Replace:
Code:

        $feed = construct_feed_data($source);

        $xml = new vB_AJAX_XML_Builder($vbulletin, 'text/xml');
        $xml->add_group('response');
        $xml->add_tag('thumbnail', $feed['thumbnail']);
        $xml->add_tag('title', utf8_decode($feed['title']));
        $xml->add_tag('description', utf8_decode($feed['description']));
        $xml->add_tag('taglist', utf8_decode($feed['taglist']));
        $xml->add_tag('minutes', $feed['minutes']);
        $xml->add_tag('seconds', $feed['seconds']);
        $xml->add_tag('embed', $feed['embed']);
        $xml->add_tag('source', utf8_decode($feed['source']));
        $xml->add_tag('serviceID', $feed['serviceID']);
        $xml->add_tag('serviceVAL', $feed['serviceVAL']);
        $xml->add_tag('serviceVAL2', $feed['serviceVAL2']);
        $xml->close_group();
        $xml->print_xml();

Hope this helps the others I have seen asking for an update that would allow special chars.

Edit: PS hope its ok that I changed you code to fit my needs ?

- juhler

gosiah23 08-06-2010 07:42 PM

This mod is fantastic and works perfectly on my forum. However I cannot make the local videos to work.

I read all 88 pages and cannot figure this out! Everyone is repeating these instructions below but, is not working for me. Can some please help me?

?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.?

1. I uploaded (via ftp) my videos to the /customVID folder here are links:

http://www.saltwatercatch.com/forums.../blue_crab.flv
http://www.saltwatercatch.com/forums.../blue_crab.wmv

2. Then I clicked ?Submit Media?
3. In Media URL I typed: blue_crab.wmv

and I got ?Could not parse media URL? error message

I also tried to type:
localvideo:blue_crab.wmv
?localvideo:blue_crab.wmv?
/customVID/blue_crab.wmv

Same error message

I?m pretty sure I?m doing something wrong I just cannot figure out what!?

Can some please give me step by step instructions? Please treat me like I don?t know anything.

Thank you so much!

Margaret


All times are GMT. The time now is 10:12 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.04202 seconds
  • Memory Usage 1,757KB
  • 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
  • (5)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