DVC - Signature of the week v1.2

DEViANT

New Member
DVC - S.O.T.W
Another great release by Team DEViANT & HS

Mod Description:
Place and maintain an effective and awesome looking S.O.T.W Box on your forum Home page. Added Accessibility's gives it maximum usage wich makes this mod different from all the other S.O.T.W mod releases. Absolutely NO template edits are required. Just import the product and start modifying the settings.

Mod Info:
  • New templates : 1
  • New Plugins : 3
  • Template Edits: 0

Mod Capability's
  • Global on/off switch
  • SOTW Competition version set - able
  • Linkbacks to Winner's profile
  • Linkbacks to original poll/thread in wich the winner was declared
  • Easy image placement (Absolutely no html required, just the image link)
  • Admin is allowed to rate the sig
  • Avatar of winner automatically displaid
  • Prize anouncement (Anounce what prize(s) the winner won)
  • Admin Ratings shown as stars
  • Select Display location

Instalation
  1. Go into your vBulletin AdminCP
  2. From there go to Plugins & Products => Manage Products => [Add/Import Product] => Upload the product ("Product - SOTW.xml") From your computer
  3. Manage Settings via AdminCP => vBulletin Options => vBulletin Options => SOTW

Screenshots:
| Admin End screenshot | User End Screenshot |


Credits
  • Mod released by DEViANT AkA Millenium IT & Strife

History
v1.2
  • Added allot of controlls
  • Changed the apearance
  • Template modifications automated
  • Change-able location option added
  • Bug Fixes

v1.1 {never released to the public}
  • Changed from template mod to product
  • Bug Fixes

v1.0 {never released to the public}
  • Official release
  • Template Based S.O.T.W

Code:
Download:
http://www.MegaShare.com/257549

Disclaimer:
Product released by Team DEViANT . You may NOT leech this release and call it your own. All rights reserved 2006 - 2009
 

Nightvision

New Member
Signature of the week v1.2 ?

The product file says it's v1.0.0 ?

Note: the location (where the sign will be listed) (ACP) you can select "below navbar" , "Above Forums" , "below forums" , "below who's online". When u use "below navbar" or "above forums" this makes no cense, the sign will be listed on the same spot :) the rest of the mod seems to be working fine ...
 

DEViANT

New Member
No it wont be. Install the shoutbox mod and see for yourself. As for the version issue, its the 1st public released version, but the 1.2 release of the mod in totality
 

trbznl

New Member
dcuellar said:
The author of this code actually already answered my question.

Can someone take a snapshot of this so we can see this coding? Or copy and paste it here?

HS - Signature of the Week - Page 4 - vBulletin.org Forum

Find: <if condition="$show['threadslist']">

Add Above: <if condition="$forumid == 1">$hs_sotw</if>

OR if you want it to display in multiple forums...
Code:
<if condition="in_array($forumid, array(1,2,2))">$hs_sotw</if>
 
Top