vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Mini Mods - North American Sports Team Icons (https://vborg.vbsupport.ru/showthread.php?t=224345)

Gav-n-Tn 10-23-2009 04:12 AM

Everything went just fine with the install but it only gives one choice and then displays it 3 times. Do I need to create 3 separate user fields? One for each team choice? Wouldn't a multple check box work better?

Nevermind. I answered my own question. Multiple check box only allows 31 items. I just created 3 of the "My Favorite Sports Teams" user fields.

stickskills 10-28-2009 03:13 AM

Any heads up on updating new schools or a PSD?

oddmud 10-28-2009 11:20 PM

I've installed it, and you can choose your favourite team. But... it's now showing the image of the favourite team in the profile.

http://www.goaliecrease.net/forums/m...outme&simple=1

Code:

<div align="center">
<if condition="$post[field5] != ''"><img src="http://www.goaliecrease.net/forums/images/teams/$post[field5].gif" title="$post[field5]" align="center" border="0"/></if>
</div>


oddmud 11-01-2009 10:44 PM

still no answers?

stickskills 11-02-2009 03:01 PM

Looks like DA U (Miami University) isn't in there as well.

Onyx513 11-02-2009 09:08 PM

Quote:

Originally Posted by iMageREAL (Post 1897623)
great mod,but im having a problem maybe someone could help me solve...

seems i can only chose 1 team from the dropdown menu and it is displaying in postbit same team x 3 ... how do you pick multiple teams from single choice menu as shown on this url >> http://www.my247forums.com/showthread.php?t=49224

EDIT: my bad im just a little slow,got it sorted,great mod

How did you resolve this problem?

soulnothing 11-06-2009 07:18 AM

either take out these 2 to show one
Code:

<if condition="$post[fieldX] != ''"><img src="images/teams/$post[fieldX].gif" title="$post[fieldX]" align="center" border="0"/></if>
<if condition="$post[fieldX] != ''"><img src="images/teams/$post[fieldX].gif" title="$post[fieldX]" align="center" border="0"/></if>

or make new profile fields so that you have 3 differ choice (follow steps 2 - 4)

example:
Code:

<div align="center">
<if condition="$post[field1] != ''"><img src="images/teams/$post[field1].gif" title="$post[field1]" align="center" border="0"/></if>
<if condition="$post[field2] != ''"><img src="images/teams/$post[field2].gif" title="$post[field2]" align="center" border="0"/></if>
<if condition="$post[field3] != ''"><img src="images/teams/$post[field3].gif" title="$post[field3]" align="center" border="0"/></if>
</div>

this is a very similair mod that me and my friend came up with for games
you can also add this to the top of the code:
Code:

<if condition="$post[fieldXX] != ''"><center><b>My Favorite Sports team(s):</b></center></if>

oddmud 11-11-2009 12:46 AM

still not showing any logos.. followed directions exactly.

soulnothing 11-11-2009 02:13 AM

did u make sure u put the images in the right spot on your server??? home.com/images

oddmud 11-15-2009 08:09 PM

yes, i said i followed the directions exactly. ;)

i tried both /images/teams/ and http://www.mydomain.com/forums/images/teams/


All times are GMT. The time now is 02:09 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.01161 seconds
  • Memory Usage 1,739KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete