Digital Port Logo
HomePage UserCP
QuickLinks
Memberlist Blogs Search Calendar FAQ Register

Go Back   Digital Port UK > vBulletin Modifications > vBulletin flash-based Modifications - Free
Register eZines Blogs Product Demos Members List Search Today's Posts Mark Forums Read

vBulletin flash-based Modifications - Free All modifications in this section are free to use on any vBullletin board. We only publish high quality modifcations, which are thoroughly tested before release.

Additional Options
3 members and 73 guests
doggymad, gooseylucy, shithappen
Most users ever online was 4,629, 05-07-2008 at 06:39 AM.
Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-15-2007, 05:37 PM
hybrid's Avatar
Syrus XL Media
 
Join Date: Oct 2003
Location: Gloucester, England
Posts: 2,010
hybrid will become famous soon enoughhybrid will become famous soon enough
Cool vB Flash Affiliate Linking System (Multi-Purpose)

vB Flash Affiliate Linking System (Multi-Purpose)

[coverattach=6]Another creative idea brought to you by Syrus XL Media.
Digital Port UK – Digital Port UK - vBulletin Flash Enhancements - Home
LIVE DEMO: http://www.shedevils-ld.com
Released: 15th April 2007
Version: 1.0.0
Documentation: Download packaged with .txt and .pdf formats.
Color Variations available: Silver/Grey, Shiny Black or Shiney Blue.

Description
Even though we have called this an ‘Affiliate Linking System’, it could serve many other purposes, depending on configuration. Basically, it will rotate any image, along with a title and an active url. You can also rename the modification name (currently the text on the bottom left) by editing the supplied content.txt file.

Some suggested uses of this modification:
• Display forum Administrators and Moderators photos.
• Use as a miniature gallery.
• Use to display your affiliates.

The modification uses no database queries and is totally XML driven, maybe in the future we will change this to a database driven modification.

Usage

Windows users can benefit from using the scroll-wheel to flick through the various links. By double-clicking on any image, the url will be opened in a new window. A single click on any image will bring it to the front.

Adding new links with thumbnails is just a case of creating the thumbnail and editing the XML file. There’s no need to know anything about Flash, everything is controlled externally.

F.A.Q:
Can this be installed on any website?
Yes, it can. All that is needed is the flash embed code, which is used below. It is very versatile due to being totally XML driven.

vBulletin Installation
Please read this carefully, these instructions will place the modification display on your forum homepage (if you wish to put this on the vBadvanced CMPS please view below). These instructions assume you are using the vBulletin default style.

In all installations upload all the files within the UPLOAD folder to your forum root directory.

Directory structure:
adls_data.xml
adls_content.txt
vbadlsystem.swf
/adls_images
/clientscript/flashobject.js
Note: If you have installed previous modifications by us, you may find that the flashobject.js file is already in your vbulletin installation. This file is used for fixing compatibility issues when embedding flash files, with some browsers.

Template Edits:

AdminCP -> Styles & Templates -> Style Manager -> Default Style -> Edit Templates

In the headinclude template
FIND:
Code:
<script type=\"text/javascript\" src=\"clientscript/vbulletin_global.js?v=\"></script>
Above add this:
Code:
<script type=\"text/javascript\" src=\"clientscript/flashobject.js\"></script>
In Forum Home Templates > FORUMHOME template
FIND:
BELOW ADD:
Code:
<div align=\"center\" width=\"100%\" id=\"link_display\">
Warning!!! To view this please enable JavaScript and Flash! 
</div>
<script type=\"text/javascript\">
   var fo = new FlashObject(\"vbadlsystem.swf\", \"link_display\", \"700\", \"230\", \"8,0,0,0\", \"#E9E9F2\");
   fo.addParam(\"quality\", \"high\");
   fo.addParam(\"wmode\", \"transparent\");
   fo.write(\"link_display\");
</script>
<!-- js flashobject -->
Change the "#E9E9F2" to suit the background color of your forum.

End of Template edits to Display modification on vBulletin homepage.

Configuring the adls_content.txt file

This file only contains the text which you want to display along the bottom of the display. When editing this file do not add spaces before the main variable.

EXAMPLE:
content=Whatever you want goes here

Configuring the adls_data.xml file
This file needs very little explanation, however here’s what 3 variables you can change per image url.

The file contents:
Code:
<?xml version=\"1.0\" encoding=\"utf-8\"?>

<photos path=\"adls_images/\">   This path can be changed, just a default we have set for the images.

   <photo name=\"Digital Port UK\" url=\"image1.jpg\" link=\"http://www.digitalport.co.uk/\"></photo>

</photos>
The ‘photo name’ is the text you would like under the image when displayed.
The ‘url’ is the path to your image (note the directory is not required).
The ‘link’ is for your image when double-clicked on.

Creating your thumbnails

Each thumbnails image is 200x150 pixels and a non-progressive jpeg format. The flash file will resize thumbnails when they are the incorrect size, but this may lead to distortion.


vBadvanced Installation

The installation is pretty much the same apart from one template edit. These instructions assume you have installed the CMPS inside your forum ROOT, not outside.

If you have installed the vBadvanced CMPS outside the forum ROOT you will need to prepend the urls of the edits required with the flashobject.js and the vbadlsystem.swf with the full url path.

You will need to upload all files as previously mentioned for the vBulletin installation and also do the headinclude template edit.

On top of this you will need to do the following edit:
In the vBadvanced CMPS Templates -> adv_portal
FIND:
Code:
<table align=\"center\" class=\"page\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">
BELOW ADD:
Code:
<div align=\"center\" width=\"100%\" id=\"link_display\">
Warning!!! To view this please enable JavaScript and Flash! 
</div>
<script type=\"text/javascript\">
   var fo = new FlashObject(\"vbadlsystem.swf\", \"link_display\", \"700\", \"230\", \"8,0,0,0\", \"#E9E9F2\");
   fo.addParam(\"quality\", \"high\");
   fo.write(\"link_display\");
</script>
<!-- js flashobject -->
<br />
Change the "#E9E9F2" to suit the background color of your forum.

End of CMPS Template edits

Enjoy!
Attached Images
File Type: jpg affiliate_system_dark.jpg (25.2 KB, 53 views)
Caption: vB Affiliate Linking System - suitable for dark styles.
File Type: jpg linking_system_blue.jpg (27.9 KB, 28 views)
Caption: vB Affiliate Linking System - suitable for light or blue styles.
File Type: jpg screenshot_affiliate.jpg (14.5 KB, 3 views)
Caption: vB Affiliate Linking System - suitable for light or silver styles.
Attached Files
File Type: zip vB_Affiliate_Linking_System.zip (235.3 KB, 61 views)
File Type: zip vB Affiliate Linking System - Dark.zip (249.0 KB, 69 views)
File Type: zip vB Affiliate Linking System - Blue.zip (226.7 KB, 48 views)
__________________
Hybrid

linkShareLive
<-- Free and Paid Directory Listing (get your website listed now)
'Forever busy.... is there more to life?'
Microsoft TechNet Member
My Space Profile: http://www.myspace.com/syrusxl

Last edited by hybrid; 11-07-2008 at 09:17 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #2 (permalink)  
Old 04-16-2007, 07:16 PM
Jeannette2's Avatar
DP Member
 
Join Date: Apr 2007
Location: Nailsea, Somerset, UK
Posts: 34
Jeannette2 is on a distinguished road
Talking Re: vB Flash Affiliate Linking System (Multi-Purpose)

Oh Boy! This is another great mod, hybrid.

I had no problems at all with install and it's working just great. I intend to set it up as a mini gallery first and then set to on a bit of creative thinking.

As always, first class work.

Many thanks, my highly skilled friend.

Love

J2
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-16-2007, 07:22 PM
hybrid's Avatar
Syrus XL Media
 
Join Date: Oct 2003
Location: Gloucester, England
Posts: 2,010
hybrid will become famous soon enoughhybrid will become famous soon enough
Re: vB Flash Affiliate Linking System (Multi-Purpose)

I'll be adding a few variations of this - mostly colour differences. A border and background removal version, and possibly a blue version (Web2.0).
__________________
Hybrid

linkShareLive
<-- Free and Paid Directory Listing (get your website listed now)
'Forever busy.... is there more to life?'
Microsoft TechNet Member
My Space Profile: http://www.myspace.com/syrusxl
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-16-2007, 07:34 PM
Jeannette2's Avatar
DP Member
 
Join Date: Apr 2007
Location: Nailsea, Somerset, UK
Posts: 34
Jeannette2 is on a distinguished road
Re: vB Flash Affiliate Linking System (Multi-Purpose)

That's fantastic. I'll be looking out for the upgrades with interest.

Now, I'm gonna off to sleep and load this mod on my primary forum tomorrow.

If anyone wants to take a peek at my first install, feel free to look on my husband's site under construction here. Note that I've only added one image so far and am thinking about how best to deploy this incredibly simple (to install) but very useful hack.

On ya, hybrid!

J2

Last edited by Jeannette2; 04-16-2007 at 07:37 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-17-2007, 04:24 AM
shedevil's Avatar
Senior Member
 
Join Date: Jun 2005
Location: Essex
Posts: 395
shedevil is on a distinguished road
Send a message via MSN to shedevil
Thumbs up Re: vB Flash Affiliate Linking System (Multi-Purpose)

boss.just wanna say thank you for this new mod,i love it
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-18-2007, 09:06 PM
titorevolu's Avatar
I'm new
 
Join Date: Apr 2007
Location: Puerto Rico
Posts: 11
titorevolu is on a distinguished road
Re: vB Flash Affiliate Linking System (Multi-Purpose)

awesome, thanks for this.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 04-20-2007, 09:25 AM
reggaeton_cubano's Avatar
I'm new
 
Join Date: Apr 2007
Posts: 5
reggaeton_cubano is on a distinguished road
Re: vB Flash Affiliate Linking System (Multi-Purpose)

oh men i like it
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 04-21-2007, 01:00 AM
kiwi1960's Avatar
I'm new
 
Join Date: Apr 2007
Posts: 5
kiwi1960 is on a distinguished road
Re: vB Flash Affiliate Linking System (Multi-Purpose)

This is good, damn good idea in fact.

I cannot get over what this site has to offer.... my mouth is watering...

in fact, I wonder what the commercial scripts are like....

must be fantastic!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 04-21-2007, 09:08 AM
hybrid's Avatar
Syrus XL Media
 
Join Date: Oct 2003
Location: Gloucester, England
Posts: 2,010
hybrid will become famous soon enoughhybrid will become famous soon enough
Re: vB Flash Affiliate Linking System (Multi-Purpose)

Quote:
Originally Posted by kiwi1960 View Post
This is good, damn good idea in fact.

I cannot get over what this site has to offer.... my mouth is watering...

in fact, I wonder what the commercial scripts are like....

must be fantastic!
Let's just say, we like to be different!

Our commercial scripts are not online yet, currently the shop is being populated with various scripts. All of our commercial modifications, will be domain locked and set to break if someone tries to decompile them. This is to protect ourselves from some people that will try to get our mods on to 'warez' sites. We've already found someone had posted an older commercial modification on to a 'sharing' website, but we got this removed - I expect it will appear before long elsewhere.

You can expect our commercial modifications to be of a very high standard, and feature-packed.
__________________
Hybrid

linkShareLive
<-- Free and Paid Directory Listing (get your website listed now)
'Forever busy.... is there more to life?'
Microsoft TechNet Member
My Space Profile: http://www.myspace.com/syrusxl
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 04-25-2007, 09:47 AM
roller2468's Avatar
I'm new
 
Join Date: Apr 2007
Posts: 5
roller2468 is on a distinguished road
Re: vB Flash Affiliate Linking System (Multi-Purpose)

this is what i have been looking for thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
affiliate, fals, flash, gallery, images, linking, system, xml based


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Starting over beez Microsoft Public WindowsXP General 6 02-22-2006 09:08 AM
Starting over beez Microsoft Public WindowsXP General 6 02-10-2006 03:02 PM
System Restore badsgt Microsoft Public WindowsXP General 3 02-01-2006 05:04 PM
system restore and help wont open webig5 Microsoft Public Windows Update 16 11-23-2005 08:09 AM
Dual Boot XP helslayer Windows XP Tips & Tricks 0 11-25-2004 03:57 PM



2003-2008 ©Digital Port UK

Powered by vBulletin
Copyright ©2000 - 2008
Mortgages | Mortgage Calculator | Personal Finance | Credit Cards | Refinance

Content Relevant URLs by vBSEO 3.2.0