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)

glen290 12-08-2011 11:36 AM

Having same issue, only since i upgraded to 4.1.8. shame as its a great and valuable mod for my forum

Mr.Danko Jones 12-09-2011 09:09 PM

The tags seem to work as far as I can tell... they just aren't being separated at the bottom of the screen.

Is there a way to output the Youtube videos and or tags as posts? That would be an awesome feature for the future and incredibly useful!

If the above widget/plugin exists, could someone please direct me to it? Much thanks in advance!!

michal72 12-09-2011 11:30 PM

Quote:

Originally Posted by Mr.Danko Jones (Post 2276381)

Is there a way to output the Youtube videos and or tags as posts? That would be an awesome feature for the future and incredibly useful!

AdmiCP->Settings->Options->8WayRun.Com - Media Library Details->SUBMIT: Submission Forum

Quote:

Originally Posted by duinger (Post 2275572)
Is a Widget for CMS avatible?

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

Quote:

Originally Posted by misericorde (Post 2275812)
Hello,

I have the same problem. Could you. Valid when the video, he asked to note at least one character. The permission is disabled. How to make it work without putting descriptive.

Can you help me please ?

Please try this for descriptions
https://vborg.vbsupport.ru/showpost....postcount=2117

and
https://vborg.vbsupport.ru/showpost....postcount=2107
for comments

regards

yilmaz 12-10-2011 11:26 AM

1 Attachment(s)
be solved in a single row of tags:up::)

and I added an option
https://vborg.vbsupport.ru/external/2011/12/38.jpg

Megaboost 12-10-2011 03:04 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!

The 8 WR Media Templates that I changed for 4.1.8 are:-

8WR_media_comment
8WR_media_details
8WR_media_details_edit


Also make sure to change media_ajax_comment.js which can be found in Public_HTML/media folder with the Information quoted above.

Now my comments are now working :D :up:

EuroBeat2 12-10-2011 10:57 PM

Quote:

Originally Posted by yilmaz (Post 2276483)
be solved in a single row of tags:up::)

and I added an option
https://vborg.vbsupport.ru/external/2011/12/38.jpg

Great. I haven't check xml first. Were you able to fix tags to be separated?

Thank you.

EB

chatpalace24 12-11-2011 02:22 PM

First of all , a very nice Mod. Thank you for this.

So for all of us that would like to see a comma seperated Tag Cloud in and Outsite of the Videodetailpage ...
My five cents for it :)

Open up the Adincp and goto the Templatesystem.
Open the Template 8WR_media_tag_cloud_bit

search for
PHP Code:

<span style="font-size:{vb:var tag.tagSize}px;" title="{vb:var tag.count} media tagged with {vb:var tag.tagText}"><a href="{vb:var href.tag}">{vb:var tag.tagText}</a></span

replace it with :
PHP Code:

<span style="font-size:{vb:var tag.tagSize}px;" title="{vb:var tag.count} media tagged with {vb:var tag.tagText}"><a href="{vb:var href.tag}">{vb:var tag.tagText}</a>,</span

Save it.
Open the Template 8WR_media_tag_bit
search for
PHP Code:

<li><a href="{vb:var tag.href}">{vb:var tag.tagText}</a></li

replace with :
PHP Code:

<li><a href="{vb:var tag.href}">{vb:var tag.tagText}</a>,</li

Save it...and ready :)

Have Fun

EuroBeat2 12-11-2011 03:41 PM

Chatpalace,

Thank you dude for fixing that tag separation. Works perfectly.

EB

chatpalace24 12-11-2011 06:00 PM

Nice to see that it is working for you.
Well, i search one hour in the code, but i dont find it. So that one is the piece of cake ;)

well a cloud ball , like that one on the developers site....Thats It :D

EuroBeat2 12-11-2011 06:54 PM

Quote:

Originally Posted by chatpalace24 (Post 2276813)
Nice to see that it is working for you.
Well, i search one hour in the code, but i dont find it. So that one is the piece of cake ;)

TAG CLOUD is a mess. I had to disable it. Do you think it is anyway to get that thing to work? For now, at least Tag separation with comma is in place, thank to you.

EB


All times are GMT. The time now is 08:36 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.03092 seconds
  • Memory Usage 1,780KB
  • 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
  • (8)bbcode_php_printable
  • (6)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