* Login   * Register * FAQ

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 193 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 13  Next
Author Message
 Post subject: Re: GGL Stats and System Upgrade Suggestions
PostPosted: Wed Oct 05, 2011 10:44 am 
Offline
Best Regular Member
Best Regular Member
User avatar

Joined: Fri Oct 01, 2010 5:33 pm
Posts: 1956
Location: Sweden, Gothenburg
Gamertag: Jet7Wave
GGL Team: Storm Hawks
Proacejoker wrote:
I got one, a specific player search. So if i don't know what team Crusader plays for but i want his stats I could just type Crusader0102 in a search bar and that will give me his specific stats?

That's already made.

_________________
Here is my machinima thread: viewtopic.php?f=66&t=582
Image
My name is Jet, NOT HALO.
Project leader over The Grifball Machinima. Storm Hawks Co-Captain.


Top
   
 
 Post subject: Re: GGL Stats and System Upgrade Suggestions
PostPosted: Wed Oct 05, 2011 6:27 pm 
Online
The Traitor
The Traitor
User avatar

Joined: Sat Sep 25, 2010 5:30 pm
Posts: 616
Location: New Orleans, LA, USA
Gamertag: TrueFlyingCow
Twitter: TrueFlyingCow
I've got a recommendation to improve the player search. Right now it seems like you need to get the gamertag exactly right. But what if you wanted to search for "taco" and compare all of them? You can do that pretty easily by just changing your query a bit to be more like this:

mysql_query("SELECT somestats FROM yourtables WHERE gamertag LIKE '%$term%'");

Using "like" makes it more flexible, $term is whatever we enter into the search box, after running it through mysql_real_escape_string(), and the percent (%) symbol is a wildcard character; so having it on either side of the search term lets you look for anything that's got the term in it, not matter where it is or what else is around it.

_________________
Image

grifball.info


Top
   
 
 Post subject: Re: GGL Stats and System Upgrade Suggestions
PostPosted: Wed Oct 05, 2011 6:56 pm 
Online
General
General
User avatar

Joined: Tue Mar 29, 2011 4:33 pm
Posts: 1176
Gamertag: Crusader0102
GGL Team: Four Guys One Ball
TrueFlyingCow wrote:
I've got a recommendation to improve the player search. Right now it seems like you need to get the gamertag exactly right. But what if you wanted to search for "taco" and compare all of them? You can do that pretty easily by just changing your query a bit to be more like this:

mysql_query("SELECT somestats FROM yourtables WHERE gamertag LIKE '%$term%'");

Using "like" makes it more flexible, $term is whatever we enter into the search box, after running it through mysql_real_escape_string(), and the percent (%) symbol is a wildcard character; so having it on either side of the search term lets you look for anything that's got the term in it, not matter where it is or what else is around it.


Image


Sounds like a good suggestion to me. I can compare my stats to all the other Crusaders. ;)


Top
   
 
 Post subject: Re: GGL Stats and System Upgrade Suggestions
PostPosted: Wed Oct 05, 2011 6:58 pm 
Offline
General
General
User avatar

Joined: Thu Jun 09, 2011 12:48 pm
Posts: 1646
Gamertag: etazedd
Twitter: akaTazedd
TrueFlyingCow wrote:
I've got a recommendation to improve the player search. Right now it seems like you need to get the gamertag exactly right. But what if you wanted to search for "taco" and compare all of them? You can do that pretty easily by just changing your query a bit to be more like this:

mysql_query("SELECT somestats FROM yourtables WHERE gamertag LIKE '%$term%'");

Using "like" makes it more flexible, $term is whatever we enter into the search box, after running it through mysql_real_escape_string(), and the percent (%) symbol is a wildcard character; so having it on either side of the search term lets you look for anything that's got the term in it, not matter where it is or what else is around it.

wow that is alot

_________________
Image


Top
   
 
 Post subject: Re: GGL Stats and System Upgrade Suggestions
PostPosted: Wed Oct 05, 2011 9:09 pm 
Offline
Colonel
Colonel
User avatar

Joined: Sat Mar 19, 2011 10:08 pm
Posts: 423
Location: Washington
Gamertag: ProAceJOKER
GGL Team: Ace's
Twitter: ProAceJOKER
Quote:
wow that is alot


