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)

NTMID8 09-18-2011 02:25 PM

Quote:

Originally Posted by Littlerocket (Post 2245873)
Just wanted to post to say this mod does work in 4.1.5 with the edits found within this thread. Thanks to all the people who've posted the fixes.

The only thing I have an issue with on 4.1.5 is that tags aren't imported when info is retrieved.

Quote:

Originally Posted by max1982 (Post 2247485)
Hi
Thank you for the Nice Plugin. i got a small problem the comments submit button doesn't work for me at all. do any one know why

friendlygamersclan.com installed it here thanks in advanced

Maxy

Everything is working for me on 4.1.5 except for the ability to (a) change the description from what is automatically retrieved and (b) ability to comment.

Did you find fixes to these issues that I overlooked while scanning through the thread and if so can you point them out?

paulket 09-18-2011 11:10 PM

Quote:

Originally Posted by NTMID8 (Post 2247526)
Everything is working for me on 4.1.5 except for the ability to (a) change the description from what is automatically retrieved and (b) ability to comment.

Did you find fixes to these issues that I overlooked while scanning through the thread and if so can you point them out?

The coder/dev gave up on this mod a long time ago. To fix your problems see this post by michal72:

https://vborg.vbsupport.ru/showpost....postcount=2107

Helmut71 09-20-2011 04:03 AM

Quote:

The description you have entered is too short (0 characters). Please lengthen your description to at least 10 characters.
still getting this error every time I want to submit a video..

Vossi 09-20-2011 05:25 AM

Quote:

Originally Posted by NoSGR (Post 2233198)
I have a problem.

When i click on "Retrieve Info" it retrieves all info of the video (YouTube) but not the Description.

Even if i write the description myself, it doesn't save it and gives error message that there is not Description given.

Can anybody help with this?

Is there any idea why this bug still is valid and didnt get solved by now? The fixes on here didnt effect the asked bug at all yet.

derbi 09-21-2011 11:46 AM

I want to upload videos with code like this:

Code:

<object type="application/x-shockwave-flash" data="http://www.canalplus.es/comunes/multimedia/videoAS3/skins/canalplus/PLYVideo_canalplus.swf" height="100%" width="100%">

        <param name="movie" value="http://www.canalplus.es/comunes/multimedia/videoAS3/skins/canalplus/PLYVideo_canalplus.swf"/>

        <param name="allowFullScreen" value="true" />

        <param name="allowScriptAccess" value="always" />

        <param name="quality" value="best" />

        <param name="scale" value="noscale" />

        <param name="wmode" value="opaque" />

        <param name="bgcolor" value="#000000" />

        <param name="FlashVars" value="skin=canalplus&amp;referrer=&amp;xref=20110921plucanftb_1.Ves&amp;playlist=&amp;conf=http://www.canalplus.es/comunes/multimedia/videoAS3/skins/canalplus/conf_embed.xml&amp;id=PLYVideo_canalplus&amp;logo=http://www.canalplus.es/%2Frecorte%2F%3Fid%3D20110921plucanftb_1.Ies%26r%3DREC500%26t%3Dse&amp;titulo=Liga BBVA (Jornada 5): Villarreal 2-0 Mallorca" />

</object>

Is it possible? the url of videos is this:

HTML Code:

http://www.canalplus.es/futbol-nacional/liga-bbva//liga-bbva-jornada-villarreal-2-0-mallorca/20110921plucanftb_1/

vspro 09-21-2011 10:14 PM

"Media URL contained invalid data" error with all services.

shadowfax3 09-22-2011 11:21 PM

I have fallowed every direction and I am at a stand still. The msg I get is,
Hollester, 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?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

I can not find anything in admincp about privileges

Digital Jedi 09-23-2011 04:53 AM

Quote:

Originally Posted by shadowfax3 (Post 2249096)
I have fallowed every direction and I am at a stand still. The msg I get is,
Hollester, 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?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

I can not find anything in admincp about privileges

You didn't set your Usergroup Permissions.

LX CLUB 09-23-2011 01:33 PM

Quote:

Originally Posted by Helmut71 (Post 2248128)
still getting this error every time I want to submit a video..

Check this post to fix it,

https://vborg.vbsupport.ru/showpost....postcount=2117

okhissabigfish 09-24-2011 07:51 PM

Does anyone know where to modify the main menu title? Says, "Media" and I'd like to do simple edit to say, "Videos"

