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)

tech4c 08-15-2010 02:22 PM

Good Job

Tahooma 08-15-2010 03:54 PM

Quote:

Originally Posted by Jaxel (Post 2084013)
Some people disable embedding on their videos. If they do, you wont be able to add it to the library.

i am on latin1, but that cant be the problem, huh?
is there something to change in the youtube settings ?
I triedsome videos on your 8waymedia installation (i registered).
There, the videos worked like a charme :( (i didnt store them, only tried to retrieve the information)
i would love this to work :(

raiderlax 08-15-2010 05:53 PM

Does this work with vbSEO?

Thanks

Tahooma 08-16-2010 06:53 AM

Anyone having this installed on latin1 ?
I kind of get frustrated

Ok, doesnt work with UTF-8 either.
Also copied the last youtube.xml out of media/xml to the webserver with no change of outcome :(

ANGEL OF FIRE 08-16-2010 02:55 PM

Quote:

Originally Posted by Jaxel (Post 2077229)
ALL simple search is broken in 4.1.5. This has been fixed for the next version... You can fix it yourself for now by changing like 30 in "media_search.php" from:
Code:

if (vbstrlen($keyword) < 3)
to
Code:

if (vbstrlen($keywords) < 3)

Thanks for a patch fixing search in videoarchive. Unfortunately, search only words in a Latin was fixed. Cyrillics search phrases still not accepted. Message is: Could not find phrase 'media_search_string_too_short'.

Please fix a problem.

your24hourstore 08-17-2010 04:48 PM

Quote:

Originally Posted by paulvev (Post 2084212)
Guys? Everything is working ok for me on 4.0.5 apart from its not updating the views on the thumbnails. I can view the videos though. Strange, all else is ok including playlists and favourites. All views are showing as 1 next to the play icon on the thumbnails, even when they've been viewed many times.

Any ideas on my views issue?

screen caps always help

your24hourstore 08-17-2010 04:52 PM

Quote:

Originally Posted by GR Matticus (Post 2084229)
Thanks, I don't run vbseo. I've set permissions in usersgroups, Admin all to yes, last 2 parts of the permissions for Media Library. Same for the others. I don't see setting for 8way permission in settings, only 8way Details and Customs. Am I missing something?

my bad so if perms are set in usergroup you should be good to go , is it now showing the admin stuff under navbar?

alencete 08-17-2010 05:32 PM

Quote:

Originally Posted by Jaxel (Post 2077229)
ALL simple search is broken in 4.1.5. This has been fixed for the next version... You can fix it yourself for now by changing like 30 in "media_search.php" from:
Code:

if (vbstrlen($keyword) < 3)
to
Code:

if (vbstrlen($keywords) < 3)

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;
}

[/INDENT]
This bug is "fixed" in the next version by simply disabling ImageMagick support in this mod. Lines 55-61 of "media_functions_build" are my attempts to get this mod working with Imagick. But I don't know how to use Imagick and I have yet to find a single person who can explain to me how it works.

Sorry, I have the same problem, but it is vbulletin 4.0.6 and doing this gives me error in the database

Code:

Database error in vBulletin 4.0.6:

Invalid SQL:

                SELECT COUNT(mediaID) AS count
                FROM XXXXXXXXXXX
                WHERE media.title LIKE '%media%' AND media.title LIKE '%short%';

MySQL Error  : Unknown column 'media.title' in 'where clause'
Error Number  : 1054
Request Date  : Wednesday, August 18th 2010 @ 10:26:45 PM
Error Date    : Wednesday, August 18th 2010 @ 10:26:45 PM
Script        : XXXXXXXXXXXXXXXXXXXXXXXXX/forum/media.php
Referrer      : XXXXXXXXXXXXXXXXXXXXXXXXXXXX/forum/media.php?do=search
IP Address    : XXX.XXX.XXX.XXX
Username      : XXXXXXXXXXXXXXX
Classname    : vB_Database
MySQL Version : 5.0.90


your24hourstore 08-17-2010 06:33 PM

jaxel I need a full rundown on how to use the local file setup. I have uploaded a few wmv but they just dont show when i try and run them, i have the silverlight installed and they seem to be uploaded even show the default thumb

dynamicproducer 08-17-2010 09:42 PM

i checked out the demo and was wondering if there's a way to play the video on the homepage?
when i clicked on a video it took me to that page video's page.


All times are GMT. The time now is 04:58 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.02703 seconds
  • Memory Usage 1,752KB
  • 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
  • (7)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