Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > General Poker Discussion > Home Poker
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #21  
Old 07-14-2005, 01:07 AM
stevea stevea is offline
Senior Member
 
Join Date: Apr 2005
Location: Vancouver, BC, Canada
Posts: 340
Default Re: Home Poker Club - Your own home poker league website.

[ QUOTE ]
Hehehe, alright.

I'm going to keep bothering you, because I don't want you to be bored, and I'm digging your site.

Suggestion #1225234: When, for instance, you click on the stats page and get everyone's full stats, the name of the player is a link. Clicking the link takes you to the players page with their full stats....

How about....could you make the users page configurable? It would be neat to be able to enter a bio for each player, their email address possibly, and maybe a picture.

Eh? Eeeeh? [img]/images/graemlins/smile.gif[/img]

[/ QUOTE ]

That's been in the plan for a while...just isn't a high priority right now.

I will put a plan together on the website soon.

Thx,

steve
Check out my home league: <font color="orange">North Shore Low Rollers</font>
Reply With Quote
  #22  
Old 07-15-2005, 10:22 AM
stevea stevea is offline
Senior Member
 
Join Date: Apr 2005
Location: Vancouver, BC, Canada
Posts: 340
Default Re: Home Poker Club - Your own home poker league website.

You can see the change log and future changes here:

http://www.homepokerclub.net/_changelog.txt

steve
Check out my home league: <font color="orange">North Shore Low Rollers</font>
Reply With Quote
  #23  
Old 07-19-2005, 12:40 AM
Etaipo Etaipo is offline
Senior Member
 
Join Date: Nov 2004
Location: Venice, FL
Posts: 502
Default Found a bug.

Found a bug. In the club info page, you can enter a VERY long description, which I did (fortunately I saved it in a text file).

After you save it, it gets cut off.

I haven't tested the other fields yet such as rules, but I assume the same thing will happen with them.

What is the character limit on these fields? Can you make it so that you can not enter more text than it will accept?


Also, a feature request. When scheduling tournaments and selecting the date, it would be nice to have a clickable calendar. Don't know how hard it would be to implement.

I'll keep throwing things like this your way as I come across them, if you don't mind. I'll also quit bugging you, if you'd like [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #24  
Old 07-19-2005, 10:25 PM
stevea stevea is offline
Senior Member
 
Join Date: Apr 2005
Location: Vancouver, BC, Canada
Posts: 340
Default Re: Found a bug.

[ QUOTE ]
Found a bug.

[/ QUOTE ]

Thanks. This has been fixed - I changed the data type to use the same that is used for the club and tourney rules.

A calendar would be nice but if it does happen, it won't be done for a long time - just too many other things to do.

Thx again for the feedback!
Reply With Quote
  #25  
Old 07-25-2005, 09:29 AM
akebono akebono is offline
Senior Member
 
Join Date: Jul 2005
Location: Fleeing 77 Mass. Ave
Posts: 175
Default Bug report: News editing, please help

Hey Steve,

Great website. I've been using this to track all of our weekly tournaments.

Got a problem though. I was trying to enter in a hand summary into the Club News and must've goofed on the HTML. Anyways, I can no longer delete the news post (My HTML goof apparently killed the delete link.)

Can you tell me how to get rid of the post? The club page is the "MIT Micro-poker Club."

Also on an unrelated note, are there any plans to allow for UBB code for doing things like hand summaries or hand quizzes?
Reply With Quote
  #26  
Old 07-25-2005, 11:58 AM
Jersey Nick Jersey Nick is offline
Senior Member
 
Join Date: Dec 2004
Location: Grinding in Jersey
Posts: 368
Default Re: Home Poker Club - Your own home poker league website.

The site is great, Stevea. I set up my club and put in some previous tounament stats for a test and I was really pleased.

I have a question for you with some back story: We have a couple of novice players in our game that come more for socializing than to win at poker. I was ready to roll your/our club site out to everyone in the game, and I showed it to another one of our club's members. He expressed concern about the ROI column. He fears that these guys might start to see their losses piling up and decide not to play anymore. They are co-workers and friends and excellent donators [img]/images/graemlins/smile.gif[/img].

There's the wind up, here's the pitch: is it possible that a future release of homepokerclub.net would allow you choose which columns you want to track for your club? It's not like they couldn't multiply the number of games they've played by the buy-in, but he thinks seeing the number on the screen might make them quit.
Reply With Quote
  #27  
Old 07-26-2005, 01:41 AM
stevea stevea is offline
Senior Member
 
Join Date: Apr 2005
Location: Vancouver, BC, Canada
Posts: 340
Default Re: Bug report: News editing, please help

[ QUOTE ]
Hey Steve,

Great website. I've been using this to track all of our weekly tournaments.

Got a problem though. I was trying to enter in a hand summary into the Club News and must've goofed on the HTML. Anyways, I can no longer delete the news post (My HTML goof apparently killed the delete link.)

Can you tell me how to get rid of the post? The club page is the "MIT Micro-poker Club."

Also on an unrelated note, are there any plans to allow for UBB code for doing things like hand summaries or hand quizzes?

[/ QUOTE ]

This was fixed.

UBB code would be ideal...Is there an easy way to implement this?


steve
My home league: <font color="orange">North Shore Low Rollers</font>
Reply With Quote
  #28  
Old 07-26-2005, 01:43 AM
stevea stevea is offline
Senior Member
 
Join Date: Apr 2005
Location: Vancouver, BC, Canada
Posts: 340
Default Re: Home Poker Club - Your own home poker league website.

Glad you like the site!

It is possible but it probably won't happen for a while...


steve
My home league: <font color="orange">North Shore Low Rollers</font>
Reply With Quote
  #29  
Old 07-26-2005, 01:58 PM
akebono akebono is offline
Senior Member
 
Join Date: Jul 2005
Location: Fleeing 77 Mass. Ave
Posts: 175
Default Re: Bug report: News editing, please help

[ QUOTE ]
UBB code would be ideal...Is there an easy way to implement this?

[/ QUOTE ]

I was hoping you'd know! [img]/images/graemlins/laugh.gif[/img]

I think you'd need to pass the php form input to a document parser that converts UBB to HTML and dump the HTML code back onto the webpage. It seems like there should be a standard php module or library to convert the UBB code but I didn't find any during a quick google search.
Reply With Quote
  #30  
Old 07-27-2005, 10:15 AM
stevea stevea is offline
Senior Member
 
Join Date: Apr 2005
Location: Vancouver, BC, Canada
Posts: 340
Default Re: Bug report: News editing, please help

[ QUOTE ]
[ QUOTE ]
UBB code would be ideal...Is there an easy way to implement this?

[/ QUOTE ]

I was hoping you'd know! [img]/images/graemlins/laugh.gif[/img]

I think you'd need to pass the php form input to a document parser that converts UBB to HTML and dump the HTML code back onto the webpage. It seems like there should be a standard php module or library to convert the UBB code but I didn't find any during a quick google search.

[/ QUOTE ]

Ya I searched google too and didn't find anything.

Maybe I'll take a look at some of the phpbb2 discussion forum code...

steve
My home league: <font color="orange">North Shore Low Rollers</font>
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:10 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.