Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Forum Affiliates Details »»
Forum Affiliates
Version: 1.0.1, by Marky Marky is offline
Developer Last Online: May 2012 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.6.4 Rating:
Released: 12-29-2006 Last Update: 01-01-2007 Installs: 78
Uses Plugins Template Edits
 
No support by the author.

Hey all,

My vBulletin licence has now run dry and so I'll have to wait until I have enough cash to purchase a new one before I continue / start production on new and previous modifications.

But before it run out, I managed to finish this modification which I thought you might find useful.

Easy installation as per usual, just upload the product and install

See screenshots for description, since it says it itself.

I will try my best to give support on the mod.

Thanks and enjoy

- Marky

---------------------------------------

Installed this modification? Click Install
Want to see even more? Vote this mod for MOTM!

---------------------------------------

Modification Information

Modification Name: Forum Affiliates
Version: 1.0
Created By: Mark Spiers (Marky)

What does it do?

It adds a box below the stats at the bottom of your forums (See screenshot) that allows you to add up to 10 different affiliates, and completely customize the box, such as box title and even the affiliates image to blend well into the forum.

Installation

Installation is simple, and should take around a minute (if that).
Just upload the product given, and follow the instruction given for the template edit. Then you can customize the options straight from the vBulletin Options.

Products: 1
Plugins: 2
Template Edits: 1 (FORUMHOME)
Time to Install: Less than 1 Minute

Donations

I create vBulletin modifications for the vBulletin community, and of course I do not get paid to do it. I would be very grateful if you donated to me if you like my modifications. But of course this is optional

To donate, use the paypal image below:



Other

This modification must not be redistributed without consent from me, Mark Spiers (Marky).

---------------------------------------
Changelog
---------------------------------------

V 1.0
====
Mod Birth

V 1.0.1
======
Added feature to allow user to add a "Target Window" to all links.

Show Your Support

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

Comments
  #22  
Old 01-03-2007, 05:09 PM
extreme-mobile extreme-mobile is offline
 
Join Date: Dec 2006
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Marky View Post
Currently due to the additions that swf files need in html, version 1.0 doesn't support swf files for affiliates. BUT - I've edited the product (See attached file) and in the admin control part, where you put the image you must add the swf html equivilent. For example, if you want an image there you must put:
<img border="0" src="image.gif">
For swf:
<object width="xx" height="xx"><param name="movie" value="movie.swf"></param><param name="wmode" value="transparent"></param><embed src="movie.swf" type="application/x-shockwave-flash" wmode="transparent" width="xx" height="xx"></embed></object>



1) How about the option to have either one from the theme folder and a custom one?

2) That's a definate. I'll be going back to school tommorow, but if I don't have too much on, I'll get this done by tommorow



Yes sorry the instructions are rushed I agree. I will update them soon to make them clearer and of course give you different places to stick the affiliates box

And on the AJAX front, unfortunatly I can't do AJAX But I'll definatly consider an alternative way...

- Marky
thanks marky,

but im having slight problem with getting it to show, maynbe im editing the code wrong???

<object width="xx" height="xx"><param name="movie" value="movie.swf"></param><param name="wmode" value="transparent"></param><embed src="movie.swf" type="application/x-shockwave-flash" wmode="transparent" width="xx" height="xx"></embed></object>

how would i edit the above?

many thanks

dean
Reply With Quote
  #23  
Old 01-03-2007, 11:13 PM
Marky's Avatar
Marky Marky is offline
 
Join Date: Aug 2004
Location: UK
Posts: 321
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by extreme-mobile View Post
thanks marky,

but im having slight problem with getting it to show, maynbe im editing the code wrong???

<object width="xx" height="xx"><param name="movie" value="movie.swf"></param><param name="wmode" value="transparent"></param><embed src="movie.swf" type="application/x-shockwave-flash" wmode="transparent" width="xx" height="xx"></embed></object>

how would i edit the above?

many thanks

dean
Change xx with the width and height, and movie.swf with the swf file url.
Reply With Quote
  #24  
Old 01-04-2007, 06:06 AM
extreme-mobile extreme-mobile is offline
 
Join Date: Dec 2006
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Marky View Post
Change xx with the width and height, and movie.swf with the swf file url.
yeh have tried that but with no luck

<object width="60" height="50"><param name="movie" value="http://www.extreme-mobile.co.uk/mylogos/movie.swf"></param><param name="wmode" value="transparent"></param><embed src="http://www.extreme-mobile.co.uk/mylogos/movie.swf" type="application/x-shockwave-flash" wmode="transparent" width="60" height="50"></embed></object>

thats what ive used

any ideas?
Reply With Quote
  #25  
Old 01-04-2007, 05:34 PM
extreme-mobile extreme-mobile is offline
 
Join Date: Dec 2006
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ignore last post

all working now
Reply With Quote
  #26  
Old 01-08-2007, 04:44 AM
DollarBill DollarBill is offline
 
Join Date: Jan 2007
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Target="_blank" is not xhtml compliant last time I checked.

Nice mod anyhow.
Reply With Quote
  #27  
Old 04-06-2007, 06:29 PM
Mr Morningstarr's Avatar
Mr Morningstarr Mr Morningstarr is offline
 
Join Date: Jun 2006
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any idea how I can use ALT tags with this hack?
Reply With Quote
  #28  
Old 04-08-2007, 02:49 AM
iogames's Avatar
iogames iogames is offline
 
Join Date: Jan 2007
Location: Las Vegas, NV.
Posts: 1,433
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Marky View Post
Version 1.0.1 Released
Changes in this version:
*Added feature to allow user to add a "Target Window" to all links.

--------

Had a bit of spare time, thought I'd throw it up instead of tommorow

Enjoy!

- Marky
I can't communicate with you Marky [about Bizness]
Reply With Quote
  #29  
Old 04-19-2007, 08:51 AM
deezelpope deezelpope is offline
 
Join Date: Feb 2007
Posts: 1,272
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice! Installed, thank you!:up:
Reply With Quote
  #30  
Old 05-03-2007, 10:33 AM
jimnyc jimnyc is offline
 
Join Date: Aug 2003
Location: New York
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Love the hack, thank you!

If I use up all 10 links, how can I add more? I have all ten filled already and need to add more but can't figure out how. I'm actually not using for affiliates, but for board contributors, that's why I need more than 10.

Thanks for any advice!

-Jim
Reply With Quote
  #31  
Old 07-11-2007, 01:08 AM
Devil Woman Devil Woman is offline
 
Join Date: Jul 2005
Location: England
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, I am looking for an affiliates box that just has text rather than images does this support text aswell as images if so how would I get just text in?

Thanks
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 06:16 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.04820 seconds
  • Memory Usage 2,314KB
  • 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_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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