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)

misha69 11-19-2011 11:41 AM

I had it installed in 4.1.8 and it's working without a problem, I just don´t see where I can add categories....

EuroBeat2 11-19-2011 12:29 PM

Quote:

Originally Posted by misha69 (Post 2269524)
I had it installed in 4.1.8 and it's working without a problem, I just don?t see where I can add categories....

There is an option called Administrative, that allows you to add/edit categories. Just go to your Media tab click on it and you will see Administrative sub tab on the right side.

EB

misha69 11-19-2011 12:50 PM

1 Attachment(s)
It´s not there, though.
Only get this :

EuroBeat2 11-19-2011 04:42 PM

1 Attachment(s)
Quote:

Originally Posted by misha69 (Post 2269538)
It?s not there, though.

See what I have, The "categories" is highlighted.

EB

misha69 11-19-2011 09:44 PM

That's the difference. It's doesn't show the administrate with me, and I've set all permissions :(

EuroBeat2 11-19-2011 10:00 PM

Quote:

Originally Posted by misha69 (Post 2269720)
That's the difference. It's doesn't show the administrate with me, and I've set all permissions :(

To be honest, I don't even have options you shown in your original submission, like Dateline etc. Have no clue what's happening.

EB

misha69 11-20-2011 10:25 AM

:o It's very weird. Just un-installed it. Maybe I'll try once more, later.

renegade_ice 11-21-2011 08:12 PM

Quote:

Originally Posted by EuroBeat2 (Post 2269535)
There is an option called Administrative, that allows you to add/edit categories. Just go to your Media tab click on it and you will see Administrative sub tab on the right side.

EB

i had to figure this out too. there are just many ways to admin something you just have to keep looking for where the changes are. all that said, i LOVE this mod. there seem to be so few of them and i could take a week to go mod shopping in joomla and and not find one i like as much.

i just wish there were more mods that made it look LESS like a CMS site.

renegade_ice 11-21-2011 08:14 PM

Quote:

Originally Posted by misha69 (Post 2269538)
It?s not there, though.
Only get this :

administrate is in the lower nav menu.

entering a video is at the bottom

CtrlAltDestroy 11-21-2011 09:51 PM

Quote:

Originally Posted by misha69 (Post 2269720)
That's the difference. It's doesn't show the administrate with me, and I've set all permissions :(

You probably haven't.

I had this problem too, but then I noticed that there are two sets of permissions for this mod in the Usergroup Manager; "Media Library Permissions" and "Media Library Moderation Permissions".

Go check if you've set them both :)

EuroBeat2 11-21-2011 10:37 PM

Have anyone figure out how to separate TAGS from each other by comma (as it is no longer in VB 4.1.8.). I am sure template needs edit but I have no clue which one. Please help anyone if you can.

Thank you.

EB

misha69 11-23-2011 06:44 PM

Quote:

Originally Posted by CtrlAltDestroy (Post 2270511)
You probably haven't.

I had this problem too, but then I noticed that there are two sets of permissions for this mod in the Usergroup Manager; "Media Library Permissions" and "Media Library Moderation Permissions".

Go check if you've set them both :)

I did. Double and triple checked. All on yes, but it just didn't work. After that I decideddecided to un install it

StonePilot 11-25-2011 04:30 PM

Quote:

Originally Posted by CtrlAltDestroy (Post 2270511)
You probably haven't.

I had this problem too, but then I noticed that there are two sets of permissions for this mod in the Usergroup Manager; "Media Library Permissions" and "Media Library Moderation Permissions".

Go check if you've set them both :)

Read the KNOWN BUGS list at the end of the OP in this thread. I had the same issue and this fixed it right away. It's not a template change, it's a change to the PLUGIN.

Quote:

Known Bugs:
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;
}

misha69 11-25-2011 05:50 PM

Thanks. Can?t believe I read over that :o I?m gonna re install and try once more

Helmut71 11-27-2011 08:26 PM

I also have the problem with seperating the tags with commas - any help appreciated!

harm63 11-28-2011 08:24 AM

Hello
is the program also working on 4.1.7 ?

thx

Gemma 11-28-2011 04:03 PM

Quote:

Originally Posted by harm63 (Post 2272667)
Hello
is the program also working on 4.1.7 ?

thx

Yes.

Helmut71 11-29-2011 08:27 AM

it is working but you can't use the tags anymore.

derbi 12-02-2011 12:10 PM

Quote:

Originally Posted by Gemma (Post 2272773)
Yes.

On VB 4.1.8 too?

Natea 12-03-2011 12:07 PM

Quote:

Originally Posted by derbi (Post 2273990)
On VB 4.1.8 too?

Runs in 4.1.8 for me. Yes.

zlMark 12-03-2011 07:03 PM

Using 4.1.8 and I get this error no matter how many chars i use in the desc

Quote:

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

Mario118 12-06-2011 07:39 AM

Is there a way to disable the 'Media' nav menu button?

Lennart 12-06-2011 11:06 AM

Quote:

Originally Posted by zlMark (Post 2274382)
Using 4.1.8 and I get this error no matter how many chars i use in the desc

I'm also expieriencing this problem. Anyway to fix it? I wasn't able to find the source of the fault, that is appearing.

peppefark 12-06-2011 07:37 PM

vbulletin guys gives me this error what can I do?
Code:

Invalid SQL:

SELECT languageid,
phrasegroup_global AS phrasegroup_global,
phrasegroup_8WR_media AS phrasegroup_8WR_media,
phrasegroup_posting AS phrasegroup_posting,
phrasegroupinfo AS lang_phrasegroupinfo,
options AS lang_options,
languagecode AS lang_code,
charset AS lang_charset,
locale AS lang_locale,
imagesoverride AS lang_imagesoverride,
dateoverride AS lang_dateoverride,
timeoverride AS lang_timeoverride,
registereddateoverride AS lang_registereddateoverride,
calformat1override AS lang_calformat1override,
calformat2override AS lang_calformat2override,
logdateoverride AS lang_logdateoverride,
decimalsep AS lang_decimalsep,
thousandsep AS lang_thousandsep
FROM vb_language
WHERE languageid = 2;

MySQL Error : Unknown column 'phrasegroup_8WR_media' in
'field list'
Error Number : 1054
Request Date : Tuesday, December 6th 2011 @ 11:05:26 AM
Error Date : Tuesday, December 6th 2011 @ 11:05:26 AM
Script : http://www.clubcuoresportivo.it/media.php?do=user&uid=57
85&langid=2
Referrer :
IP Address : 66.249.66.22
Username :
Classname : vB_Database
MySQL Version :


Elenna 12-07-2011 01:43 AM

1 Attachment(s)
I created an XML for the YouTube "short link" (YouTu.be) style links.

Please see attached. Hope it helps!

Elenna 12-07-2011 01:57 AM

Quote:

Originally Posted by peppefark (Post 2275270)
vbulletin guys gives me this error what can I do?
Code:

Invalid SQL:

SELECT languageid,
phrasegroup_global AS phrasegroup_global,
phrasegroup_8WR_media AS phrasegroup_8WR_media,
phrasegroup_posting AS phrasegroup_posting,
phrasegroupinfo AS lang_phrasegroupinfo,
options AS lang_options,
languagecode AS lang_code,
charset AS lang_charset,
locale AS lang_locale,
imagesoverride AS lang_imagesoverride,
dateoverride AS lang_dateoverride,
timeoverride AS lang_timeoverride,
registereddateoverride AS lang_registereddateoverride,
calformat1override AS lang_calformat1override,
calformat2override AS lang_calformat2override,
logdateoverride AS lang_logdateoverride,
decimalsep AS lang_decimalsep,
thousandsep AS lang_thousandsep
FROM vb_language
WHERE languageid = 2;

MySQL Error : Unknown column 'phrasegroup_8WR_media' in
'field list'
Error Number : 1054
Request Date : Tuesday, December 6th 2011 @ 11:05:26 AM
Error Date : Tuesday, December 6th 2011 @ 11:05:26 AM
Script : http://www.clubcuoresportivo.it/media.php?do=user&uid=57
85&langid=2
Referrer :
IP Address : 66.249.66.22
Username :
Classname : vB_Database
MySQL Version :


It sounds like it didn't get installed correctly. Try re-installing it?

peppefark 12-07-2011 08:00 AM

I reinstalled and when I load a media I get this error:

Not Found

The requested URL /forum/media/submit was not found on this server.

duinger 12-07-2011 03:39 PM

Is a Widget for CMS avatible?

misericorde 12-08-2011 07:01 AM

Quote:

Originally Posted by fabrice (Post 2266677)
Hello,
When I get my video and there is no description of origin and that I manually added a sail it shows me ...
https://vborg.vbsupport.ru/external/2011/12/36.png
But I can not find or just a concern
when I try to manually edit the description or when a member tries to put a commantaire it does not work. The editor sends the message does not work.
Thank you in advance

Hello Me Too

Can you help me please

misericorde 12-08-2011 07:05 AM

Quote:

Originally Posted by fabrice (Post 2266677)
Hello,
When I get my video and there is no description of origin and that I manually added a sail it shows me ...
https://vborg.vbsupport.ru/external/2011/12/36.png
But I can not find or just a concern
when I try to manually edit the description or when a member tries to put a commantaire it does not work. The editor sends the message does not work.
Thank you in advance

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 ?

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:14 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.03357 seconds
  • Memory Usage 1,879KB
  • 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
  • (8)bbcode_php_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