vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Video Directory FH List (https://vborg.vbsupport.ru/showthread.php?t=196332)

Twilkey 11-14-2008 10:00 PM

Video Directory FH List
 
1 Attachment(s)

The Skinny
This mod is a beast in a small package. When I was working on this addition to the Video Directory I kept trying to think of more things to add. But now that version 1.1.0 RC 2 is released, I figured it was time to release the first version of this mod.

What this mod does, is basically a couple things. You can list videos on your forum home in a vertical sidebar table (If you have a sidebar already then you may need help getting this to work that way.), or you can display the videos in one of two versions of a horizontal table. The first version is just a basic version. This version only displays the thumbnail image and the name of the video linked to the video post. The second version is a more detailed version. This version allows you to list the videos to blend with the forums. The table has information such as, thumbnail, linked title, description, view count, comment count, and last comment posted by.

Installation
1. Import the product in your admincp.
2. Search in your FORUMHOME template
Find:
Code:

$navbar
Add Below:
Code:

$fhlist_shell
Find:
Code:

$footer
Add Above:
Code:

<if condition="$vboptions[vert_horiz] > 0">
</td>
</table>
</if>

Uninstall
1. Uninstall the product from your admincp.
2. Search in your FORUMHOME template
Find and delete both:
Code:

$fhlist_shell
Code:

<if condition="$vboptions[vert_horiz] > 0">
</td>
</table>
</if>

Developer-Blog:

Feel free to check out our Developer-Blog at vBPoint.org!

ultimatearco 11-15-2008 02:58 PM

Looks great, installed!

masons 11-16-2008 06:01 AM

love it.. thank you so much.. see www.externalaw.com

myown 11-20-2008 06:37 AM

reserved......

rolandogomez 11-28-2008 11:15 PM

Would be nice if we had this for vbAdvanced...thanks, rg.

Twilkey 11-29-2008 05:42 PM

I am working on a vBa version.

Wordplay 12-02-2008 10:23 AM

what style are they using on vbpoint.org?

valdet 12-15-2008 05:33 AM

Quote:

Originally Posted by rolandogomez (Post 1674837)
Would be nice if we had this for vbAdvanced...thanks, rg.

I made a vBAdvanced module to show latest videos from Video Directory. My only remaining problem is to set the x amount of videos to be shown on vBA pages.

Currently I need to hardcode them, but I am close.

Val.

Marka Ragnos 12-15-2008 02:50 PM

Quote:

Originally Posted by valdet (Post 1685690)
I made a vBAdvanced module to show latest videos from Video Directory. My only remaining problem is to set the x amount of videos to be shown on vBA pages.

Currently I need to hardcode them, but I am close.

Val.

looking forward to your release!

ShawneyJ 12-15-2008 10:32 PM

Quote:

Originally Posted by Wordplay (Post 1676978)
what style are they using on vbpoint.org?

Aria by vbstyles.com as you will see at the bottom of his forum lol ;)

Twilkey 12-16-2008 06:17 PM

Quote:

Originally Posted by valdet (Post 1685690)
I made a vBAdvanced module to show latest videos from Video Directory. My only remaining problem is to set the x amount of videos to be shown on vBA pages.

Currently I need to hardcode them, but I am close.

Val.

PM Me the module and ill add the setting for you.

Cocko 12-16-2008 07:43 PM

Quote:

Originally Posted by Twilkey (Post 1686841)
PM Me the module and ill add the setting for you.

Would be interresting for others too ;)

KW802 12-16-2008 10:32 PM

Quote:

Originally Posted by Twilkey (Post 1686841)
PM Me the module and ill add the setting for you.

Are you going to release the vBa module from our conversation in the Coders forum?

valdet 12-17-2008 07:47 AM

Quote:

Originally Posted by Twilkey (Post 1686841)
PM Me the module and ill add the setting for you.

KW802 already released same mod, so I guess there's no need for this anymore. :)

Thanks.

ogameclub 01-04-2009 07:56 AM

<a href="http://vbpoint.org/board/video.php?do=viewdetails&videoid=13" target="_blank">http://vbpoint.org/board/video.php?d...ils&videoid=13</a> bug in page.

TJsDJs 01-12-2009 04:26 AM

I installed it, but don't see it anywhere. How do I upload videos?

ArnyVee 01-13-2009 06:26 PM

TJsDJs,

You'd have to add one of two mods to get it to display in the Video Directory FH List. This mod is only for the display of the videos that you've uploaded using either of these mods...

Video Directory - https://vborg.vbsupport.ru/showthread.php?t=192241

or

Video Directory Remixed - https://vborg.vbsupport.ru/showthread.php?t=200819

Spicey LA 01-16-2009 03:49 PM

