Go Back   vBulletin Modification Discussions > Free vBulletin Modification Releases > vBulletin Add-ons
Home Register FAQ Members List Calendar Mark Forums Read
vBSEO Info Tags

About This Page: This is a discussion on vBulletin Flash Affiliate Linking System (Multi-Purpose) within the vBulletin Add-ons forums, part of the Free vBulletin Modification Releases category, at vBulletin Modification Discussions. vBulletin Flash Affiliate Linking System (Multi-Purpose)


Comment
 
LinkBack Release Tools
Syrus XL Media
Member
Syrus XL Media's Avatar

vBulletin Version: 3.0.0 - 3.6.5
 

Mod Version: 1.0.0
 

Released: 04-15-2007
 

Installs: 53
 

Last Update: 04-15-2007
 

Rating: Release Rating: 2 votes, 1.00 average.
 
Supported
DB Changes
Installer Included
Uses Plugins
Manual Template Changes
Automated Template Changes
Code Changes
Additional Files
Is a Beta!
Release
Attached Images
File Type: jpg linking_system_blue.jpg (27.9 KB, 1 views)
File Type: jpg affiliate_system_dark.jpg (25.2 KB, 1 views)
Attached Files
You must click install to download the files.

Release Tools
Cool vBulletin Flash Affiliate Linking System (Multi-Purpose)

vBulletin Flash Affiliate Linking System (Multi-Purpose)



Another creative idea brought to you by Syrus XL Media.
Digital Port UK ? Digital Port UK - Digital Port
LIVE DEMO: Welcome to www.shedevils-ld.comforums! Search Results Powered by OXiDE search ....radical results (TM)
Released: 15th April 2007
Version: 1.0.0
Documentation: Download packaged with .txt and .pdf formats.
Colored Variations: Available now in Silver/Grey, Blue and Dark

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 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.

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=$vboptions[simpleversion]"></script>
Above add this:
Code:
<script type="text/javascript" src="clientscript/flashobject.js"></script>
In Forum Home Templates > FORUMHOME template
FIND:
Code:
$navbar
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 -->
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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-15-2007, 02:49 PM   #2 (permalink)
Administrator
 
Code Monkey's Avatar
 
Join Date: May 2006
Posts: 2,194
Code Monkey is on a distinguished road
Very cool idea. Thanks for your submission. I'm sure many users will find it very useful indeed.
__________________
Please do not PM me unless it's personal. General vBulletin or mod questions by PM will be ignored.

Try the vBSEO Demo

Click here for Instant Community
Code Monkey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-15-2007, 02:52 PM   #3 (permalink)
Member
 
Syrus XL Media's Avatar
 
Join Date: Dec 2006
Location: England, UK
Posts: 36
Syrus XL Media is on a distinguished road
Quote:
Originally Posted by Code Monkey View Post
Very cool idea. Thanks for your submission. I'm sure many users will find it very useful indeed.
You're welcome! Only released it this evening... seems to be attracting many people!
Syrus XL Media is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-27-2007, 10:45 AM   #4 (permalink)
Junior Member
 
Join Date: Dec 2007
Posts: 1
MotMann is on a distinguished road
Re: vBulletin Flash Affiliate Linking System (Multi-Purpose)

If i used that mod with a affiliinet with Impressions. Did all Banners acount in one load from the Forum?
MotMann is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-09-2008, 06:13 AM   #5 (permalink)
Junior Member
 
Join Date: Jan 2008
Posts: 4
Hangman is on a distinguished road
Re: vBulletin Flash Affiliate Linking System (Multi-Purpose)

Quote:
Originally Posted by MotMann View Post
If i used that mod with a affiliinet with Impressions. Did all Banners acount in one load from the Forum?
Yes. All images will be load in one pass.

Greets,
Hangman
Hangman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Comment
Tags: , , , ,





Currently Active Users Viewing This Release: 1 (0 members and 1 guests)
 
Release Tools

Posting Rules
You may not post new releases
You may not post comment
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


A vBSkinworks Design Recoded By vBModder.
All Code Distributed On This Site is © 2006 by it's author.
Search Engine Optimization by vBSEO 3.1.0

All times are GMT -7. The time now is 09:50 AM.
Online Users 51
Registered 1
Guests 50
Members 3146
Active Members 230
Threads 1583
Posts 7000
Top poster: Code Monkey (2194)
Welcome to our newest member, tradestore
Most users ever online was 235, 04-11-2007 at 08:59 AM.
Speak Out! vBulletin gets the web talking!


vBulletin Setup SEO

vBulletin graphics resource images