Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Concepta Series - vB Flash Header Pro (inc optional Banner Rotator) Details »»
Concepta Series - vB Flash Header Pro (inc optional Banner Rotator)
Version: 1.01280a, by syrus.xl syrus.xl is offline
Developer Last Online: Apr 2016 Show Printable Version Email this Page

Category: Major Additions - Version: 4.0.3 Rating:
Released: 05-08-2010 Last Update: 06-06-2010 Installs: 43
Template Edits
Additional Files  
No support by the author.

NO LONGER SUPPORTED!!!!!
The most advanced vBulletin 4.0 header system ever released so far, with built-in banner rotator (optional). This is a product that we are giving away freely to the vBulletin community, even though it was originally designed as a commercial product. It includes everything to give you a sleek and stylish flash-based header system for the vBulletin 4.0 series. This product was released for vBulletin 3.0 series; however we had many asking for a version for vB4, so here it is with many improvements and we added many more functions to this version. This product comes in two versions, one with an advertising banner rotator built-in and one without, giving you full control of how you want to implement it on your own vBulletin. It does not use any of vBulletin 4.0?s advertising system, nor query your database or require product plugins.



Demonstrations Available
Shedevils Leisure District - The Front Page
Also available is our own demonstration - Go to www.digitalport.co.uk and scroll down to the footer on any page under Style Chooser -> Select "Concepta Series" to view. Remember to switch back to our default style afterwards.

Released: 06/07/10
1280 version Added
- see download attachments on this mod (Wide 1280 pixel version) v1.0.1280a

XML Configuration Files
Due to the setup procedure being quite complex we have made most of the configuration details available online only. This is to allow you to jump to the areas you need to configure in detail, this guide will give you the basic installation procedure, to setup vBulletin to use this modification. We have provided links to the relevant sections that cover the XML configuration. For best results always optimize any images, this will ensure the pre-loaders will only show for a short time, if at all.

Preview setup files included
These allow you to setup the header system locally before adding it your vBulletin, however we do not recommend that you upload these files. Use them for testing only.

*Fixed width Forums only ? the only reason why we stipulate this is due to the way flash functions. This product is designed for a 950 pixel width and a 150 pixel height; you will find how to adjust your forum to this fixed width by reading the Additional Stylevars section of this guide.
**Fluid forum setup - Should you wish to use it on a fluid forum then we recommend that you use a fade to alpha on your background images, this will still allow you to use this modification, but not to its full capacity.

Features:
  • Import your logo and place it anywhere within the header (requires no coding knowledge to setup)
  • Import numerous backgrounds with numerous load and unload transitional effects
  • Imports your 468 x 60 pixel banner adverts with support for PNG, JPG and SWF file formats (banner rotator version only)
  • Over 80 transitional effects, each banner can use these on a single banner or you can set to randomize all banners
  • Pre-loads all images ?on-the-fly? and caches them therefore using very low bandwidth consumption
  • Package includes pre-loaded images and banners and pre-configured (change as required). Full documentation in Word, PDF and text formats.

Important ? Before uploading anything:

Please read on how to setup the vB Flash Header System locally, this will help you see what the header will look like before installing it on vBulletin. The previewer files are for setup purposes, they contain documentation as well to allow you to view your header before uploading.

Online Articles
Full Technical Specifications please visit:
Digital Port UK - Concepta Series 4 - vBFlash Header Pro--Technical Specifications

Logo/Site Name setup visit:
Digital Port UK - Concepta Series 4 - vBFlash Header Pro--Designing the Logo/Site Name Image

How to Design Your vBFlash Header Background Images visit:
Digital Port UK - Concepta Series 4 - vBFlash Header Pro--Creating Your Background Images

How to Design/add your own advertising banners visit:
Digital Port UK - Concepta Series 4 - vBFlash Header Pro--Banner Rotator Setup

Basic Installation
During this installation all you are doing is replacing the default vBulletin logo coding with our custom code.
Use the Preview Files first to setup your header as you want it.
Upload all contents of either the "vB Flash Header no Ads" or the "vB Flash Header with Ads" folder to vBulletin forum root.
Please follow our links to configure the various areas of this modification in detail. Instructions vary on which version you are installing and configuring.

2 Template Edits (required)

headinclude
Find:
Code:
<script type="text/javascript" src="{vb:stylevar yuipath}/yuiloader-dom-event/yuiloader-dom-event.js?v={vb:raw vboptions.simpleversion}"></script>
Before add:
Code:
<!-- Concepta Code Start -->
<script src="xeon_hp_js/AC_RunActiveContent.js" type="text/javascript"></script>
<!-- Concepta Code End -->
header
Find:
Code:
<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>
Replace with:
Code:
<!-- Concepta Code Start -->
<div><a name="top">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','950','height','150','title','cc_vbhead','src','cc_hp_head','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmode','transparent','movie','cc_hp_head' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="950" height="150" title="cc_vbhead">
  <param name="movie" value="cc_hp_head.swf" />
  <param name="quality" value="high" />
  <param name="wmode" value="transparent" />
  <embed src="cc_hp_head.swf" width="950" height="150" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object>
</noscript></a>
</div>
<!-- Concepta Code End -->
End of Template edits.

Stylevar Changes
These changes are required to fix your vBulletin to 950 pixels wide, the same width as the vB Flash Header.
Common - doc_maxWidth - Units: px
Common - doc_maxWidth - Size: 950
Common - doc_minWidth - Units: px
Common - doc_minWidth - Size: 950
Common - doc_margin - Units: px
Common - doc_margin - Top: 0
Common - doc_margin - Right: auto
Common - doc_margin - Bottom: 0
Common - doc_margin - Left: auto

End of Stylevar changes.

Additional Stylevar Edit
If you wish to make the header flush with the navbar you will need to change the following Stylevar.
Stylevar Edit
Header - header_padding - Units: px
Header - header_padding - Bottom: 0

Transitional Effects

Please see the vB Flash Header Pro Transition settings file in this package.[font=Arial]

Another high quality product brought to you by Digital Port UK
Digital Port UK - Home

Update Log:
5/20/10 - Embed code updated due to 'Back to top' anchor code missing.

REMOVED!!!

Show Your Support

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

Comments
  #12  
Old 05-11-2010, 05:38 AM
murekhalir murekhalir is offline
 
Join Date: Oct 2006
Posts: 254
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

will be giving this a try =D

EDIT: WOW - just looking at the Demo. WOW.
Reply With Quote
  #13  
Old 05-11-2010, 07:11 AM
Delilahs Delilahs is offline
 
Join Date: Mar 2009
Posts: 213
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the instructions are pretty vague, I've uploaded the files to my root. done the file edits and nothing shows up.

I've looked at the documentation, and no where does it say as to what directory we are loading any images to, in fact, in your description above it says. "Features:
Import your logo and place it anywhere within the header (requires no coding knowledge to setup)
Import numerous backgrounds with numerous load and unload transitional effects
Imports your 468 x 60 pixel banner adverts with support for PNG, JPG and SWF file formats (banner rotator version only)
Over 80 transitional effects, each banner can use these on a single banner or you can set to randomize all banners
Pre-loads all images ‘on-the-fly’ and caches them therefore using very low bandwidth consumption
Package includes pre-loaded images and banners and pre-configured (change as required). Full documentation in Word, PDF and text formats."

so I assume from that, that it should work automatically, it doesn't

Help is required please
Reply With Quote
  #14  
Old 05-11-2010, 07:35 AM
syrus.xl's Avatar
syrus.xl syrus.xl is offline
 
Join Date: Jun 2005
Location: In a cyber world...
Posts: 999
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Delilahs View Post
the instructions are pretty vague, I've uploaded the files to my root. done the file edits and nothing shows up.

