vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Video-Directory Remixed (https://vborg.vbsupport.ru/showthread.php?t=200819)

Jaxel 03-29-2010 08:03 PM

Quote:

Originally Posted by MagicThemeParks (Post 2012179)
I like the layout of the homepage. Do you have options to go three wide versus two wide on the layout? This way there are more videos per row showing?

The one-wide/two-wide thing isn't a setting anymore. I'm using the UL LI method for display, so its controlled by the width of the actual item. If you decrease the width of the item, more than one will display per row.

Jaxel 03-29-2010 09:03 PM

Okay... I've rewritten all the pages to be more suited for smaller fixed width skins.

EquinoxWorld 03-29-2010 09:15 PM

Thank you Jaxel for the awesome work, your making great headway with this mod. One thing I wanted to point out it would be sweet if we can have the category alphabetized and not forced priority. For my example I have Japanese anime videos and we have over 400+ category's and growing. Also it would be alot of help to be able to have the option to arrange the videos in alphabetical/numerical order. Also I agree with the previous post saying about the report video and thread creation, it's a great way to make members aware of the most recent videos and series updates . All in all it looks great , can't wait to see the end result.

Veer 03-29-2010 09:18 PM

Quote:

Originally Posted by Jaxel (Post 2012491)
Okay... I've rewritten all the pages to be more suited for smaller fixed width skins.

Thanks Jaxel, its pretty good now, and what about the sidebar? :)

david01130 03-30-2010 05:01 AM

Hey Jaxel, thanks for updating the mod to Vb4. Im sure once I upgrade to Vb4 Ill be using this mod as well. I am currently using Vb3 and I am having trouble posting comments to videos. It seems to be a problem with the vbseo rewrite rules. When I delete some of them, the comments temporarily work then disappear. Here are my rewrite rules. Do you know how to fix this. I appreciate it.

HTML Code:

//Video-Directory
'^video\.php\?do=viewrecent'=>'videos/recent-videos.html'
'^video\.php\?do=viewtag&tag=(.*)'=>'tags/$1/'


'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)&sort=dateline&order=DESC&page=(\d+)'=>'videos/$2-$1/page-$3/'
'^video\.php\?do=viewdetails&categoryid=(\d+)&categorytitle=(.*)&videoid=(\d+)&videotitle=(.*)'=>'videos/$2-$1/$4-$3.html'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)&page=(\d+)'=>'technique/$2-$1/$3/'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)'=>'videos/$2-$1/'
'^video\.php'=>'videos/'


Jaxel 03-30-2010 06:01 AM

I wont be providing anymore support for the VB3 version...

If you guys want to see what the submission form is going to look like, just scroll to the bottom and click submit:
http://test.8wayrun.com/media.php

Right now it supports YouTube, Vimeo, MetaCafe and DailyMotion...

MagicThemeParks 03-30-2010 10:44 AM

Quote:

Originally Posted by david01130 (Post 2012657)
Hey Jaxel, thanks for updating the mod to Vb4. Im sure once I upgrade to Vb4 Ill be using this mod as well. I am currently using Vb3 and I am having trouble posting comments to videos. It seems to be a problem with the vbseo rewrite rules. When I delete some of them, the comments temporarily work then disappear. Here are my rewrite rules. Do you know how to fix this. I appreciate it.

HTML Code:

//Video-Directory
'^video\.php\?do=viewrecent'=>'videos/recent-videos.html'
'^video\.php\?do=viewtag&tag=(.*)'=>'tags/$1/'


'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)&sort=dateline&order=DESC&page=(\d+)'=>'videos/$2-$1/page-$3/'
'^video\.php\?do=viewdetails&categoryid=(\d+)&categorytitle=(.*)&videoid=(\d+)&videotitle=(.*)'=>'videos/$2-$1/$4-$3.html'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)&page=(\d+)'=>'technique/$2-$1/$3/'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)'=>'videos/$2-$1/'
'^video\.php'=>'videos/'


Try here on the vBSEO site: http://www.vbseo.com/f23/video-direc...ix-crrs-38663/

Quote:

Originally Posted by Jaxel (Post 2012678)
I wont be providing anymore support for the VB3 version...

If you guys want to see what the submission form is going to look like, just scroll to the bottom and click submit:
http://test.8wayrun.com/media.php

Right now it supports YouTube, Vimeo, MetaCafe and DailyMotion...

Lookin' good Jaxel! Very smooth :up:

Katelynn 03-30-2010 11:41 AM

Jaxel .. I will be happy if it works with vB 4.0 :) I'll take it any way you can give it .. looking forward to it!

Cheers!

Cybershaolin 03-30-2010 06:01 PM

Was this a reply for me?
Quote:

Originally Posted by Jaxel (Post 2012442)
Hosters are being DATABASE driven, instead of XML file driven now. Below is the database construct and the YouTube example. Since its being database driven, if you wanted to merge it with AME, I don't see how it would be a problem. Just extract the service name, the regex code and link it directly to the embed code. Of course, you wouldn't have the url to feed, or the feed to variables...

Code:

serviceID        = primary key                = 1
svcName                = service name                = YouTube
svcRegex        = regex matching        = http:\/\/[a-z]*?[\.]?youtube\.[a-z]*?\/watch\?v=([A-Z0-9._%-]*)
svcFeed                = url to feed                = http://gdata.youtube.com/feeds/api/videos/{serviceVAL}
svcThumb        = feed to thumb                = $arr['media:group']['media:thumbnail'][0]['url']
svcTitle        = feed to title                = $arr['media:group']['media:description']['value']
svcDesc                = feed to desc                = $arr['media:group']['media:title']['value']
svcLength        = feed to length        = $arr['media:group']['media:keywords']
svcTags                = feed to tags                = $arr['media:group']['yt:duration']['seconds']
svcURL                = souurce url                = http://www.youtube.com/watch?v={serviceVAL}
svcEmbed        = embed code                = <embed src="http://www.youtube.com/v/{serviceVAL}&autoplay=1&fs=1&rel=0&hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385" />


regarding this:
Quote:

Originally Posted by Cybershaolin (Post 2012433)
This would be awesome to get as many hosters for Video Directory Remixed than for AME! I'm sure I'm not alone waiting to get this possibility. This is the only thing missing in this great hack, more video hosters. The're not easy to understand or create.

The problem is I don't know anything about coding or whatever you said about hosters. What I know, is that many users here made the same request than me in the past. I also have made personal inquiries to many coders here and nobody wants to touch it so i guess it's not that esay.

Quote:

Originally Posted by Jaxel (Post 2012678)
I wont be providing anymore support for the VB3 version...

This is so sad to hear. :(

This will lead me to use another solution since I don't plan to upgrade to 4.X, but thanks anyway for your great hack. I"m just disappointed that I did not have all definitions (and since I don't have any knowledge, there is nothing I can do) as for other available hacks. The reason which made me keeping this one was the fact of having a separate directory... so if it can gives ideas to other people...

david01130 03-30-2010 07:28 PM

Quote:

Originally Posted by MagicThemeParks (Post 2012791)
Try here on the vBSEO site: http://www.vbseo.com/f23/video-direc...ix-crrs-38663/



Lookin' good Jaxel! Very smooth :up:

thanks those somewhat worked. I had to adjust them a little. I can post comments now but cannot delete them. When I try to delete them it redirects me to: http://mysite.com/#comments which shows my homepage. Is it suppose to redirect to /#comments?


All times are GMT. The time now is 07:25 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.03057 seconds
  • Memory Usage 1,760KB
  • 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_code_printable
  • (2)bbcode_html_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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