Thumbnails are not showing up for me...I keep getting permission denied error messages and I followed the instructions as you instructed them...does this work with vbulletin version 3.8???

TJsDJs 01-17-2009 10:50 AM

Thumbnails aren't showing up for me either. What is causing this problem?

GrendelKhan{TSU 01-17-2009 01:44 PM

love this~!!!
thanks.

queestion: how did you make the sidebar? that is, I want to add more blocks to YOUR sidebar configuration. other side column add-ons have broke my forums. heh. go figure.

Big-K 01-18-2009 02:52 PM

can this be used in the ultimate side column?

Big-K 01-18-2009 03:15 PM

Finally I was able to get this fantastic add-on in the ultimate side column.

Here's How
1. In Admin CP => Plugins & Products => Plugin Manager (Select FORUMHOME Video List)
2. Change Hook Location from forumhome_start to global_Start
3. Go to "usc_sidecolumn_right " template and insert $fhlist_shell at any desired location after the blocks.

GlamRockTalk 01-18-2009 05:41 PM

Quote:

Originally Posted by Spicey LA (Post 1714803)
Thumbnails are not showing up for me...I keep getting permission denied error messages and I followed the instructions as you instructed them...does this work with vbulletin version 3.8???

Quote:

Originally Posted by TJsDJs (Post 1715606)
Thumbnails aren't showing up for me either. What is causing this problem?

Make sure that your videothumbnails directory is CHMOD777 and the sub-directories as well.

tormodg 01-19-2009 07:06 PM

Quote:

Originally Posted by valdet (Post 1685690)
I made a vBAdvanced module to show latest videos from Video Directory. My only remaining problem is to set the x amount of videos to be shown on vBA pages.

Currently I need to hardcode them, but I am close.

Val.

Where can I find this module?

This hack is really cool. But I need it on my portal page rather than the FORUMHOME page. The suggested fix for USB did not work for me.

Can anyone offer hints as to how I would place the vertical strip on my cmps_index page?

ArnyVee 01-19-2009 10:56 PM

tormodg,

I'm using this one....

https://vborg.vbsupport.ru/showthread.php?t=199084

....hope that helps. :D

GrendelKhan{TSU 01-23-2009 08:04 AM

Quote:

Originally Posted by GrendelKhan{TSU (Post 1715744)
love this~!!!

queestion: how did you make the sidebar? that is, I want to add more blocks to YOUR sidebar configuration. other side column add-ons have broke my forums. heh. go figure.


anyone know how to add MORE side bar modules to THIS hack? (as opposed to adding this to ultimate side bar which breaks my forum style)

tormodg 01-23-2009 08:17 AM

Quote:

Originally Posted by ArnyVee (Post 1718355)
tormodg,

I'm using this one....

https://vborg.vbsupport.ru/showthread.php?t=199084

....hope that helps. :D


Thanks a bunch! I was looking for it over at vBa... :)

dbirosel 01-30-2009 01:51 AM

Where do I add the code if I want it in my footer?

dbirosel 01-30-2009 01:55 AM

Also, I like how the other way of displaying the list. The way when it looks like forums and shows a lot of details. Can I add anything to that? I want to add a link for those that want to enter the video directory.

GlamRockTalk 01-30-2009 02:46 AM

I'm using the "Forum" version of the mod here...

GlamRockTalk

....but, where do you want to put the "link"?

Chadi 02-03-2009 03:03 AM

I like this idea but how can I display the vertical option with only videos / title, less the tborder, header, etc? I tried to figure it out in the templates but didn't get it quite right.

kellyandmark04 02-07-2009 06:10 AM

Works great how can I add more videos to show on here???

Instead of 3 random videos like 5 random videos.

kellyandmark04 02-07-2009 07:58 PM

^^^Bump

aztecboi2003 02-21-2009 08:01 PM

Can I add my own videos with this? I have 150 videos that I'd like people to be able to watch on my site. Thanks.

aakhan136 02-22-2009 03:47 PM

Thanks

sub_ubi 02-26-2009 07:43 PM

Any way to randomize what is shown upon refresh? Top rated, Most popular, Recent, etc.?

hambil 02-28-2009 08:45 AM

Collapse doesn't when displaying as forum - when you refresh the page it expands again.

Xencored 03-19-2009 03:46 PM

Thanks mate installed and working good :up:

DobieGillis? 03-19-2009 08:30 PM

would like to display this at the bottom of the forum not top...any ideas?

DobieGillis? 03-19-2009 11:48 PM

BTW: I applaud you Sir for an outstanding Mod!

Cheers! Twilkey!


All times are GMT. The time now is 03:31 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.06087 seconds
  • Memory Usage 1,814KB
  • 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
  • (6)bbcode_code_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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