vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Will this script work in an HTML Widget? vB 4 CMS (https://vborg.vbsupport.ru/showthread.php?t=257949)

RockstarNetwork 01-28-2011 12:09 PM

Will this script work in an HTML Widget? vB 4 CMS
 
I've been working pretty hard at trying to get this script to integrate into my website, but I think the jQuery is getting hung up. Would anyone be able to assist me, and tell me how I go about plugging in the jQuery code in the proper location?

fdifranco 01-30-2011 03:10 AM

I'm not sure how to make the specific slideshow that you are referring to work but this is how I did mine.

I used the "XML Flash Slideshow 2.1" available here.

I like it because it can be driven from an XML file so I never have to change the flash. I simply modify an XML file and the slideshow changes. I have plans to use the the slideshow as a more important part of my site in September (I run an NFL football site).

I am simply using the slideshow in the side banner so it's pretty small right now. You can make the slideshow any size you want. I chose to make it small.

I made an HTML widget and placed the following code in there:

Code:

<div id="flashcontent">
                        <h1>Oops!</h1>
                        <p>It looks like you don't have flash player 6 installed. <a href="http://www.macromedia.com/go/getflashplayer" >Click here</a> to go to Macromedia download page.
                        </p>
        </div>
               
                <script type="text/javascript">
                        var so = new SWFObject("slideshow.swf", "gallery", "215", "148", "6", "#ffffff");
                        so.write("flashcontent");
                </script>

I threw this line in the "headinclude" template:
Code:

<script type="text/javascript" src="flashdetect.js"></script>
If you go to my site (www.footballbook.pro) then scroll down a little more than half way down and look for a widget in the right hand column called "Top NFL Sites".

You can make better looking slideshows than I did. This was just a widget that I whipped up pretty quickly a while back.

If you are like me then you aren't too fussy on which slideshow software that you use. You just want something that works. I think the price tag for the software that I used was $10. That's a pretty good deal!

Hope that helps,

-fab


All times are GMT. The time now is 02:03 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.00930 seconds
  • Memory Usage 1,717KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete