Hopefully simple questions - avatars and agreement page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
BiwaWolf
Forum Newbie
Posts: 2
Joined: Wed Oct 15, 2003 4:33 pm

Hopefully simple questions - avatars and agreement page

Post by BiwaWolf »

2 questions , how to change the text on the agreement page , I dont want minors at all and I am not going to censor "obscene" images .


Avatars , if I set it to 40 x 40 does it not automatically reduce an url based image to that size ?

thanks
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

For what? phpBB?
microthick
Forum Regular
Posts: 543
Joined: Wed Sep 24, 2003 2:15 pm
Location: Vancouver, BC

Post by microthick »

You may want to direct your questions to the PHPBB support forums:
http://www.phpbb.com/phpBB/

1) Can't answer. It might not even be allowed as per PHPBB EULA.

2) No it doesn't. The "40" and "40" you enter in the Configuration page are just numbers that appear as guidelines when user's link to avatars.

(At least for my PHPBB install where I only let users remotely link to avatars.)
BiwaWolf
Forum Newbie
Posts: 2
Joined: Wed Oct 15, 2003 4:33 pm

Post by BiwaWolf »

microthick wrote:You may want to direct your questions to the PHPBB support forums:
http://www.phpbb.com/phpBB/

1) Can't answer. It might not even be allowed as per PHPBB EULA.

2) No it doesn't. The "40" and "40" you enter in the Configuration page are just numbers that appear as guidelines when user's link to avatars.

(At least for my PHPBB install where I only let users remotely link to avatars.)
ok will try over there thanks
Post Reply