Anyone? See my forum link in my signature below...Thanks in advance!!!

LX CLUB 09-26-2011 08:05 AM

Quote:

Originally Posted by okhissabigfish (Post 2249683)
Does anyone know where to modify the main menu title? Says, "Media" and I'd like to do simple edit to say, "Videos"

Anyone? See my forum link in my signature below...Thanks in advance!!!

Search for Media under 8WR Media Library phrases

$vbphrase[media]

DEREKTROTTER 09-26-2011 07:41 PM

hi, i cant get my htaccess to work with this plugin for friendly URLs

this is what i have:
Code:

## Charset
AddDefaultCharset Off

## ETags
FileETag None

## Expires
<ifModule mod_expires.c>
        ExpiresActive On
        ExpiresDefault "access plus 1 seconds"
        ExpiresByType text/html "access plus 1 seconds"
        ExpiresByType image/gif "access plus 259200000 seconds"
        ExpiresByType image/jpeg "access plus 259200000 seconds"
        ExpiresByType image/png "access plus 259200000 seconds"
        ExpiresByType text/css "access plus 60480000 seconds"
        ExpiresByType text/javascript "access plus 21600000 seconds"
        ExpiresByType application/x-javascript "access plus 21600000 seconds"
</ifModule>

## Compression
<ifmodule mod_headers.c>
        <ifmodule mod_deflate.c>
                AddOutputFilterByType DEFLATE text/html text/css text/xml application/x-javascript
                BrowserMatch ^Mozilla/4 gzip-only-text/html
                BrowserMatch ^Mozilla/4\.0[678] no-gzip
                BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
        </ifmodule>
</ifmodule>

## Rewrites
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]

# Media Library
ReWriteRule ^media/m([0-9]+).*/tags$ media.php?do=tags_edit&mid=$1 [QSA]
ReWriteRule ^media/m([0-9]+).*/edit$ media.php?do=details_edit&mid=$1 [QSA]
ReWriteRule ^media/m([0-9]+).*/report$ media.php?do=report&mid=$1 [QSA]
ReWriteRule ^media/m([0-9]+).*/c([0-9]+)$ media.php?do=comment_edit&cmt=$2 [QSA]
ReWriteRule ^media/m([0-9]+).* media.php?do=details&mid=$1 [QSA]
ReWriteRule ^media/c([0-9]+).* media.php?do=category&cid=$1 [QSA]
ReWriteRule ^media/u([0-9]+).* media.php?do=user&uid=$1 [QSA]
ReWriteRule ^media/tag/(.*) media.php?do=tag&tid=$1 [QSA]
ReWriteRule ^media/tagcloud.* media.php?do=tag_cloud [QSA]
ReWriteRule ^media/search/(.*) media.php?do=search&query=$1 [QSA]
ReWriteRule ^media/letter/(.*) media.php?do=letter&query=$1 [QSA]
ReWriteRule ^media/submit.* media.php?do=submit [QSA]
ReWriteRule ^media/random.* media.php?do=random [QSA]
ReWriteRule ^media/admin/(\w+).* media.php?do=admin_$1 [QSA]

# Forum
RewriteRule ^threads/.* showthread.php [QSA]
RewriteRule ^forums/.* forumdisplay.php [QSA]
RewriteRule ^members/.* member.php [QSA]
RewriteRule ^blogs/.* blog.php [QSA]
ReWriteRule ^entries/.* entry.php [QSA]

RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]

# MVC
RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]

but its giving me this:

http://www.pwnedgamers.com/screensna...ges/9qlr4b.png

any idea?

peppefark 09-28-2011 02:20 PM

how do I update with youtube.xml?

please help!

Littlerocket 10-01-2011 04:13 PM

Anyone know how to disable PMs for comments?

ndahiya 10-01-2011 11:55 PM

Quote:

Originally Posted by LX CLUB (Post 2249259)

For the benefit of others, this link is to resolve the error related too "too short description".

ndahiya

Wordplay 10-03-2011 12:42 PM

i haven't looked at this script in months, when i edited it to please my needs, nowi can't seem to remember where the minimum character count for comments is. i have it set to 10. i would like to change that. where do i do that?

michal72 10-03-2011 02:38 PM

Quote:

Originally Posted by Wordplay (Post 2252675)
i haven't looked at this script in months, when i edited it to please my needs, nowi can't seem to remember where the minimum character count for comments is. i have it set to 10. i would like to change that. where do i do that?

