Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Vidiac vBulletin Integration Details »»
Vidiac vBulletin Integration
Version: 1.00, by titter titter is offline
Developer Last Online: Mar 2015 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 06-24-2006 Last Update: 06-25-2006 Installs: 16
Uses Plugins Template Edits
Additional Files  
No support by the author.

Vidiac vBulletin Integration v1.0
by titter

--- About ---------------------------------------------------------------
This will integrate the Vidiac Video Portal system into your vBulletin website.

You must signup with www.vidiac.com and follow all of their instructions to setup the CNAME to their site. This will not work if you do not have a Vidiac Video Portal, or if you try to redirect a subdomain. You must use a CNAME record.

--- Features ------------------------------------------------------------
Automatically resizing video section, resizes to the loaded content.

--- Installation --------------------------------------------------------
Follow install.txt found in the zip.

--- Demo ----------------------------------------------------------------
Live demos avaiable at:
http://www.mobmototb.com/forums/videos.php
http://www.boardingscene.com/videos.php

--- Notes ---------------------------------------------------------------
This will only work if you have your Vidiac setup with a CNAME record from your domain. All browsers block javascript cross-domain scripting unless you have the DOM reference placed in both pages. It is very important that your update the document.domain reference with your correct domain information, and it is placed both in your vidiac_videobits template, as well as the skin settings in your Vidiac portal.

This has been tested in FireFox and Internet Explorer, not tested in any other browsers.

--- Copyright -----------------------------------------------------------
All code in distributed in this zip is ?2006 titter, with the following exceptions:
dynifs.js - Credits within.


For more information about the Vidiac Video Portal visit, www.vidiac.com

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 07-04-2006, 11:38 AM
threat threat is offline
 
Join Date: Jul 2005
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What do you mean, I uploaded the JS Folder.
Reply With Quote
  #53  
Old 07-04-2006, 09:02 PM
titter's Avatar
titter titter is offline
 
Join Date: Sep 2005
Location: Fort Myers, FL
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You also have to add the javascript <script> to your templates on Vidiac.
Reply With Quote
  #54  
Old 07-05-2006, 03:23 PM
Warlock40 Warlock40 is offline
 
Join Date: Mar 2006
Location: Ontario Canada
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Same problem with IE loads but then all disappears.

As a matter of fact all but the two examples do the same thing in IE
Reply With Quote
  #55  
Old 07-06-2006, 10:58 PM
Cky47's Avatar
Cky47 Cky47 is offline
 
Join Date: Feb 2006
Location: PA
Posts: 144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mine is fine... in fact I am installing 3.6 now and it still works fine.
Reply With Quote
  #56  
Old 07-07-2006, 02:34 AM
Warlock40 Warlock40 is offline
 
Join Date: Mar 2006
Location: Ontario Canada
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

gggrreaaat for you. Yet that doesnt help. There is a problem and it is not just my machine. I've had members inform me that it works fine on netscape as well but none work in an EI environment. So if the examples in the listing work but others do not..something is different? help would be nice.
Reply With Quote
  #57  
Old 07-07-2006, 02:04 PM
Warlock40 Warlock40 is offline
 
Join Date: Mar 2006
Location: Ontario Canada
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please look at my site then and tell me what happens in IE with yours. You'll see for a brief second the entire page will be seen then it disappears. Something before the page finishes loading is causing an error. I tried setting static pixel values to the width and heights just in case but nothing seems to change it.

www.rchobbies.ca/forum/videos.php
Reply With Quote
  #58  
Old 07-07-2006, 03:33 PM
titter's Avatar
titter titter is offline
 
Join Date: Sep 2005
Location: Fort Myers, FL
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
	<script language="JavaScript" type="text/javascript">
    	document.domain = "rchobbies.ca/Forum/";
	</script>
needs to be:

Code:
	<script language="JavaScript" type="text/javascript">
    	document.domain = "rchobbies.ca";
	</script>
in both the vidiac, and vb templates. should fix it, I installed this on another forum last night, worked fine.

I cannot stress enough how important getting this part of the code right is! If this is incorrect, it will not work at all.
Reply With Quote
  #59  
Old 07-07-2006, 10:23 PM
oberheimhaven's Avatar
oberheimhaven oberheimhaven is offline
 
Join Date: May 2006
Location: Daytona Beach FLA
Posts: 266
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This rocks thanks for the great hack make sure you guys sign up before install. This was the easiest hack I have every dealt with zero tolerance.
works with firefox and IE 7.0

Thanks Mates!!:banana: :banana: :banana: :banana:

Mark Anthony
Musicians Quarters!!!!

Only one minor probelm the lil icon to play vid is X'ed broken link other than that all is go any help would be greatly appreciated!!

Never mind has been corrected man this was easy!!!
Reply With Quote
  #60  
Old 07-07-2006, 11:57 PM
titter's Avatar
titter titter is offline
 
Join Date: Sep 2005
Location: Fort Myers, FL
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It is not hard, but a little coding knowledge is needed! Was my first hack, tried to make it as easy as I could! I think an admincp section would really make this even easier, and keep people away from editing templates. All in due time!
Reply With Quote
  #61  
Old 07-08-2006, 03:38 AM
Warlock40 Warlock40 is offline
 
Join Date: Mar 2006
Location: Ontario Canada
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm nuts..sorry titter...INSTALLED..

I would have sworn I tried that previously..but its working...and working awesome!!!! great hack....lovin it
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:13 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05032 seconds
  • Memory Usage 2,306KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete