vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miscellaneous Hacks - SW Affiliation Table (https://vborg.vbsupport.ru/showthread.php?t=218790)

OSX_SW 07-16-2009 10:00 PM

SW Affiliation Table
 
Description :

This Mod Adds A Simple Table Wherever You Want On Your Forum.
[Recommended : Bottom Of The Page]
NOTE : The Template Mods In This Are Only For Adding The Table At The Bottom.

You Can Configure Upto 10 Affiliates In The Table From The ACP.

FORUMHOME View :

https://vborg.vbsupport.ru/external/2009/07/40.jpg

ACP View :

https://vborg.vbsupport.ru/external/2009/07/41.jpg

How To Install :
  1. Go to AdminCP > Plugins & Products > Manage Products > [Add/Import Product]
  2. Then Import The File "product-sw_affiliatetable.xml"
  3. Go to vBulletin Options > vBulletin Options > WC Affiliate Manager To Edit The Affiliate Names and Links.

Then Go To Style Manager > Your Skin Name > Edit Templates > footer.

Search For :

Code:

$vboptions[copyrighttext]
Add Below :

Code:

<!--SW Affiliate Table Start-->
$sw_affiliate
<br />
<!--SW Affiliate Table End-->

Table Formatting :

Go To Your Style Name > Edit Templates > sw_affiliate

Table Border :
Code:

Find :
table-layout:fixed;background-color:#00bbee;

Replace "00bbee" With Any Color You Want

Font Color When Mouse Is Over The Cell :
Code:

Find :
td a:hover{color:#F2F5F9;background-color:#00bbee;

Replace The "color" Value [F2F5F9] With Any Color You Want

Font Color When Mouse Is Not Over The Cell :
Code:

Find :
table#ll tbody td a{color:#00bbee;background-color:#ffffff;}

Replace The "color" Value [00bbee] With Any Color You Want

Background Color When Mouse Is Over The Cell :
Code:

Find :
td a:hover{color:#F2F5F9;background-color:#00bbee;

Replace The "background-color" Value [00bbee] With Any Color You Want

Background Color When Mouse Is Not Over The Cell :
Code:

Find :
table#ll tbody td a{color:#00bbee;background-color:#ffffff;}

Replace The "background-color" Value [ffffff] With Any Color You Want

NOTE : SUPPORT WILL BE GIVEN ONLY TO THOSE WHO MARK THIS AS INSTALLED

sherwood 07-17-2009 10:58 AM

Genius you can rip someone else's product and re-release as your own.

This guys not trusted.. here is the origonal one:
https://vborg.vbsupport.ru/showthread.php?t=218306

Look you didn't even bothering changing the description:
https://vborg.vbsupport.ru/external/2009/07/42.jpg


All times are GMT. The time now is 05:04 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00976 seconds
  • Memory Usage 1,718KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (7)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete