Topic: User name limit and color variating.

I have two questions, first, is it possible to set it so only 1 character is required for a username rather than 2, and, I saw on Total Spore that they have variating colors (light grey, dark grey, light grey, dark grey) on both the main forum page, and on the pages that display the list of topics. I was able to get variating colors in the actual threads, but I want variating colors on the main forum page and the pages that display topics. How does one go about doing this? I tried things like roweven and rowodd, but they didn't do anything.

Re: User name limit and color variating.

Usernames: Yes, it just involves editing the code
Alternating colors: This should help
http://shauninman.com/archive/2006/05/1 … s_in_punbb

3

Re: User name limit and color variating.

I made this, Alternate row coloring for topic list, userlist and search results: http://wiki.punres.org/Alternate_row_coloring

Re: User name limit and color variating.

Smartys wrote:

Usernames: Yes, it just involves editing the code

What exactly do I edit? Surely, it can't be difficult.

Smartys wrote:

Alternating colors: This should help
http://shauninman.com/archive/2006/05/1 … s_in_punbb

FSX wrote:

I made this, Alternate row coloring for topic list, userlist and search results: http://wiki.punres.org/Alternate_row_coloring

Thanks.

Re: User name limit and color variating.

Redfield wrote:
Smartys wrote:

Usernames: Yes, it just involves editing the code

What exactly do I edit? Surely, it can't be difficult.

register.php, profile.php, post.php, anywhere where a username is set and strlen is used to check the length.