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

Reply
 
Thread Tools
WC's Affiliate Footer Table Mod Details »»
WC's Affiliate Footer Table Mod
Version: 1.00, by sherwood sherwood is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.8.x Rating:
Released: 07-09-2009 Last Update: Never Installs: 31
Uses Plugins Template Edits
Additional Files Translations  
No support by the author.

I hear lots of people always asking 'How do you get a affiliate table in your footer?' and since some people don't no any html/php/ect they don't know so I've created a simple way for you to have a Affiliate Footer Table without you having to do anything apart from changing a few things in VB Options.

What does it do?
What this mod does is adds a table in your footer where you can add links to affiliating sites.
Screenshot:


This is what it will look like from admin CP side:


How to install:
  1. Go to AdminCP > Plugins & Products > Manage Products > [Add/Import Product] then import product-wc_affiliatemanager.xml
  2. Go to your footer template and find:
    PHP Code:
    <div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
    <
    br /> 
    After add:
    PHP Code:
    <!--WC Affiliate Footer Start-->
    $wc_affiliate
    <br />
    <!--
    WC Affiliate Footer Start--> 
  3. Go to vBulletin Options > vBulletin Options > WC Affiliate Manager Manager to change the URL and Forum name that appears in the affiliate table

How do I change the colors of the affiliate table?
Go to Styles & Templates > Style Manager > Edit Templates > wc_affiliate

To change the color of the border find:
Code:
;table-layout:fixed;background-color:#e9a209;width:550px;}
and change the color code that I've highlighted red.

To change the color of the text when the mouse is not over the cell find:
Code:
table#ll tbody td a{color:#e9a209;background-color:#1e1e1e;}
and change the color code that I've highlighted red.

To change the color of the cell background when the mouse is not over the cell find:
Code:
table#ll tbody td a{color:#e9a209;background-color:#1e1e1e;}
and change the color code that I've highlighted red.

To change the color of the text when the mouse is over the cell find:
Code:
td a:hover{color:#F2F5F9;background-color:#da9c17;font-weight:bold;font-size:10pt;}
and change the color code that I've highlighted red.

To change color of the cell background when the is over the cell find:
Code:
td a:hover{color:#F2F5F9;background-color:#da9c17;font-weight:bold;font-size:10pt;}
and change the color code that I've highlighted red.

Please mark as Installed before asking for support

Download Now

File Type: xml product-wc_affiliatemanager.xml (12.3 KB, 157 views)

Screenshots

File Type: jpg img1.jpg (49.0 KB, 0 views)
File Type: jpg img2.jpg (88.4 KB, 0 views)

Show Your Support

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

Comments
  #2  
Old 07-10-2009, 04:20 PM
saadessa saadessa is offline
 
Join Date: Jan 2008
Posts: 284
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very nice mod i need it and look for from long time thank you
Reply With Quote
  #3  
Old 07-10-2009, 09:30 PM
sherwood sherwood is offline
 
Join Date: May 2008
Location: United Kingdom
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You're Welcome saadessa, I'm glad you liked it!
Reply With Quote
  #4  
Old 07-14-2009, 05:10 AM
JointRolla420 JointRolla420 is offline
 
Join Date: Jun 2009
Location: Canada
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

haha wats up sherwood..

ive already had this thing installed for like a month from when u posted it on.........
Reply With Quote
  #5  
Old 07-22-2009, 10:22 AM
crouzmind's Avatar
crouzmind crouzmind is offline
 
Join Date: Feb 2009
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i installed this mod and edit the template but nothing is show . this mod not work for my site and i m using vbulletin 3.8.1 .

any body tell me why this not work for me . plz .
Reply With Quote
  #6  
Old 07-23-2009, 02:17 PM
sherwood sherwood is offline
 
Join Date: May 2008
Location: United Kingdom
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

have you added this to your template?
Code:
<!--WC Affiliate Footer Start-->
$wc_affiliate
<br />
<!--WC Affiliate Footer Start-->
Reply With Quote
  #7  
Old 07-23-2009, 02:22 PM
crouzmind's Avatar
crouzmind crouzmind is offline
 
Join Date: Feb 2009
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sherwood View Post
have you added this to your template?
Code:
<!--WC Affiliate Footer Start-->
$wc_affiliate
<br />
<!--WC Affiliate Footer Start-->
yes i have add this code but problem same .
Reply With Quote
  #8  
Old 07-23-2009, 02:23 PM
sherwood sherwood is offline
 
Join Date: May 2008
Location: United Kingdom
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can you link me to your site and post your footer template.
Reply With Quote
  #9  
Old 07-27-2009, 08:08 AM
Astral001 Astral001 is offline
 
Join Date: Apr 2009
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the mod, works great.What have I got to do for it not to appear on the login or registration page.
Reply With Quote
  #10  
Old 07-27-2009, 08:41 PM
sherwood sherwood is offline
 
Join Date: May 2008
Location: United Kingdom
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The other way you can do that is by adding it to the Pharse:

powered_by_vbulletin

add it underneath the copyright information and that should do the trick.
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 08:05 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.04608 seconds
  • Memory Usage 2,327KB
  • Queries Executed 24 (?)
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
  • (7)bbcode_code
  • (2)bbcode_php
  • (1)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
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (3)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete