![]() |
Quote:
|
FYI: In the text readme file, you are using $usernascarteams everywhere :D
|
Quote:
|
any images?
|
Quote:
:D Thanks! |
Updated to version 2.0.0
It is now released as ONE bulk package |
Nice thanks..
|
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. |
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 |
Quote:
|
All times are GMT. The time now is 06:36 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|