vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Sports Team Icons v2.3 for vbBux / vbPlaza (https://vborg.vbsupport.ru/showthread.php?t=108771)

caimakale 03-04-2006 07:43 AM

Quote:

Originally Posted by MorrisMcD
Mine is showing the images as linking to (example) cincinati reds but the file name is cincinati_reds... so they are broken. when I renames it to cincinnati reds with a space it worked

Oh.. And just fyi.. Its cinciNNati ;)

I am not following on your first example.

I renamed the mlb image...that's what I get for working on this at 2:30 AM. ;) At least I spelled it right with the Bengals.

MorrisMcD 03-04-2006 07:53 AM

Quote:

Originally Posted by caimakale
I am not following on your first example.

I renamed the mlb image...that's what I get for working on this at 2:30 AM. ;) At least I spelled it right with the Bengals.


lol

I noticed you spelled it right on the Bengals.. :)

Well.. The images are broken for me.. So I check the location.. It is like nfl/cincinnati%20bengals.jpg....

However, the file is named nfl/cincinnati_bengals.jpg

I renamed the image to cincinnati bengals.jpg and THEN it works fine.. Any idea why or is this just a mess up on your part? Maybe its my system but that is what I am gettin

Gizmo5h1t3 03-04-2006 08:01 AM

problem...

installed the 1.2...works fine

except for this..

deleted all the images before i upgraded....and now, i have a red x where i had chicago bulls before....its not removed the sports icon i had....

so now i have a red x, and manchester united showing....lol

also im getting the %20 thing mentioned above in the filename

MorrisMcD 03-04-2006 08:09 AM

Quote:

Originally Posted by Gizmo5h1t3
problem...

installed the 1.2...works fine

except for this..

deleted all the images before i upgraded....and now, i have a red x where i had chicago bulls before....its not removed the sports icon i had....

so now i have a red x, and manchester united showing....lol

also im getting the %20 thing mentioned above in the filename

Either we need to rename the phrases to point to cincinnati_bengals or rename the file itself from cincinnati_bengals to cincinnati bengals (for example)

I wager he is whipping something up right now :D But that will temp fix it for you.. Renaming the files is easiest as long as your host will allow filenames with spaces.. If not.. Just put the %20 in there instead of the _

caimakale 03-04-2006 08:13 AM

Quote:

Originally Posted by MorrisMcD
lol

I noticed you spelled it right on the Bengals.. :)

Well.. The images are broken for me.. So I check the location.. It is like nfl/cincinnati%20bengals.jpg....

However, the file is named nfl/cincinnati_bengals.jpg

I renamed the image to cincinnati bengals.jpg and THEN it works fine.. Any idea why or is this just a mess up on your part? Maybe its my system but that is what I am gettin

Quote:

Originally Posted by Gizmo5h1t3
problem...

installed the 1.2...works fine

except for this..

deleted all the images before i upgraded....and now, i have a red x where i had chicago bulls before....its not removed the sports icon i had....

so now i have a red x, and manchester united showing....lol

also im getting the %20 thing mentioned above in the filename

I did this intentionally. As pointed out earlier in the thread have a file named Chicago Bulls.gif isn't web compliant. So I renamed it to Chicago_Bulls.gif. Then I added code to find _ and replace it with a space. When you see this type of thing, that is what I was referring to when I say you will need to go back into the store and repurchase your icon. If you left it set to "Can Change Always" then it shouldn't charge your users to go back and make these changes. Otherwise you will need to go through your database and add an _ to all names where there is a space for the teams and the nascar names would need even more work.

Going back and purchasing them again will be the easiest way to fix it. Try it and let me know how it works out for you.

caimakale 03-04-2006 08:16 AM

Quote:

Originally Posted by MorrisMcD
Either we need to rename the phrases to point to cincinnati_bengals or rename the file itself from cincinnati_bengals to cincinnati bengals (for example)

I wager he is whipping something up right now :D But that will temp fix it for you.. Renaming the files is easiest as long as your host will allow filenames with spaces.. If not.. Just put the %20 in there instead of the _

The problem with spaces is your linux users (or almost any user that isn't on windows) will have problems. Make sure the icons are set to "Can Change Always" in AdminCP >> eStore Options >> Manage Options. Go into each sport and make sure they are set to can change always. It is set to this by default, so if you haven't changed the settings then you should be ok to move on to the next step.

Then instruct your users to back and repurchase their icon for free to fix it. If you renamed files to include spaces, change it back or you may run into problems in the future.

MorrisMcD 03-04-2006 08:19 AM

Quote:

Originally Posted by caimakale
I did this intentionally. As pointed out earlier in the thread have a file named Chicago Bulls.gif isn't web compliant. So I renamed it to Chicago_Bulls.gif. Then I added code to find _ and replace it with a space. When you see this type of thing, that is what I was referring to when I say you will need to go back into the store and repurchase your icon. If you left it set to "Can Change Always" then it shouldn't charge your users to go back and make these changes. Otherwise you will need to go through your database and add an _ to all names where there is a space for the teams and the nascar names would need even more work.

Going back and purchasing them again will be the easiest way to fix it. Try it and let me know how it works out for you.

Yup

That worked for me... I know not MANY people have bought these... Which table/field is this in the database? I may fix it for the few users that bought it

caimakale 03-04-2006 08:22 AM

If it would be easier I can add code to completely erase the teams that have been purchased. But then your users would have to purchase them again.

I didn't add it to this because as long as you have it set to can change always, then they can go change it for free if they have purchased it once....even if the names don't match up and only have a red x showing...just go back to the store and purchase your team agian. :)

caimakale 03-04-2006 08:22 AM

Quote:

Originally Posted by MorrisMcD
Yup

That worked for me... I know not MANY people have bought these... Which table/field is this in the database? I may fix it for the few users that bought it

It's in the users table. Each sport has it's own column...estore_mlb, estore_nba, estore_nfl, ... you get the picture.

MorrisMcD 03-04-2006 08:27 AM

Quote:

Originally Posted by caimakale
It's in the users table. Each sport has it's own column...estore_mlb, estore_nba, estore_nfl, ... you get the picture.

Gotcha!!! Thanks!

Gizmo5h1t3 03-04-2006 10:31 AM

Quote:

Originally Posted by caimakale
I did this intentionally. As pointed out earlier in the thread have a file named Chicago Bulls.gif isn't web compliant. So I renamed it to Chicago_Bulls.gif. Then I added code to find _ and replace it with a space. When you see this type of thing, that is what I was referring to when I say you will need to go back into the store and repurchase your icon. If you left it set to "Can Change Always" then it shouldn't charge your users to go back and make these changes. Otherwise you will need to go through your database and add an _ to all names where there is a space for the teams and the nascar names would need even more work.

Going back and purchasing them again will be the easiest way to fix it. Try it and let me know how it works out for you.

going back and re purchasing it worked fine mate...
also, i noticed that when i went back into the nba folder, the option is there to remove it anyway....so its not a problem ...

nice work mate, this is one excellent addition

lordofgun 03-04-2006 09:33 PM

GREAT UPDATE!

The only thing I can't figure out is how to order the sports in the order I want in postbit. IS there an option to do that in the admin cp? If not, how do I change it manually?

lordofgun 03-04-2006 09:56 PM

Never mind...edited the product file to display in my desired order. Was pretty easy. :D

lordofgun 03-04-2006 11:52 PM

So members have to repurchase these items upon upgrading to 1.2, right?

Well, I set can change always to yes, but some of my members who had bought teams before the upgrade are still getting this message if they have less than the required points to purchase:

Quote:

You do not have enough ZoneBux to perform this action.
Any ideas?

MorrisMcD 03-05-2006 12:30 AM

Quote:

Originally Posted by lordofgun
So members have to repurchase these items upon upgrading to 1.2, right?

Well, I set can change always to yes, but some of my members who had bought teams before the upgrade are still getting this message if they have less than the required points to purchase:



Any ideas?

Yes.. The reason is they must have the money in hand that it WOULD cost.. It wont charge them again.. But you must have that amount at least.. I just came to report it.. :)

Glad someone else noticed..

caimakale 03-05-2006 03:32 AM

Quote:

Originally Posted by lordofgun
So members have to repurchase these items upon upgrading to 1.2, right?

Well, I set can change always to yes, but some of my members who had bought teams before the upgrade are still getting this message if they have less than the required points to purchase:



Any ideas?

Sorry guys I know this is kind of a pain, but it shouldn't be a problem going forward.

dirtycrow 03-05-2006 03:40 AM

i love this mod, but I'm going to wait upgrading it from 1.1 until the NCAA icons come out :) ( hoping )

caimakale 03-05-2006 04:47 AM

Quote:

Originally Posted by dirtycrow
i love this mod, but I'm going to wait upgrading it from 1.1 until the NCAA icons come out :) ( hoping )

I would recommend upgrading sooner to prevent users from purchasing icons that won't exist after the next upgrade. The good news about the ncaa is that when it its released, it won't require any more code modifications than you will do in 1.2. You will need to upload and import the new product xml file and all should be fine.

The longer you wait and the more purchases that are made during that time will result in more broken images when you do finally do the upgrade. :)

dirtycrow 03-05-2006 04:58 AM

ok, you win ;)

BTW, for the nascar icons get we get a 12 - Newman icon and a 17 Kenseth icon?

MorrisMcD 03-05-2006 05:24 AM

Quote:

Originally Posted by dirtycrow
ok, you win ;)

BTW, for the nascar icons get we get a 12 - Newman icon and a 17 Kenseth icon?

And while yer at it.. Spell cincinnati right...

just kiddin ;)

caimakale 03-05-2006 07:03 AM

Quote:

Originally Posted by MorrisMcD
And while yer at it.. Spell cincinnati right...

just kiddin ;)

Download 1.2 again....I updated it last night....I think.

Honestly I didn't think anybody would ever notice the mispelling...I mean really...who likes the Reds? ;)

loonytune15 03-05-2006 01:50 PM

Quote:

Originally Posted by mkoerner
Could we add the AFL as well?

That depends on whether he knows what the AFL is ;)

Their are a number of different ones i'd like to see but the biggest would be the World Cup Football is aproaching...

MorrisMcD 03-05-2006 02:45 PM

Quote:

Originally Posted by caimakale
Download 1.2 again....I updated it last night....I think.

Honestly I didn't think anybody would ever notice the mispelling...I mean really...who likes the Reds? ;)


HEY NOW!!!! lol

mkoerner 03-06-2006 08:27 PM

Quote:

Originally Posted by loonytune15
That depends on whether he knows what the AFL is ;)

Their are a number of different ones i'd like to see but the biggest would be the World Cup Football is aproaching...

Sorry ? It?s the Arena Football League.

lordofgun 03-07-2006 10:03 PM

I have some NCAA logos...will upload shortly...

lordofgun 03-07-2006 10:10 PM

NCAA Icons. I think there are 78 of them. If anyone wants a school that's not in there, I can probably add it.

rinkrat 03-07-2006 10:19 PM

Quote:

Originally Posted by caimakale
I would recommend upgrading sooner to prevent users from purchasing icons that won't exist after the next upgrade. The good news about the ncaa is that when it its released, it won't require any more code modifications than you will do in 1.2. You will need to upload and import the new product xml file and all should be fine.

The longer you wait and the more purchases that are made during that time will result in more broken images when you do finally do the upgrade. :)

OK I upgraded, how do I fix everyone's broken images now?

dirtycrow 03-08-2006 04:30 AM

can't wait until this is upgraded to work with the new vbbux 1.5.0 :)

NoRespect 03-08-2006 04:52 AM

Quote:

Originally Posted by dirtycrow
can't wait until this is upgraded to work with the new vbbux 1.5.0 :)

Me too.

I didn't even think about it until after I upgraded. :(

Frugal 03-08-2006 05:31 AM

In case caimakale didn't get my PM here is a set of Formula 1 icons to add to a future version.

Frugal

Frugal 03-08-2006 05:32 AM

Quote:

Originally Posted by NoRespect
Me too.

I didn't even think about it until after I upgraded. :(

Glad I read this, I was about to upgrade but I'll hold off now.

Frugal

ImportPassion 03-08-2006 08:40 PM

oh crap, haha, i didn't even know it didn't work with 1.5.0.1. crap. any ETA?

lordofgun 03-09-2006 04:07 AM

Added a bunch more NCAA Icons. Here's the new zip file:

caimakale 03-09-2006 06:09 AM

Sorry guys I just got back in town. I will start working on this. I can release an update quickly, but I wanted to change some things. If I can't get the changes made tomorrow, I will at least release the updated package so it can work again.

ImportPassion 03-09-2006 01:37 PM

why not just integrate it like the ribbons?

MorrisMcD 03-09-2006 01:39 PM

Quote:

Originally Posted by caimakale
Sorry guys I just got back in town. I will start working on this. I can release an update quickly, but I wanted to change some things. If I can't get the changes made tomorrow, I will at least release the updated package so it can work again.


Good deal.. Was wondering where you went off to :D

rinkrat 03-09-2006 03:57 PM

I got tired of looking at all of the broken links for the whole day and nobody updating theirs so I just uploaded the old images so I guess I'm stuck having two sets of each, uggh.

Sooner95 03-10-2006 05:23 PM

Quote:

Originally Posted by caimakale
Sorry guys I just got back in town. I will start working on this. I can release an update quickly, but I wanted to change some things. If I can't get the changes made tomorrow, I will at least release the updated package so it can work again.

Thanks! looking forward to the update.

Ohiosweetheart 03-10-2006 05:49 PM

*waits patiently* https://vborg.vbsupport.ru/

MorrisMcD 03-10-2006 06:06 PM

Quote:

Originally Posted by Ohiosweetheart
*waits patiently* https://vborg.vbsupport.ru/

I am right there with ya :)


All times are GMT. The time now is 11:13 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.01579 seconds
  • Memory Usage 1,844KB
  • 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
  • (25)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
  • (40)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