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)

EasyEazy 01-08-2012 03:48 PM

Quote:

Originally Posted by EasyEazy (Post 2284734)
Checked the post but there seems to be no answer.

When i remove the media link from the nav bar it also disables the subnavbar options which i dont want it to do.

is there a solution for this?

Many thanks

Anyone know this guys?

Any help appreciated.

Gamelobby 01-08-2012 04:39 PM

Quote:

Originally Posted by EasyEazy (Post 2285248)
Anyone know this guys?
Any help appreciated.

As far as i know there is no fix to this..
What i do is enable the navtab when i need to admin the media, then disable the navtab when i'm done.
Unfortunately it is the best solution if you dont want the media tab, until someone comes up with a better one. :)

Gamelobby 01-08-2012 05:03 PM

Quote:

Originally Posted by michal72 (Post 2215879)
Please try this:

Relapace in all 8 WR Media templates:
PHP Code:

.prepare_submit(this.inputname.value, {vb:raw vboptions.postminchars}) 

with
PHP Code:

.prepare_submit(0, {vb:raw vboptions.postminchars}) 

In media_ajax_comment.js replace:
PHP Code:

function post_comment(mid)
{
    if (!
fetch_object('vB_Editor_QR_textarea').value)
    {
        return 
false;
    }

    
fetch_object('commentsubmit').value vbphrase['post_comment_wait'];
    
fetch_object('commentsubmit').disabled true;

    
YAHOO.util.Connect.asyncRequest("POST""media_ajax.php?do=comment", {
        
successsend_comment,
        
failurevBulletin_AJAX_Error_Handler,
        
timeout15000
    
}, SESSIONURL 'securitytoken=' SECURITYTOKEN "&mid=" mid "&message=" PHP.urlencode(fetch_object('vB_Editor_QR_textarea').value));

    return 
false;


with
PHP Code:

function post_comment(mid)
{
    var 
inptval=vB_Editor['vB_Editor_QR'].get_editor_contents();
    
    if(!
vB_Editor['vB_Editor_QR'].prepare_submit(00)) {
        return 
false;
    }
    
fetch_object('commentsubmit').value vbphrase['post_comment_wait'];
    
fetch_object('commentsubmit').disabled true;

    
YAHOO.util.Connect.asyncRequest("POST""media_ajax.php?do=comment", {
        
successsend_comment,
        
failurevBulletin_AJAX_Error_Handler,
        
timeout15000
    
}, SESSIONURL 'securitytoken=' SECURITYTOKEN "&mid=" mid "&message=" PHP.urlencode(inptval));

    return 
false;



BTW
Jaxel very nice mod!

I only find the first code in one template.!?
8WR_media_submit (should there be more.?)

EasyEazy 01-08-2012 07:57 PM

Quote:

Originally Posted by Gamelobby (Post 2285269)
As far as i know there is no fix to this..
What i do is enable the navtab when i need to admin the media, then disable the navtab when i'm done.
Unfortunately it is the best solution if you dont want the media tab, until someone comes up with a better one. :)

Thanks for the reply matey. think ill go down that route as well.

Jakub03 01-11-2012 11:59 PM

Is it possible to Create Sub Categories? For example
Category: Show
Sub Category: Season 1
Sub Category: Season 2

1320Nation 01-13-2012 05:40 AM

Ok so after installing this mod and I go to youtube and get a link from the shared info. It gives an address like this: http://youtu.be/RM-87dmldl8

I then add that address in the Media Library where it says 'Media URL:' . I then select 'Retrieve Information' and it keeps giving me the following error message 'Could not parse media URL'. So what am I doing wrong, or what do I need to do to get this to work when adding a youtube link like I mentioned above?

EuroBeat2 01-13-2012 12:39 PM

Quote:

Originally Posted by psychobike (Post 2287172)
Ok so after installing this mod and I go to youtube and get a link from the shared info. It gives an address like this: http://youtu.be/RM-87dmldl8

I then add that address in the Media Library where it says 'Media URL:' . I then select 'Retrieve Information' and it keeps giving me the following error message 'Could not parse media URL'. So what am I doing wrong, or what do I need to do to get this to work when adding a youtube link like I mentioned above?

The help with this hoster was provided in https://vborg.vbsupport.ru/showpost....postcount=2385 message. There is .xml file you need to execute to have you.be links to work. Check it out.

EB

1320Nation 01-13-2012 06:10 PM

Quote:

Originally Posted by EuroBeat2 (Post 2287268)
The help with this hoster was provided in https://vborg.vbsupport.ru/showpost....postcount=2385 message. There is .xml file you need to execute to have you.be links to work. Check it out.

EB

That worked perfectly Thank You!

I have another problem. When selecting 'Submit Media' from the navbar in the Media Library and entering the address in the Media URL location and after selecting 'Retrieve Information' I keep getting the following error message.

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

Is there a fix for this?

Btw, I appreciate anyone who can help support on this.

1320Nation 01-13-2012 07:09 PM

Quote:

Originally Posted by psychobike (Post 2287378)
That worked perfectly Thank You!

I have another problem. When selecting 'Submit Media' from the navbar in the Media Library and entering the address in the Media URL location and after selecting 'Retrieve Information' I keep getting the following error message.

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

Is there a fix for this?

Btw, I appreciate anyone who can help support on this.

OK I was able to find the fix for the issue I quoted above about desriptions too short. This post fixed me up. Btw, I'm on version currently vb 4.1.9.

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

EuroBeat2 01-14-2012 01:14 AM

Quote:

Originally Posted by Jakub03 (Post 2286774)
Is it possible to Create Sub Categories? For example
Category: Show
Sub Category: Season 1
Sub Category: Season 2

Yes, it is possible.
1. Go to your MEDIA LIBRARY and than select from the menu: Administrate
2. from pull down menu in ADMINISTRATE Select CATEGORIES
3. Than in The NAME field add: Show,
4. Provide description in DESCRIPTION Box
5. Than in ORDER Box put the order number you want this to be displayed
6. In DEPTH Box put 0
7. Click on ADD CATEGORY button (it will save your selection)
8. Once done add new Category (see 2)
9. In The NAME Field add Season 1
10. Repeat steps 4 and 5
11. In DEPTH Box put 1
12. Click on ADD CATEGORY button (it will save your selection)
13. If you need next subcategory repeat steps 7-12.

Hope it helps.

EB


All times are GMT. The time now is 05:02 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.06846 seconds
  • Memory Usage 1,773KB
  • 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
  • (4)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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