AdminCP -> Settings -> Message Posting and Editing Options -> Minimum Characters Per Post

Wordplay 10-03-2011 03:42 PM

that's not it. i have that set to 5 characters but the characters limit for video comments is 10.

michal72 10-03-2011 05:23 PM

Quote:

Originally Posted by Wordplay (Post 2252745)
that's not it. i have that set to 5 characters but the characters limit for video comments is 10.

Strange, because in my case it is this parameter.
Are you sure that you have not changed the code (for instance media_ajax_comment.js file) or this is not ckeditor syndrome?

Regards

Wordplay 10-03-2011 07:02 PM

yes that is where it was. thank you very much!

XrayHead 10-04-2011 08:07 PM

Anybody worked out how to add photo's?

michal72 10-04-2011 08:11 PM

Quote:

Originally Posted by XrayHead (Post 2253252)
Anybody worked out how to add photo's?

Slideshow from picasaweb

XrayHead 10-04-2011 08:23 PM

Quote:

Originally Posted by michal72 (Post 2253255)
Slideshow from picasaweb

Is that all? Shame this hack has been dropped, I'm sure people on here would pay for this. I cant find a solution for a decent gallery (photo/video) anywhere!

Sheldon77 10-06-2011 09:31 AM

I am not able to comment on any video. Though I have set permission at admin side for user group but, still nothing happen when I click on submit button.

vb.help 10-06-2011 10:53 PM

I get the following error message when i submit the url ... youtube video url looks ok.

Quote:

The description you have entered is too short (0 characters). Please lengthen your description to at least 10 characters.

michal72 10-07-2011 04:45 PM

Quote:

Originally Posted by vb.help (Post 2254131)
I get the following error message when i submit the url ... youtube video url looks ok.

try this fix:
https://vborg.vbsupport.ru/showpost....postcount=2117

bintoro 10-15-2011 08:30 AM

Upgrade to 4.1.7 and update these two fix using :

- https://vborg.vbsupport.ru/showpost....postcount=2117

- https://vborg.vbsupport.ru/showpost....postcount=2107

and

- https://vborg.vbsupport.ru/showpost....&postcount=940

Should thanks to @michal72. :) :up:

Mind to ask if could elaborate more for this :
An administrator can upload a media to the /customVID/ (default) directory; then add the media to the library using the URL code of "local:filename".

I try it but getting this answer :
"Could not parse media URL.

michal72 10-16-2011 08:45 AM

Quote:

Originally Posted by bintoro (Post 2257403)
Mind to ask if could elaborate more for this :
An administrator can upload a media to the /customVID/ (default) directory; then add the media to the library using the URL code of "local:filename".

I try it but getting this answer :
"Could not parse media URL.

Have you installed one of the local services xml files which are in directory upload/media/xml (Local-MP3.xml,Local-MP4.xml,Local-WMA.xml,Local-WMV.xml)?

BR

Angle4cor 10-16-2011 05:38 PM

Always when I try to submit a video I see this:

The description you have entered is too short (7 characters). Please lengthen your description to at least 10 characters.

I'm using vB 4.1.7. Does anyone of you know how to resolve this problem ?

I cant find nothing in ACP.

fahris 10-17-2011 09:32 AM

Hello

First of all, I thank you.

I installed the add, but failure to give Turkish character.

example:

Yer: Sözler | Yirmi Dokuzuncu Söz | İkinci Maksat | Üçüncü Esas

Help me

Sforums 10-17-2011 05:18 PM

Intsalled in vb 4.1.6.

New thread apperas with video that works but in Media (navbar) when I click on video get this meessage:

The requested URL /media/m2-new-zealand-all-blacks-haka-war-dance-high-quality was not found on this server.

Same goes for all other videos. Why is this?

edit: Just realized, it is not supported. And now nothing works at all. This was mod of the month? Go figure.

monkeyboy1916 10-17-2011 09:39 PM

Quote:

Originally Posted by Sforums (Post 2258272)
Intsalled in vb 4.1.6.

New thread apperas with video that works but in Media (navbar) when I click on video get this meessage:

The requested URL /media/m2-new-zealand-all-blacks-haka-war-dance-high-quality was not found on this server.

Same goes for all other videos. Why is this?

edit: Just realized, it is not supported. And now nothing works at all. This was mod of the month? Go figure.

The most common error I'd guess is an htaccess problem. Did you update your .htaccess with the .htaccess rules included?

EuroBeat2 10-17-2011 11:50 PM

Quote:

Originally Posted by Angle4cor (Post 2257839)
Always when I try to submit a video I see this:

The description you have entered is too short (7 characters). Please lengthen your description to at least 10 characters.

I'm using vB 4.1.7. Does anyone of you know how to resolve this problem ?

I cant find nothing in ACP.

Well. I just installed this plugin with VB 4.1.7 but have to do all the editing for various files and themes as suggested. Works very well. I just wanted to mention that I previously had Video Directory for VB 3.8. I did manage to convert most of videos (with exception of those that were no longer available in YouTube and Dailymotion).

You can check the outcome on my forum at http://forums.eurodancehits.com

EB

sharemee 10-19-2011 12:18 PM

Quote:

Originally Posted by Angle4cor (Post 2257839)
Always when I try to submit a video I see this:

The description you have entered is too short (7 characters). Please lengthen your description to at least 10 characters.

I'm using vB 4.1.7. Does anyone of you know how to resolve this problem ?

I cant find nothing in ACP.

Hello,

Did you find a solution to this ?

using VB 4.1.5
only just noticed as i was just about to add a few vids, but was given the same message :
Quote:

The description you have entered is too short (0 characters). Please lengthen your description to at least 10 characters.

just incase you need to know,

when i click the import media to import from YT the description does not import with the video :(


Love to get this working again, ..


PLease help


Best Regards
:)

ofir24 10-19-2011 12:59 PM

Quote:

Originally Posted by EuroBeat2 (Post 2258390)
Well. I just installed this plugin with VB 4.1.7 but have to do all the editing for various files and themes as suggested. Works very well. I just wanted to mention that I previously had Video Directory for VB 3.8. I did manage to convert most of videos (with exception of those that were no longer available in YouTube and Dailymotion).

You can check the outcome on my forum at http://forums.eurodancehits.com

EB

i have vb 4.1.7, i even don't know when to start 155 pages, can you post instructions how to make it work on vb 4.1.7?

EuroBeat2 10-20-2011 03:27 AM

Quote:

Originally Posted by ofir24 (Post 2258954)
i have vb 4.1.7, i even don't know when to start 155 pages, can you post instructions how to make it work on vb 4.1.7?

I started installing the product based on the description provided by the author.

Make sure that after the installation is completed you CHMODDED the correct folders and files. Example
CHMOD the /customVID/thumbs/ directory to full read/write/execute 777 permissions.
CHMOD the /customVID/sitemap/ directory to full read/write/execute 777 permissions.


After you complete the installation you will have problem with editing comments (you will see messages like: The description you have entered is too short (7 characters). Please lengthen your description to at least 10 characters.. The problem is that new editor is used. Therefore, after you will complete installation follow precisely helps posted in:

https://vborg.vbsupport.ru/showpost....postcount=2117
https://vborg.vbsupport.ru/showpost....postcount=2107
https://vborg.vbsupport.ru/showpost....&postcount=940

That what I have done and it works. Let me remind you that I upgraded from VDR I originally had in ver 3.8

EB

ofir24 10-20-2011 10:48 AM

i don't familier with the therm "chmod", as far as i know chmod change detailes when you use ftp. right now i'm using my computer and in the future i will use vps.

ofir24 10-23-2011 02:07 AM

i think the : "Syndication of this video was restricted by its owner" problem is :
cause the mod copy the information of the video, the description, title, tags etc come out before the video, i guess youtube recognaize it and block the video.
i think if there is no aoutomatic for description, title, tags etc , the video will work

shakirulqadree 10-23-2011 04:00 PM

Pleas up date this mod for VB 4.1.7

RSNF 10-23-2011 04:17 PM

Quote:

Originally Posted by Sforums (Post 2258272)
Intsalled in vb 4.1.6.

New thread apperas with video that works but in Media (navbar) when I click on video get this meessage:

The requested URL /media/m2-new-zealand-all-blacks-haka-war-dance-high-quality was not found on this server.

Same goes for all other videos. Why is this?

edit: Just realized, it is not supported. And now nothing works at all. This was mod of the month? Go figure.


Did you even look when the last time this mod was updated by the coder? October 2010 pretty sure 4.1.6 was not out in October 2010............Just saying.


All times are GMT. The time now is 10:51 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.03109 seconds
  • Memory Usage 1,862KB
  • 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
  • (1)bbcode_html_printable
  • (23)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