Is possible replace User Avatar with Clock (Digital, analog) in Welcome Mod?
I mean a swf or Java embedded solution or HTML code.
Thanks
Clock - Replacing Avatar
-
- Site Admin
- Posts: 3525
- Joined: 12 May 2008, 21:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
Clock - Replacing Avatar
Open: styles/prosilver/template/index_body.html
Find:
Replace with:
Find:
Code: Select all
<!-- IF USER_AVATAR -->{USER_AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF -->
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
-
- BBCoder I
- Posts: 3
- Joined: 12 Nov 2012, 09:20
- BBCodes: 43
Clock - Replacing Avatar
thankssss!
-
- BBCoder III
- Posts: 121
- Joined: 02 Sep 2011, 09:13
- BBCodes: 10
- Favourite BBCode: textarea
- Favourite MOD: Newsletter Add on
- Location: London, UK
Clock - Replacing Avatar
Can't find clock.swf, was it with one of the other mods, or should it be standard with phpbb?
-
- BBCoder I
- Posts: 3
- Joined: 12 Nov 2012, 09:20
- BBCodes: 43
Clock - Replacing Avatar
You'll find in Portal3 MOD. Download it and select the only one *swf and save where you wish ) i.g. ./imagesMartin_K wrote:Can't find clock.swf, was it with one of the other mods, or should it be standard with phpbb?