The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Sports Manager (NFL, NBA, NCAA, MLB, FIFA, NASCAR, NHL, Premier) Details »» | |||||||||||||||||||||||||||
Sports Manager (NFL, NBA, NCAA, MLB, FIFA, NASCAR, NHL, Premier)
Developer Last Online: Feb 2020
First off, thanks goes out to Sniper for giving me permission to modify his Mood Manager and release a Sports Manager.
Is currently not compatible with vBAdvanced (Unless someone wants to come out with a fix) What is this? Basically its just like the Mood Manager but with sports. Current Sports: FIFA: International Federation of Association Football MLB: Major League Baseball NASCAR: National Association of Stock Car Auto Racing NBA: National Basketball Association NCAA: National Collegiate Athletic Association NFL: National Football League NHL: National Hockey League Premier: English FA Premiership League Soccer in Uk Show Your Support
|
Comments |
#32
|
||||
|
||||
I'm using the autoedit. So it would be $usernascardrivers
|
#33
|
|||
|
|||
FYI: In the text readme file, you are using $usernascarteams everywhere
|
#34
|
||||
|
||||
Yes, I realized that. It will be fixed in the next version. Thank you. Did you get it fixed?
|
#35
|
|||
|
|||
any images?
|
#36
|
|||
|
|||
Quote:
Thanks! |
#37
|
||||
|
||||
Updated to version 2.0.0
It is now released as ONE bulk package |
#38
|
||||
|
||||
Nice thanks..
|
#39
|
|||
|
|||
Is there a way this can be made where we can do the selections in some sort of drop down menu? I would love to use all the sports, but that was overkill on my navbar, LOL.
Trying to figure out a way on my end at the moment. |
#40
|
||||
|
||||
Here's what I did to make everything look good in the navbar and postbit template. It's probably not coded correct but it worked.
postbit template: ----------------------------------------------------------------------------------------------------------- Find: ------ <tr> <if condition="$show['avatar']"><td class="alt2" valign="top"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if> ** you probably won't have the valign="top", I added this to make sure the avatar was on top. Add above: -------------- <!-- /show teams --> <tr> <div align="left"> <if condition="$post['nflteam']"> <!-- current team --> <fieldset><legend>My Teams</a></legend> <if condition="!empty($post[nflteam])"> $vbphrase[my_nflteam]: <img src="$vboptions[bburl]/images/nfl/$post[nflteam].gif" border="0" /></if> <if condition="!empty($post[nbateam])"> $vbphrase[my_nbateam]: <img src="$vboptions[bburl]/images/nba/$post[nbateam].gif" border="0" /></if> <if condition="!empty($post[mlbteam])"> $vbphrase[my_mlbteam]: <img src="$vboptions[bburl]/images/mlb/$post[mlbteam].gif" border="0" /></if> <if condition="!empty($post[nhlteam])"> $vbphrase[my_nhlteam]: <img src="$vboptions[bburl]/images/nhl/$post[nhlteam].gif" border="0" /></if> <if condition="!empty($post[ncaateam])"> $vbphrase[my_ncaateam]: <img src="$vboptions[bburl]/images/ncaa/$post[ncaateam].gif" border="0" /></if> <if condition="!empty($post[nascardriver])"> $vbphrase[my_nascardriver]: <img src="$vboptions[bburl]/images/nascar/$post[nascardriver].gif" border="0" /></if> <if condition="!empty($post[fifateam])"> $vbphrase[my_fifateam]: <img src="$vboptions[bburl]/images/fifa/$post[fifateam].gif" border="0" /></if> </fieldset></if> </div></tr> <!-- /show Teams --> **doesn't include the English FA Premiership League Soccer in Uk navbar template: ----------------------------------------------------------------------------------------------------------- Find: ------ <!-- breadcrumb, login, pm info --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> Add above: -------------- <!-- My Teams --> <if condition="$show['member']"> <tr width="100%"><span class="navbar"><strong>My teams:</strong> $usernflteams $usernbateams $usermlbteams& nbsp$usernhlteams $usernca ateams $usernascardrivers $userfifateams </phrase></if> </if> <!-- My Teams --> **doesn't include the English FA Premiership League Soccer in Uk It's not best code, maybe someone can fix it and make it better. Check screenshots |
#41
|
|||
|
|||
I made it for ya...
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|