vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - Sports Manager (NFL, NBA, NCAA, MLB, FIFA, NASCAR, NHL, Premier) (https://vborg.vbsupport.ru/showthread.php?t=144530)

nonamer69 04-11-2007 11:50 AM

Quote:

Originally Posted by deezelpope (Post 1224800)
It won't render the image unusable? Cuz that what I'm afraid of if I'd attempt that little maneuver.

Same here...FileZilla. It happened to me with the Country Flag mod. I got 'critical transfer error' with those image names with spaces...they wouldn't upload until I took out the spaces.:confused:

I just tried it with this...same story...all the images got that critical transfer error



just edit all filenames to an underscore _ in place of the spaces then do the same edits in the product that calls the images. That I'm sure will work for you, but I think you should talk to your host to see why its rejecting files with spaces in them.

Greek Wizard 04-11-2007 11:52 AM

Can we get this as a full package?

What I mean is let people install it and people can choose one team, from all the sports images (NFL, NHL, etc)

Some people like NASCAR only or NHL only, and the full package would not mean having to install all the different ones with many drop downs.

One drop down, for all categories.

Anyone by chance have a screen shot of the multiple dropdowns and postbit area?

I guess I could just add the images to the regular Mood manager, but I would like to have one for moods and one for all the sports.

Greek Wizard 04-11-2007 01:13 PM

I guess from the lack of screen shot in the main post, I assumed the images would be like the Mood Manager, but instead I just noticed they are the exact same images from this hack:

https://vborg.vbsupport.ru/showthread.php?t=108771

Does that author know you used those images?

Forget about what i said in the above post, not interested in installing it now since I already have the vbPlaza and Sports Icons add-on.

Invalid ID 04-11-2007 02:56 PM

Can you add Cricket as well? Thanks

Regs 04-11-2007 02:59 PM

Nicely done.

Nascar isn't showing for my install, anyone else have this issue?

NHL and Premier work no problems...

Cheers,

~Regs.

Sofia 04-11-2007 03:03 PM

Thanks a lot, Redline :)

skorzguy 04-11-2007 04:15 PM

Quote:

Originally Posted by Regs (Post 1225004)
Nicely done.

Nascar isn't showing for my install, anyone else have this issue?

NHL and Premier work no problems...

Cheers,

~Regs.


The variable is not right, change to nascardriver. I think it was nascarteam in the orginal text file.

Try this change, it should work.

### Step 1 ###

Upload the NASCAR Teams to /images/nascar/


### Step 2 ###

Install the product via the vBulletin Product Manager.


### Step 3 ###

In the postbit/postbit_legacy template

### Find ###

<div>
$vbphrase[posts]: $post[posts]
</div>


### Under it Add ###

<if condition="!empty($post[nascardriver])">
<div>
$vbphrase[my_nascardriver]: <img src="$vboptions[bburl]/images/nascar/$post[nascardriver].gif" border="0" />
</div>
</if>


### Step 4 ###

n the navbar template

### Find ###

$vbphrase[private_messages_nav]

### Under it Add ###

<br />$usernascardriver


You can place " $usernascardriver " anywhere you want in the navbar template to show the
NASCAR Teams dropdown list.


### Step 5 ###

In the MEMBERINFO template

### Find ###

$customfields

### Under it Add ###

<if condition="!empty($userinfo[nascardriver])">
<strong>$vbphrase[my_nascardriver]:</strong>
<br />
<img src="$vboptions[bburl]/images/nascar/$userinfo[nascardriver].gif" border="0" />
</if>


### Step 6 ###

Admincp -> vBulletin Options -> [Redline] - NASCAR Team Manager

Here you can enable or disable the NASCAR Teams manager and add the teams you want in this format

1 Martin Truex Jr
2 Kurt Busch
3 Dale Earnhardt
5 Kyle Busch
6 Mark Martin

Also there are options to enable auto edits (if you did not do the above edits), which
edit your templates for you. (NOT SUGGESTED TO DO THE AUTO EDITS IF YOU HAVE CUSTOM STYLES!!)

Regs 04-11-2007 04:30 PM

Thanks but no joy :confused:

HMBeaty 04-11-2007 04:35 PM

Works perfectly fine for me. I'll be releasing a bulk package to replace all of these anyway in about an hour or so

Regs 04-11-2007 05:32 PM

What variable are you using in your navbar template edit for Nascar then? I'm getting NO TEXT output at all so something is not right.

Cheers!

~Regs.


All times are GMT. The time now is 04:58 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.01226 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)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