Search found 2 matches

by svalle
Thu Oct 28, 2010 9:10 am
Forum: PhpBB3 Tips & Tricks
Topic: Add a Default Avatar to your phpBB3 forum
Replies: 11
Views: 39319

Re: Add a Default Avatar to your phpBB3 forum

The code to search for has changed (at least at my Forum runing on 3.0.7-PL1) to this:

Code: Select all

	if (empty($avatar) || !$avatar_type || (!$config['allow_avatar'] && !$ignore_config))
	{
		return '';
	}
But it's still the same fix. Works fine :)
by svalle
Wed Sep 15, 2010 10:27 am
Forum: PhpBB3 BBCodes
Topic: Youtube Video BBCode
Replies: 10
Views: 27355

Re: Youtube Video BBCode

Thanks LDM.
Now I will add more bbcodes.