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)

weetabx 05-19-2010 11:13 AM

ok you got to the video you want to change thumb nail for and hit edit media tab on your right
and at the bottom you can uplaod a new thumb from your computer easy :)

https://vborg.vbsupport.ru/

ProFifaLeagues 05-19-2010 12:44 PM

thanks mate!

farhanisfarhan 05-19-2010 08:18 PM

Everything was fine until just now that I upgraded from 0.7 to 0.9...

1. Thumbnails are there, but videos are not loading.
2. Retrieving information doesn't retrieves the FLASH video. Only thumbnails and info and tags.

Any idea what really happened ???? I really need to sort it out.

Link: http://www.123muslim.com/media.php

Yurified 05-19-2010 10:05 PM

Quote:

Originally Posted by Jaxel (Post 2039609)
Please run the "Click here to restore all services in the "/media/xml" directory to their default settings" process in the administrate services menu.

I did that both times and it didn't worked. Apparently the problem is with IE:erm: because they all can watch it with Firefox and Chrome.

your24hourstore 05-19-2010 10:23 PM

Quote:

Originally Posted by farhanisfarhan (Post 2040113)
Everything was fine until just now that I upgraded from 0.7 to 0.9...

1. Thumbnails are there, but videos are not loading.
2. Retrieving information doesn't retrieves the FLASH video. Only thumbnails and info and tags.

Any idea what really happened ???? I really need to sort it out.

Link: http://www.123muslim.com/media.php

when you updated it, did you go in and cmod the files you need to?
after you upgraded may need to change the files cmod to 777 you can run the thumbnial rebuilder in admincp/maintence/update counters/rebuild mefia thumbnails
but I think you have to cmod customvid thumbs and sitemaps folders
Please run the "Click here to restore all services in the "/media/xml" directory to their default settings" process in the administrate services menu.
after you cmod and before you run thumbs rebuilder

EquinoxWorld 05-20-2010 04:04 AM

hello, first of all amazing mod thank you so much for the hard work you put into this. I have a question ; is it possible to parse HTML code for the description of the category's? We would like to add images and bold text and such. Any ideas ?

share4vn.com 05-20-2010 04:37 AM

Thanks for really cool mod :)
I tried to make an xml file, but I'm having a problem. Can you help me a bit, please?

jiffylb1 05-20-2010 05:18 AM

keep getting this message when trying to upload youtube video
Could not parse media URL.

ProFifaLeagues 05-20-2010 06:08 AM

Quote:

Originally Posted by jiffylb1 (Post 2040350)
keep getting this message when trying to upload youtube video
Could not parse media URL.

Ive often got that error if its a new video ive sent to utube etc!
Try again in a few mins and it should work fine!

mobe00 05-20-2010 08:05 AM

1 Attachment(s)
having trouble with the norwegian character set ???. how do i fix that ? works ok everywhere else in vbulletin :) see the screenshot

goxy63 05-20-2010 09:09 AM

Tagged for now

Brand free is bit too high IMO

Thanks

cindy helmond 05-20-2010 10:30 AM

i get an white screen after adding this code in the plugin manager any idea ?
thx

Code:

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;

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


your24hourstore 05-20-2010 10:55 AM

is that find the code stuff commented out, and where the part your supposed to replaceing?

that looks like the original code

cindy helmond 05-20-2010 11:01 AM

Quote:

Originally Posted by harleyparts (Post 2040456)
is that find the code stuff commented out, and where the part your supposed to replaceing?

that looks like the original code

Code:

$perms = media_permissions(); this code

your24hourstore 05-20-2010 11:15 AM

Quote:

Originally Posted by cindy helmond (Post 2040459)
Code:

$perms = media_permissions(); this code

n/m i see its for valters hack , to make it work with media?

looks like all you do is find that one line of code and replae it with the 15 lines of code . you did that ?

you are running VSA's hack and you have no permission in tool bar?

cindy helmond 05-20-2010 11:22 AM

Quote:

Originally Posted by harleyparts (Post 2040463)
n/m i see its for valters hack , to make it work with media?

looks like all you do is find that one line of code and replae it with the 15 lines of code . you did that ?

you are running VSA's hack and you have no permission in tool bar?

yes i do that
you are running VSA's hack and you have no permission in tool bar? YES

your24hourstore 05-20-2010 11:24 AM

Quote:

Originally Posted by jiffylb1 (Post 2040350)
keep getting this message when trying to upload youtube video
Could not parse media URL.

utube seems to be bullet proof, is what url u are trying to parse
just grab the url out of the browser and try that see if it takes it

like http://www.youtube.com/watch?v=nVjwQ...eature=popular

your24hourstore 05-20-2010 11:29 AM

Quote:

Originally Posted by cindy helmond (Post 2040466)
yes i do that
you are running VSA's hack and you have no permission in tool bar? YES

if you have replaced the code and its giveing you a white screen, i would disable the vsa hack and see if media runs without it.

