vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=262)
-   -   placing a rotating banner (https://vborg.vbsupport.ru/showthread.php?t=311934)

ageurtse 06-05-2014 06:52 PM

placing a rotating banner
 
Hello,

I need to place a rotating banner on the forum.
How can i do this, i look on the internet and found some nice jquery rotators.
But i can't get them to work.

this is what i did.
i used this plugin http://ekallevig.com/jshowoff/

in the header template i added these lines

Code:

{vb:js http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js}
{vb:js js/jquery.jshowoff.min.js}

<script type="text/javascript">               
        $(document).ready(function(){ $('#features').jshowoff(); });
</script>

On the forum page i added a static custom html widget with the folowing code
Code:

<div id="features">
        <div><p>This is a slide!</p></div>
        <div><a href="http://google.com"><img src="http://www.google.com/intl/en_ALL/images/logo.gif" alt="Google Logo" /></a></div>
</div>

so i thought, thats it now i have a nice rotating banner.
But not it only displays the 2 lines but not rotating it.

Could someone help me with this?

see what happens on this page
www.reefersquest.com

ageurtse 06-05-2014 07:40 PM

i found a solution

I create a simple HTML page with only the rotating banner.
This banner i load in the custom html widget with an iframe.
This is what i go try.

ageurtse 06-10-2014 07:12 PM

see this on vbulletin.com

http://www.vbulletin.com/forum/forum...module-in-vb-5


All times are GMT. The time now is 10:30 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.01041 seconds
  • Memory Usage 1,713KB
  • 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
  • (3)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