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)

ProFifaLeagues 06-01-2010 06:17 PM

Quote:

Originally Posted by Jaxel (Post 2046609)


Superb news mate great work!!!!

Xencored 06-01-2010 06:36 PM

Quote:

Originally Posted by Jaxel (Post 2046609)

Awesome stuff mate :up::up:

Merih 06-01-2010 08:13 PM

Google Videos error is going on

Quote:

Could not parse media URL.

OPsNaStYM0FO 06-01-2010 08:54 PM

Any way to remove the nav tab ? As I don't use the tabs for much of anything and want it gone . It would be nice to have under the settings nav tab on or off .

Can that be done ? Please lol

Jaxel 06-01-2010 09:02 PM

Quote:

Originally Posted by Merih (Post 2046681)
Google Videos error is going on

This mod doesn't support Google Videos.

Quote:

Originally Posted by OPsNaStYM0FO (Post 2046698)
Any way to remove the nav tab ? As I don't use the tabs for much of anything and want it gone . It would be nice to have under the settings nav tab on or off .

Can that be done ? Please lol

Just disable the navtab plugin.

Footman 06-01-2010 09:15 PM

Quote:

Originally Posted by Jaxel (Post 2046609)

Does this bode well for user upload capabilities? Seems like it would :)

schlottkej 06-02-2010 12:59 AM

# Enable the "media ADMIN import" plugin in the plugin manager of your control panel.

Where do I get this plugin? I can't find it anywhere and wasn't in the ZIP/

Rene Kriest 06-02-2010 04:16 AM

I highly appreciate the effort you invest in your superb addon.

I hope that you gonna get an assignment with vb and that they integrate your media addon in their current version of vb4.

monkeyboy1916 06-02-2010 04:21 AM

Could you possibly add a way to replace the 'Media URL' if the video has been deleted from the hoster?

I have a few videos I'd like to replace with the same video, but I'd rather not lose the Views/Comments/etc in the Media Library.

Thanks.

Alecsmith 06-02-2010 07:33 AM

Excellent Mod i have not seen so far :)

installed working perfectly.

hassshasss 06-02-2010 07:39 AM

I installed the previous update could add a new video.
I installed the latest version now offers video and no video will be added but the mistake can not be played.
I wonder if you be helpful?

This sample page from
http://www.turkiyemotosiklet.org/media/m43-ruff-rider

hassshasss 06-02-2010 10:25 AM

Quote:

Originally Posted by hassshasss (Post 2046957)
I installed the previous update could add a new video.
I installed the latest version now offers video and no video will be added but the mistake can not be played.
I wonder if you be helpful?

This sample page from
http://www.turkiyemotosiklet.org/media/m43-ruff-rider

I improved after I uninstall and reinstall kome your information.

weetabx 06-02-2010 12:26 PM

Quote:

Originally Posted by schlottkej (Post 2046842)
# Enable the "media ADMIN import" plugin in the plugin manager of your control panel.


Where do I get this plugin? I can't find it anywhere and wasn't in the ZIP/


its in the install :) here is were to get to it

https://vborg.vbsupport.ru/

schlottkej 06-02-2010 03:02 PM

Quote:

Originally Posted by weetabx (Post 2047047)
its in the install :) here is were to get to it

http://www.damthosegames.com/news/1.jpg


Thanks

schlottkej 06-02-2010 10:02 PM

For those of you who run vbSEO, here are the CRRs I put together...

If someone knows how to throw the names into the URL also, please post.

PHP Code:

//8WR Media 
'^media\.php\?do=tag&tid=(.*)'=>'videos/tags/$1/'
'^media\.php\?do=category&cid=(\d+)'
=>'videos/CatID-$1/'
'^media\.php\?do=details&mid=(\d+)'
=>'videos/VideoID-$1/'
'^media\.php\?do=user&uid=(\d+)'
=>'videos/UserID-$1/'


'^media\.php'
=>'videos/' 

Additionally, to give yourself more customized titles, use this code:

PHP Code:

<title>{vb:raw pagetitle} {vb:raw description}</title


Structure will be as follows on category pages:

Page Title - Page Description

Structure will be as follows on tags page:

Tag Name - Tag Adder Description

K4GAP 06-03-2010 05:33 AM

How do I get Hulu to work with this? Presently it does not.

your24hourstore 06-03-2010 09:02 AM

Quote:

Originally Posted by GaryT (Post 2047474)
How do I get Hulu to work with this? Presently it does not.

just grabbed this and it worked fine

http://hillbillygold.com/forums/medi...ll-episode-now

level8 06-03-2010 09:36 AM

Quote:

Originally Posted by harleyparts (Post 2042452)
:)
so N/m

not to seem rude.. but was this an answer?? is there an answer??

schlottkej 06-03-2010 05:28 PM

Some issues I seem to have:

1) How do you delete categories?
2) How can you make some categories invisible once they are outdated?
3) How can you stylize that have a depth of more than 1? Right now you have the ability to edit depths 0 and 1.

schlottkej 06-03-2010 05:34 PM

For those of you that want to make all Sections with Depth of 0 into a non-clickable category edit: 8WR_media_SIDEBAR_cat and change it to this:

PHP Code:

<vb:if condition="$category['catDepth']">
    <
div class="siderow" style="padding-left: {vb:var category.space}px;">
        <
div style="float: right;"></div>
        <
img src="images/misc/navbit-arrow-right.png" alt="" />
        <
a href="{vb:var category.href}">{vb:var category.catName}</a>
    </
div>
<
vb:else />
    <
div class="sidebody">
        <
div style="float: right;"></div>
        <
img src="images/misc/navbit-home.png" alt="" />
        <
b>{vb:var category.catName}</b>
    </
div>
</
vb:if> 


Jaxel 06-03-2010 06:04 PM

Any category marked with the ORDER of 0, becomes inactive.

schlottkej 06-04-2010 01:08 AM

Quote:

Originally Posted by Jaxel (Post 2047805)
Any category marked with the ORDER of 0, becomes inactive.

Jaxel, when you get some time...

Can you think about some of these and get back to me?

1) How do you delete categories?
2) How can you make some categories invisible once they are outdated?
3) How can you stylize that have a depth of more than 1? Right now you have the ability to edit depths 0 and 1.
4) Ability to build and share multiple playlists.

Shanti Nanda 06-04-2010 02:15 AM

How can I do if I want others usergroups ids there? (not only 5 and 6)

HTML Code:

if (is_member_of($vbulletin->userinfo, explode (',','5,6')))
How should I write it?

schlottkej 06-04-2010 04:33 AM

PHP Code:

if (is_member_of($vbulletin->userinfoexplode (',','5,6,7,8,9'))) 


Michlerish 06-04-2010 10:24 AM

Amazing mod. Marked as installed and rated.

Can't wait until the new release where I can move the NavBar link (right now it's right between Forums and What's New, I'd rather it be after those)

twitch 06-04-2010 02:51 PM

I am sure I am missing something but I installed latest version (fresh) and works great. Now I want to setup the widget for the CMS home. I created the php widget, added the code I found in this thread and used the default template it had for the widget setup. I think it is vbcms_widget_execphp_page. I added it to the front page but I don't see anything in the widget block. Do I need to use a different template? Thanks

Shanti Nanda 06-04-2010 10:40 PM

<font color="DarkOrchid">Thank you, schlottkej!! <3</font>

schlottkej 06-04-2010 11:20 PM

Quote:

Originally Posted by schlottkej (Post 2048003)
Jaxel, when you get some time...

Can you think about some of these and get back to me?

1) How do you delete categories?
2) How can you make some categories invisible once they are outdated?
3) How can you stylize that have a depth of more than 1? Right now you have the ability to edit depths 0 and 1.
4) Ability to build and share multiple playlists.

When will the RegEx how to be completed? How difficult will it be to RegEx: http://www.flowrestling.org/videos/c...r-on-adam-frey

Naidoo 06-05-2010 02:11 AM