I've looked at the documentation, and no where does it say as to what directory we are loading any images to, in fact, in your description above it says. "Features:
Import your logo and place it anywhere within the header (requires no coding knowledge to setup)
Import numerous backgrounds with numerous load and unload transitional effects
Imports your 468 x 60 pixel banner adverts with support for PNG, JPG and SWF file formats (banner rotator version only)
Over 80 transitional effects, each banner can use these on a single banner or you can set to randomize all banners
Pre-loads all images ‘on-the-fly’ and caches them therefore using very low bandwidth consumption
Package includes pre-loaded images and banners and pre-configured (change as required). Full documentation in Word, PDF and text formats."

so I assume from that, that it should work automatically, it doesn't

Help is required please
By looking at your source code it looks like the headinclude template edit is missing. This is required for the main header display to show, please check this is in place - if you still have problems, just PM me and I will look over the installation.

The 'Features' list is what it can do. You need to read the instructions from the 'Basic Installation' first. This informs you which contents to upload, depending on the features you require. It also states to use the Previewer Test files before uploading, so you can change the default images.
Reply With Quote
  #15  
Old 05-11-2010, 08:01 AM
whitedd's Avatar
whitedd whitedd is offline
 
Join Date: Jan 2010
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

...super...
...inastalled and nominated...
...please,where i can pay fee for non-branding version...
Reply With Quote
  #16  
Old 05-11-2010, 09:19 AM
syrus.xl's Avatar
syrus.xl syrus.xl is offline
 
Join Date: Jun 2005
Location: In a cyber world...
Posts: 999
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by whitedd View Post
...super...
...inastalled and nominated...
...please,where i can pay fee for non-branding version...
Thank you. The non-branded version will be available later today in our website store.
Reply With Quote
  #17  
Old 05-11-2010, 12:22 PM
Delilahs Delilahs is offline
 
Join Date: Mar 2009
Posts: 213
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

all done and working a treat, including new affiliate numbers for vbseo etc.

nominated for MOTM
Reply With Quote
  #18  
Old 05-11-2010, 03:03 PM
x626xblack x626xblack is offline
 
Join Date: Oct 2009
Location: Houston Tx.
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am ignorant to how this works. "Please read on how to setup the vB Flash Header System locally,"

Where do I read on how to set it up locally? I went through the site links and the documentation in the zop
Reply With Quote
  #19  
Old 05-11-2010, 03:14 PM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by syrus.xl View Post
Quick Note:
The transitional effects available within the header and banner rotator total over 80. These can be set up for every image onload and onUnload, used randomly or sequentially.

Just a few...Arc, Blur, Drop, Fade, Fold, Rotate, Slide, Squares, Twist, Wave, Wipe, Wobble, Zoom

Each one of the above has numerous variations...

can you give us a complete list of these effects?

another question what about the branding free? right now what we can do with your addon?

TIA
Reply With Quote
  #20  
Old 05-11-2010, 03:17 PM
syrus.xl's Avatar
syrus.xl syrus.xl is offline
 
Join Date: Jun 2005
Location: In a cyber world...
Posts: 999
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by x626xblack View Post
I am ignorant to how this works. "Please read on how to setup the vB Flash Header System locally,"

Where do I read on how to set it up locally? I went through the site links and the documentation in the zop
Basically, just open either one of the folders which you wish to upload, inside you will find a "Previewer" file. This will load the header in to your browser locally, allowing you to change the images, etc before uploading the full contents to your server. The Previewer files contain further documentation.

I thought I had covered these files, maybe I didn't - there was a lot of documentation to type up.

You should be okay now.
Reply With Quote
  #21  
Old 05-11-2010, 03:23 PM
syrus.xl's Avatar
syrus.xl syrus.xl is offline
 
Join Date: Jun 2005
Location: In a cyber world...
Posts: 999
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KURTZ View Post
can you give us a complete list of these effects?

another question what about the branding free? right now what we can do with your addon?

TIA
All transitions are listed under the Documentation/vB Flash Header Pro Transition settings.txt file. It shows all in and out effects available.

The branding-free version will be available shortly in our store.
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 11:15 PM.


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.05764 seconds
  • Memory Usage 2,336KB
  • 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
  • (4)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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