Clock - Replacing Avatar

Download and support for PhpBB3 Welcome On Index
Locked
trap1
BBCoder I
BBCoder I
Posts: 3
Joined: 12 Nov 2012, 11:20
BBCodes: 43

Clock - Replacing Avatar

Post by trap1 »

Is possible replace User Avatar with Clock (Digital, analog) in Welcome Mod?
I mean a swf or Java embedded solution or HTML code.
Thanks
User avatar
Stoker
Site Admin
Site Admin
Posts: 3527
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Clock - Replacing Avatar

Post by Stoker »

Open: styles/prosilver/template/index_body.html
Find:

Code: Select all

<!-- IF USER_AVATAR -->{USER_AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF -->
Replace with:

Code: Select all

<object type="application/x-shockwave-flash" data="{ROOT_PATH}images/clock.swf" height="100" width="100">
				<param name="wmode" value="transparent">
				<param name="movie" value="{ROOT_PATH}images/clock.swf">
			</object> 
Board rules! No PM support
trap1
BBCoder I
BBCoder I
Posts: 3
Joined: 12 Nov 2012, 11:20
BBCodes: 43

Clock - Replacing Avatar

Post by trap1 »

thankssss!
User avatar
Martin_K
BBCoder III
BBCoder III
Posts: 121
Joined: 02 Sep 2011, 11:13
BBCodes: 10
Favourite BBCode: textarea
Favourite MOD: Newsletter Add on
Location: London, UK
Contact:

Clock - Replacing Avatar

Post by Martin_K »

Can't find clock.swf, was it with one of the other mods, or should it be standard with phpbb?
trap1
BBCoder I
BBCoder I
Posts: 3
Joined: 12 Nov 2012, 11:20
BBCodes: 43

Clock - Replacing Avatar

Post by trap1 »

Martin_K wrote:Can't find clock.swf, was it with one of the other mods, or should it be standard with phpbb?
You'll find in Portal3 MOD. Download it and select the only one *swf and save where you wish ) i.g. ./images
Locked