then go from there , i dont run that hack myself so never had to fix the plugin.

but maybe this will help someone help you that has had this problem

cindy helmond 05-20-2010 11:33 AM

Quote:

Originally Posted by harleyparts (Post 2040469)
if you have replaced the code and its giveing you a white screen, i would disable the vsa hack and see if media runs without it.

then go from there , i dont run that hack myself so never had to fix the plugin.

but maybe this will help someone help you that has had this problem

media runs good only i dont get the admin options on the media forum permissions are good in the acp .

your24hourstore 05-20-2010 11:39 AM

Quote:

Originally Posted by cindy helmond (Post 2040472)
media runs good only i dont get the admin options on the media forum permissions are good in the acp .

what page goes white after the code change?
the media or the admincp or the vsa ? :)

cindy helmond 05-20-2010 11:43 AM

Quote:

Originally Posted by harleyparts (Post 2040476)
what page goes white after the code change?
the media or the admincp or the vsa ? :)

media-Navtab plugin

your24hourstore 05-20-2010 11:50 AM

well that dosent sound good :>

now, did you ever have permissions?
is this a new install?
I bet jaxel will have to figure this out ..

your24hourstore 05-20-2010 11:58 AM

Code:

  if (THIS_SCRIPT == '8WR_media')
{
        require_once(DIR.'/media/media_functions_hrefs.php');
        require_once(DIR.'/media/media_functions_perms.php');

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

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

        $vbulletin->options['selectednavtab'] = 'media';

        $categories = $vbulletin->db->query_read("
                SELECT * FROM ".TABLE_PREFIX."media_category
                WHERE catOrder != '0'
                ORDER BY catOrder
        ");

        $href['favorites'] = construct_href_favorites();
        $href['subscriptions'] = construct_href_subscriptions();
        $href['submit'] = construct_href_submit();
        $href['random'] = construct_href_random();
        $href['cats'] = construct_href_admin("cats");
        $href['tags'] = construct_href_admin("tags");
        $href['host'] = construct_href_admin("host");

        while ($category = $vbulletin->db->fetch_array($categories))
        {
                $category['href'] = construct_href_category($category);

                $category['align'] = "";
                for ($i = 0; $i < $category['catDepth']; $i++) { $category['align'] .= '-- '; }

                $templater = vB_Template::create('8WR_media_NAVTAB_cat');
                $templater->register('category', $category);
                $categorybits .= $templater->render();
        }
}

$templater = vB_Template::create('8WR_media_NAVTAB');
$templater->register('perms', $perms);
$templater->register('href', $href);
$templater->register('categorybits', $categorybits);
$template_hook['navtab_middle'] .= $templater->render();

try pasteing this in to the plugin make a copy aof your first and paste it in a notepad

cindy helmond 05-20-2010 12:05 PM

Quote:

Originally Posted by harleyparts (Post 2040487)
Code:

  if (THIS_SCRIPT == '8WR_media')
{
        require_once(DIR.'/media/media_functions_hrefs.php');
        require_once(DIR.'/media/media_functions_perms.php');

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

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

        $vbulletin->options['selectednavtab'] = 'media';

        $categories = $vbulletin->db->query_read("
                SELECT * FROM ".TABLE_PREFIX."media_category
                WHERE catOrder != '0'
                ORDER BY catOrder
        ");

        $href['favorites'] = construct_href_favorites();
        $href['subscriptions'] = construct_href_subscriptions();
        $href['submit'] = construct_href_submit();
        $href['random'] = construct_href_random();
        $href['cats'] = construct_href_admin("cats");
        $href['tags'] = construct_href_admin("tags");
        $href['host'] = construct_href_admin("host");

        while ($category = $vbulletin->db->fetch_array($categories))
        {
                $category['href'] = construct_href_category($category);

                $category['align'] = "";
                for ($i = 0; $i < $category['catDepth']; $i++) { $category['align'] .= '-- '; }

                $templater = vB_Template::create('8WR_media_NAVTAB_cat');
                $templater->register('category', $category);
                $categorybits .= $templater->render();
        }
}

$templater = vB_Template::create('8WR_media_NAVTAB');
$templater->register('perms', $perms);
$templater->register('href', $href);
$templater->register('categorybits', $categorybits);
$template_hook['navtab_middle'] .= $templater->render();

try pasteing this in to the plugin make a copy aof your first and paste it in a notepad

hmmz white screen to , i have tested by another plugin and i have the same problem white screen , vb 4.03 bug ?

cindy helmond 05-20-2010 12:06 PM

Quote:

Originally Posted by harleyparts (Post 2040482)
well that dosent sound good :>

now, did you ever have permissions?
is this a new install?
I bet jaxel will have to figure this out ..

new install permissions all yes

your24hourstore 05-20-2010 12:09 PM

beyond me, since i have never had it happen its hard to recreate it

sorry but im at a loss on how to help you on this, but im sure someone will.
it could be anouther mod or try logging out and back in clear all cookies and then try ro use the plugin manager again. you may even need to go to maintenance and run table update , i have no idea.

:(

cindy helmond 05-20-2010 12:44 PM

Quote:

Originally Posted by harleyparts (Post 2040496)
beyond me, since i have never had it happen its hard to recreate it

sorry but im at a loss on how to help you on this, but im sure someone will.
it could be anouther mod or try logging out and back in clear all cookies and then try ro use the plugin manager again. you may even need to go to maintenance and run table update , i have no idea.

:(

ok disable some of my plugins
thx

angeljs 05-20-2010 12:59 PM

I've just updated this to the latest version, but for some reason I'm getting a blank content.php page so I had to disable it :(

cyberbob73 05-20-2010 02:01 PM

Is there already an importer of vBTube ???

Jaxel 05-20-2010 02:15 PM

================================================== =========
Version 4.1.0 INCREMENTAL CHANGES AND BUG FIXES
================================================== =========
  • NEW FEATURE: You can now import media directly from an installation of vBTube.
  • NEW FEATURE: You can now import media with consolidated IDs from VD Remixed.
  • CHANGES: All tags and tag content are now processed through the Data Manager.
  • CHANGES: This mod is now once again 100% XHTML and RSS validated.
  • BUG FIX: Foreign languages will now be processed correctly in AJAX comments.
  • BUG FIX: Media Submissions will now properly follow autoforwarding links.
  • BUG FIX: Main page will now properly hide videos in inactive categories.
  • BUG FIX: XML will now FORCE the UTF-8 charset, so people should get less errors. This will make it so that you shouldn't have to change to UTF-8 to get this mod working. However, I still recommend switching to UTF-8 if you want to handle videos from some foreign sources.

dbigras 05-20-2010 02:31 PM

Thanks Jaxel for your great work. Thanks to Dragontech's guy as well, for helping out.

All is good with the comments in foreign language. :-D

Here's a few ideas:

- it would be great to fetch Youtube videos from a Youtube account's favorites. Just like Facebook does. When I favorite a video, it sends it to my FB automatically.

- integration with Facebook and Twitter would be great. YAFB's product is amazing. vbulletin2twitter as well.

- the possibility to have the 'Create thread' box automatically checked, but uncheckable.

- Another thing, since I've added those hacks (VBShout, YAFB, vbulletin2twitter), when I create a thread, the thread is notifiying my Twitter account, my Facebook account and notifies VBShout. But your product is creating threads bypassing these hacks. It would be nice if one day it's integrated.

Great work Jaxel, I love your product. You can see it live here: http://tricolore.ca/chfans/media.php

Jaxel 05-20-2010 02:35 PM

Threads are created using the following check skips:

Code:

$threadman->set_info('skip_moderator_email', true);
$threadman->set_info('skip_floodcheck', true);
$threadman->set_info('skip_charcount', true);
$threadman->set_info('skip_title_error', true);

Those mods are hooked into one of these checks. Find out which check, and I will look into it.

Footman 05-20-2010 02:39 PM

Just upgraded to 4.1.0 and it went fine. But noticed that in my "Installed Products" list 8WR Media Library still shows 4.0.9. ... just an fyi

Jaxel 05-20-2010 02:42 PM

Quote:

Originally Posted by Footman (Post 2040568)
Just upgraded to 4.1.0 and it went fine. But noticed that in my "Installed Products" list 8WR Media Library still shows 4.0.9. ... just an fyi

Fixed.

Footman 05-20-2010 03:05 PM

Quote:

Originally Posted by Jaxel (Post 2040572)
Fixed.

Thanks dude :)

angeljs 05-20-2010 04:08 PM

Ok, I've just updated to the latest version and the blank page issue has been fixed, thanks :)

romolus 05-20-2010 04:56 PM

Ok I have installed the new update but now I can not view the videos:

http://www.foudroit.net/media.php?do=details&mid=6


The Thumbnails are all Ok and clickable.... but I can not view videos.


Please help.

Thank you

cindy helmond 05-20-2010 05:23 PM

grrr still no admin functions for me after update .:(

Footman 05-20-2010 05:28 PM

Quote:

Originally Posted by romolus (Post 2040649)
Ok I have installed the new update but now I can not view the videos:

http://www.foudroit.net/media.php?do=details&mid=6


The Thumbnails are all Ok and clickable.... but I can not view videos.


Please help.

Thank you

Have you tried clicking the "Click here to restore all services in the "/media/xml" directory to their default settings." link in the administrate: services section yet?

farhanisfarhan 05-20-2010 06:24 PM

Quote:

Originally Posted by Footman (Post 2040669)
Have you tried clicking the "Click here to restore all services in the "/media/xml" directory to their default settings." link in the administrate: services section yet?

Thanks ............. :D:eek:


All times are GMT. The time now is 09:31 AM.

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.03651 seconds
  • Memory Usage 1,854KB
  • 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
  • (6)bbcode_code_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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