vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - vBFlash Header (Lite) - Alternative to default vBulletin logo/header (https://vborg.vbsupport.ru/showthread.php?t=141358)

PenPusher1000 05-12-2008 12:08 AM

working on 3.7.0?

dune3000 05-16-2008 11:11 PM

Any idea how I can add link to that flash logo?

syrus.xl 05-19-2008 11:02 PM

Quote:

Originally Posted by dune3000 (Post 1522142)
Any idea how I can add link to that flash logo?

What do mean specifically? A home url on the actual flash movie?

syrus.xl 05-19-2008 11:03 PM

Quote:

Originally Posted by PenPusher1000 (Post 1516629)
working on 3.7.0?

Yes, this will work on vBulletin 3.7.0 - the demo is running on 3.7.0

mark|3 05-26-2008 04:03 AM

it does not work in firefox. it aligns to the left instead of center. any help wil be appreciated thanks

syrus.xl 05-26-2008 07:08 AM

Quote:

Originally Posted by mark|3 (Post 1531494)
it does not work in firefox. it aligns to the left instead of center. any help wil be appreciated thanks

It is designed to replace the existing vBulletin logo which is left-aligned. You can easily center the flash movie by adding a new div, using the code below:
Code:

<!-- vbFlash Header Start -->
<div align="center">
<div id="vbheader">
Warning!!! To view enable JavaScript and Flash!
</div>
      <script type="text/javascript">
  var fo = new FlashObject("vbflashheader.swf", "vbheader", "800", "150", "8,0,0,0", "#e1e1e2");
  fo.addParam("quality", "high");
  fo.write("vbheader");
</script>
</div>
<!-- vbFlash Header End -->

Hope that helps.:)

mark|3 05-26-2008 09:08 AM

thanks alot cyrus :D

vbboarder 08-17-2008 10:09 PM

This mod does not work in Firefox 2. The fix requires the Flash object to have transparent wmode.

Solution: FIND in Header template:
Quote:

fo.addParam("quality", "high");
Before that, ADD:
Quote:

fo.addParam("wmode", "transparent");
Save the edited template and the Flash Header should now show. ;)

syrus.xl 08-18-2008 09:25 AM

Quote:

Originally Posted by vbboarder (Post 1601042)
This mod does not work in Firefox 2. The fix requires the Flash object to have transparent wmode.

Solution: FIND in Header template:


Before that, ADD:


Save the edited template and the Flash Header should now show. ;)

Thanks vbboarder... I'll add this parameter. Strangely enoughly it must be one I've missed, however most people do not have DHTML menus above the header, but if they do then certain dropdowns would drop behind this flash object.

Regards.

vbboarder 08-20-2008 10:23 PM

Quote:

Originally Posted by Lighting90 (Post 1202052)
Went back to the site today, to find that the header is not showing the pictures on the home page, but it does show a blank box with "powered by vBflash Headers"

See attachment.

Have tried also adding the full path to the XML file as well... still no joy...

If anyone else has got it working, let me know... all works fine in the main forum pages....

Most likely I have missed something somewhere... been a novice... :)

Quote:

Originally Posted by syrus.xl (Post 1202062)
It requires the full path to the flash file to work inside a portal. I did add the instructions how to do this earlier.

But here's what you'll need to do.

Find the following line in javascript call within the header template:
Code:

  var fo = new FlashObject("vbflashheader.swf", "vbheader", "800", "150", "8,0,0,0", "#e1e1e2");
You'll see "vbflashheader.swf" - you will need to prepend this file with the full url to the flash file, for example:
"http://www.domain.com/forums/vbflashheader.swf"

This ensures the code looks in the correct directory for the flash file. The XML file should be automatically picking up the images if you haven't changed the xheader folder name.

Hope that helps! :)


I also could not get the images to display when vbAdvanced is not at the forum root (ie: one directory above forum root). It appears that the vbflashheader script loads but cannot display the images (the powered by vbFlash Headers shows, but no images). Solution:

Since the vbflashheader.swf uses a relative path to link to the images.xml file, you need to copy the images.xml file and xheader folder to the portal directory (ie: one directory above forum root). Optional: if you don't want to move the xheader folder (but still need to move images.xml), then you'll need to change the image paths to absolute paths in images.xml. Your images should now display on the portal page :D


All times are GMT. The time now is 05:50 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.01261 seconds
  • Memory Usage 1,745KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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