Looking forward to Add xml file for BLIP.TV also

Jaxel 06-05-2010 02:25 AM

BLIP.TV is already in...

your24hourstore 06-05-2010 11:10 AM

1 Attachment(s)
Quote:

Originally Posted by twitch (Post 2048252)
I am sure I am missing something but I installed latest version (fresh) and works great. Now I want to setup the widget for the CMS home. I created the php widget, added the code I found in this thread and used the default template it had for the widget setup. I think it is vbcms_widget_execphp_page. I added it to the front page but I don't see anything in the widget block. Do I need to use a different template? Thanks

arnt you ? should be php direct exicution?

MrLuck 06-05-2010 05:00 PM

-- Adding Category Row General ...
Warning: require_once([path]/includes/class_dm_media_category.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/functions.php on line 115

Fatal error: require_once() [function.require]: Failed opening required '/home/x/public_html/x/includes/class_dm_media_category.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/x/public_html/x/includes/functions.php on line 115

I get this error when importing the product file. How do I fix this?

Thanks in advance

your24hourstore 06-05-2010 05:05 PM

Quote:

Originally Posted by MrLuck (Post 2048827)
-- Adding Category Row General ...
Warning: require_once([path]/includes/class_dm_media_category.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/functions.php on line 115

Fatal error: require_once() [function.require]: Failed opening required '/home/x/public_html/x/includes/class_dm_media_category.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/x/public_html/x/includes/functions.php on line 115

I get this error when importing the product file. How do I fix this?

Thanks in advance

oh you get that when importing the xml media101.xml ?

either you havent change the cmod in the folders sitemap and thmbs or your slugiing for SEO and you dont have the htaccess file uploaded to the forum root i would say

your24hourstore 06-05-2010 05:08 PM

yea just start from 0 something isn't right go step by step from the instructions up top, but do also upload the htaccess file in the zip to your root i don't think it says that up top

LatinoCheats 06-05-2010 05:10 PM

Gracias amigo, perfecto este mod. Esta maravilloso. Ya lo instale y funciona a la perfeccion.

your24hourstore 06-05-2010 05:10 PM

1.Upload all the files in the "upload" directory of the attached zip file to your forum root.
2.CHMOD the /customVID/thumbs/ directory to full read/write/execute 777 permissions.
3.CHMOD the /customVID/sitemap/ directory to full read/write/execute 777 permissions.
4.Import the product file called "product-medialibrary.xml" in the Product Manager of vBulletin.
5.Set your usergroup permissions and media library settings in your administration control panel.
6.OPTIONAL: Enable the "Generate XML Media Sitemap" scheduled task in your administration control panel.

your24hourstore 06-05-2010 05:11 PM

Quote:

Originally Posted by LatinoCheats (Post 2048834)
Gracias amigo, perfecto este mod. Esta maravilloso. Ya lo instale y funciona a la perfeccion.



:) its a great mod

mobe00 06-05-2010 07:18 PM

after i updated with this new version. my admin categories etc.menus dissapearred. All the permissions in usergroup management is the same as earlier with all rights ? where can the problem be ?? I only have Categories and random media in the menu now..nothing else ??

your24hourstore 06-05-2010 07:39 PM

Quote:

Originally Posted by mobe00 (Post 2048895)
after i updated with this new version. my admin categories etc.menus dissapearred. All the permissions in usergroup management is the same as earlier with all rights ? where can the problem be ?? I only have Categories and random media in the menu now..nothing else ??


have you installed a mod called VSa - ChatBox lately? i think it has some problems with this mod

mobe00 06-05-2010 07:47 PM

Quote:

Originally Posted by harleyparts (Post 2048905)
have you installed a mod called VSa - ChatBox lately? i think it has some problems with this mod

nope...but it worked right before i upgraded to 1.1 ..so its strange


All times are GMT. The time now is 05:49 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.10237 seconds
  • Memory Usage 1,857KB
  • 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
  • (1)bbcode_html_printable
  • (4)bbcode_php_printable
  • (18)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