This wasn't

_________________
ProAceJOKER
Captain of the Ace's
Trick runner

Image


Top
   
 
 Post subject: Re: GGL Stats and System Upgrade Suggestions
PostPosted: Thu Oct 06, 2011 10:32 am 
Offline
General
General
User avatar

Joined: Wed May 25, 2011 8:17 am
Posts: 799
Location: Iowa
Gamertag: Killerz Legit
GGL Team: Hot Bikini Guyz
Twitter: Killerz_Legit
I think you should put the Schedule, Roster, and Division sites on homepage.. Just saying.. Like it was last year..

_________________
Not looking to...
Image


Top
   
 
 Post subject: Re: GGL Stats and System Upgrade Suggestions
PostPosted: Thu Oct 06, 2011 11:09 am 
Offline
I Know TacoPizzaHunter
I Know TacoPizzaHunter
User avatar

Joined: Wed May 21, 2008 3:14 pm
Posts: 3246
Location: Here and there
Gamertag: H2O Camper
GGL Team: Bleep Bloop
AGLA Team: Grumpy Cats
They are. They're on every page. Just look in the menu at the top.

_________________
Image


Top
   
 
 Post subject: Re: GGL Stats and System Upgrade Suggestions
PostPosted: Thu Oct 06, 2011 11:13 am 
Online
GGL Commish
GGL Commish
User avatar

Joined: Sat Oct 31, 2009 6:32 pm
Posts: 2808
Location: Washington, DC
Gamertag: Kalbelgarion
GGL Team: The Ways and Means Committee
TrueFlyingCow wrote:
I've got a recommendation to improve the player search. Right now it seems like you need to get the gamertag exactly right. But what if you wanted to search for "taco" and compare all of them? You can do that pretty easily by just changing your query a bit to be more like this:

mysql_query("SELECT somestats FROM yourtables WHERE gamertag LIKE '%$term%'");

Using "like" makes it more flexible, $term is whatever we enter into the search box, after running it through mysql_real_escape_string(), and the percent (%) symbol is a wildcard character; so having it on either side of the search term lets you look for anything that's got the term in it, not matter where it is or what else is around it.


Great idea. I'll add that to the list. :)

_________________
Image


Top
   
 
 Post subject: Re: GGL Stats and System Upgrade Suggestions
PostPosted: Thu Oct 06, 2011 5:54 pm 
Offline
Ambassador
Ambassador
User avatar

Joined: Tue Apr 05, 2011 4:00 pm
Posts: 560
Location: Tucson, AZ
Gamertag: MyrHerder
GGL Team: What the Grif?
Twitter: myrherder
zinger1223 wrote:
wow that is alot

No, this is Alot:
Image
The Alot

_________________
Image
(pronounced mur)
Scientific name: pastor myrmidon
Do not meddle in the affairs of Dragons, for you are crunchy and good with catsup.


Top
   
 
 Post subject: Re: GGL Stats and System Upgrade Suggestions
PostPosted: Thu Oct 06, 2011 8:13 pm 
Offline
General
General
User avatar

Joined: Wed May 25, 2011 8:17 am
Posts: 799
Location: Iowa
Gamertag: Killerz Legit
GGL Team: Hot Bikini Guyz
Twitter: Killerz_Legit
Mike wrote:
They are. They're on every page. Just look in the menu at the top.


Oh!! Thanks. :) I just remember them being on the right side of the page last year. :)

_________________
Not looking to...
Image


Top
   
 
 Post subject: Re: GGL Stats and System Upgrade Suggestions
PostPosted: Sat Oct 08, 2011 3:17 am 
Offline
Lieutenant
Lieutenant
User avatar

Joined: Thu Jan 14, 2010 8:24 am
Posts: 196
Location: Week 1 and 2 GGL Stud!
Gamertag: H2O GummiBear
GGL Team: Red Ray
Twitter: Sp0nY
I believe some thumbnail png files for the completed Achieveables would also be a cool thing to add to each teams "profile".

Also the idea that TFC used is good but I think what if you expanded on it a little bit. Allowing for me to type in 1-4 or possibly more players to compare myself with. I don't know the ifs ands or thens...what have you. But it seems doable that all you would need is a compare check mark and you would check the players you want to compare and then click submit. Then you can see side by side instead of scrolling up and down.

Also I think a friend and foe system would be interesting to add as well. Generally we are all friends however a friend and foe system could make things interesting for hubcasts when you learn that two teams have declared foe against each other and are going to be facing each other on the court. Some people may use it some may not but I think it could add a little extra fun factor into the GGL.

_________________
Image


Top
   
 
 Post subject: Re: GGL Stats and System Upgrade Suggestions
PostPosted: Sat Oct 08, 2011 2:45 pm 
Offline
Ambassador
Ambassador
User avatar

Joined: Tue Apr 05, 2011 4:00 pm
Posts: 560
Location: Tucson, AZ
Gamertag: MyrHerder
GGL Team: What the Grif?
Twitter: myrherder
On my screen (IE7 at work) the Gamertag field and Team drop-down list on the Stats screen are squished horizontally. The Team drop-down is so squised, in fact, that all I see is the scroll bar and no names. This may be specific to IE7; I haven't checked stats at home on Chrome yet.

_________________
Image
(pronounced mur)
Scientific name: pastor myrmidon
Do not meddle in the affairs of Dragons, for you are crunchy and good with catsup.


Top
   
 
 Post subject: Re: GGL Stats and System Upgrade Suggestions
PostPosted: Sat Oct 08, 2011 3:04 pm 
Offline
I Know TacoPizzaHunter
I Know TacoPizzaHunter
User avatar

Joined: Wed May 21, 2008 3:14 pm
Posts: 3246
Location: Here and there
Gamertag: H2O Camper
GGL Team: Bleep Bloop
AGLA Team: Grumpy Cats
Yep, probably IE7 specific. I don't use IE7, I have IE8, so it would be difficult for me to test and correct that. It doesn't surprise me that any iteration of IE would not show certain things properly. It's a pretty lowsy and rather picky browser.

Everything should be fine on Chrome. I would strongly suggest using Firefox 7 or Chrome whenever possible.

With everything else that I have to do it's just impossible for me to make everything work 100% on every browser out there. I'll see about an IE7 fix for the form fields though.

_________________
Image


Top
   
 
 Post subject: Re: GGL Stats and System Upgrade Suggestions
PostPosted: Sun Oct 09, 2011 10:39 pm 
Offline
Ambassador
Ambassador
User avatar

Joined: Tue Apr 05, 2011 4:00 pm
Posts: 560
Location: Tucson, AZ
Gamertag: MyrHerder
GGL Team: What the Grif?
Twitter: myrherder
Mike wrote:
Yep, probably IE7 specific. I don't use IE7, I have IE8, so it would be difficult for me to test and correct that... It's a pretty lowsy and rather picky browser... With everything else that I have to do it's just impossible for me to make everything work 100% on every browser out there.

I understand. That's why I specified it was on my work PC- they refuse to upgrade, but it's okay because I don't absolutely have to access the stats at work. Don't change it just for me; only if you have the time/demand.

Speaking of browser-specific: I visited the Hub on my Android, and the links across the top- including the GGL drop-down link- are missing in the mobile-formatted site. Is anyone on iOS having this problem? Is there a way to get these links added to the mobile site? Maybe this is something you have to talk to the forum programmers about.

_________________
Image
(pronounced mur)
Scientific name: pastor myrmidon
Do not meddle in the affairs of Dragons, for you are crunchy and good with catsup.


Top
   
 
 Post subject: Re: GGL Stats and System Upgrade Suggestions
PostPosted: Mon Oct 10, 2011 1:23 pm 
Offline
Gunnery Sergeant
Gunnery Sergeant
User avatar

Joined: Thu Oct 06, 2011 12:37 am
Posts: 137
Location: Clarkston WA
Gamertag: KSI GoldFish UD
i have a suggestion. the stat system should be orderd from best to worst so we can find our biggest competitors

_________________
--CJ8675


Top
   
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 193 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 13  Next


Who is online

Users browsing this forum: Godlxss and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group